The article describes a smart binding of C++ objects February, 2009: Version 1.0 Environment: Visual Studio .NET 2008
標簽: Environment describes February article
上傳時間: 2017-05-05
上傳用戶:aappkkee
在編譯、運行程序之前,請將所附的數據庫文件rms.mdb導入SQL server中,并將此數據庫命名為RMS。具體操作步驟可以參見書中這一章的相關小節。若沒有安裝SQL server,也可以直接在控制面板中將此數據庫文件設置為數據源,并命名為MyDS。注意,若數據庫沒有安裝成功,MS Visual Studio在打開工程文件的時候將會報錯,但忽略之后不影響程序的正常編譯。
上傳時間: 2017-06-10
上傳用戶:JasonC
Binary_tree.cpp :執行文件生成所有二叉樹 這樣做的目的C + +程序是產生所有二叉樹指定節點數目。 基本思想是衍生所有二叉樹基于退化樹。 該算法的動機是圓括號法則代表二叉樹。 一組括號可通過字典秩序排列,由此也可以產生二叉樹。但該算法代碼中并沒有簡單地轉換括號代表性 它一直在改變過去的節點從最新二叉樹下一可能位置(在這里,我們假設右向是正確的退化樹方向) 。 該文件還提到計算機內存時(讀/寫)和avarage參考值。 這個工程在Microsoft Visual Studio 2005環境。
標簽: Binary_tree 二叉樹 cpp 程序
上傳時間: 2017-06-14
上傳用戶:894898248
1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Compile and run the code * On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc. * For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples. * For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples. 4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory.
標簽: the Download Version version
上傳時間: 2014-01-25
上傳用戶:nanshan
DLL 文件: mspdb60 或者 mspdb60.dll DLL 名稱: Microsoft Program Database 描述: mspdb60.dll是Microsoft Visual Studio編程數據庫支持相關文件。. 屬于: Visual Studio 系統 DLL文件: 否 常見錯誤: File Not Found, Missing File, Exception Errors
上傳時間: 2014-11-29
上傳用戶:gaome
In order to install DotNetNuke and a supporting database you will need either Windows 2003 Server or Windows XP (development only). This book covers a basic install of DotNetNuke using a SQL Server database as the Data Provider. You will need to have access to either SQL Server 2000 or MSDE (develop- ment only) on the same machine or a remote machine. To participate in the development chapters, you will need Visual Studio .NET 2003.
標簽: DotNetNuke supporting database install
上傳時間: 2013-11-25
上傳用戶:onewq
這個是C#的簡單幫助文檔,CSDN上找到的,有300多人下載過此PDF C#是一種簡單、現代、面向對象和類型安全的編程語言,由 C和C++發展而來。C#(發音為“C 霎普”)牢固地植根于 C和 C++語言族譜中,并且會很快被 C和 C++程序員所熟悉。C#的目標在于把 Visual Basic的高生產力和 C++本身的能力結合起來。 C#作為Microsoft Visual Studio 7.0的一部分提供給用戶。除了 C#以外,Visual Studio還支持Visual Basic、Visual C++和描述語言VBScript和Jscript。所有這些語言都提供對Microsoft .NET平臺的訪問能 力,它包括一個通用的執行引擎和一個豐富的類庫。Microsoft .NET平臺定義了一個“通用語言子集” (CLS),是一種混合語言,它可以增強 CLS兼容語言和類庫間的無縫協同工作能力。對于 C#開發者, 這意味著既是 C#是一種新的語言,它已經可以對用老牌工具如Visual Basic和 Visual C++使用的豐富類 庫進行完全訪問。C#自己并沒有包含一個類庫。
上傳時間: 2017-06-25
上傳用戶:xz85592677
該程序演示了如何在各種USB FUNCTION之間進行切換.一個典型的應用就是把Windows Mobile/WINCE變成U盤使用. 注意設備一定要有支持USB Function Driver的硬件(即USB Client Control),一般市面上的智能手機/PDA都具有此功能.該功能適用于WINCE5.0以上內核. 使用Visual Studio 2005編譯.C#代碼.
標簽: USB FUNCTION Function Windows
上傳時間: 2017-08-15
上傳用戶:xhz1993
實現畫點畫線功能以及二維空間的分析,采用visual studio 2005實現。
上傳時間: 2017-08-19
上傳用戶:ggwz258
檔案內為Socket建立的聊天程序的範例,內有Client與Server的溝通 程式建立於Microsoft Visual Studio 2010的範例程序
上傳時間: 2015-06-17
上傳用戶:hehe6688