Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to mspinput@microsoft.com. Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.
標(biāo)簽: distributors booksellers Microsoft available
上傳時(shí)間: 2013-12-27
上傳用戶:wuyuying
VC++.net的電子書,Visual Studio 2003
上傳時(shí)間: 2013-12-03
上傳用戶:zycidjl
管理房地產(chǎn)營(yíng)運(yùn),sql server 2000+visual basic,開(kāi)發(fā)環(huán)境為visual studio 6.0
標(biāo)簽: 房地產(chǎn)
上傳時(shí)間: 2014-01-13
上傳用戶:ynsnjs
This set of simulation files performs a computational complexity performance comparison of the two methods mentioned in the paper. The source is ANSI-C compliant, hence any C-compiler can be used to compile the source code. It has been tested using Visual Studio.net C++ and TI code composer studio C compiler for the TMS320C6701. Note that the performance comparison may be different for different platforms.
標(biāo)簽: computational performance complexity comparison
上傳時(shí)間: 2014-12-22
上傳用戶:aig85
驅(qū)動(dòng)開(kāi)發(fā)向?qū)? I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ workspace with NT driver framework. I decided to copy the NT driver framework source and to put it in the Visual Studio project wizard as seen above. This is simpler rather than running an external executable application that generates the code for you.
標(biāo)簽: article implements framework QuickSYS
上傳時(shí)間: 2014-01-07
上傳用戶:2467478207
通過(guò)微軟的最新技術(shù)ASP.NET2.0開(kāi)發(fā)一個(gè)類似BtoC、CtoC的企業(yè)產(chǎn)品信息發(fā)布系統(tǒng)。 整體設(shè)計(jì)思想與規(guī)劃: 用Firework設(shè)計(jì)圖形,CSS定義五種界面外觀,分別為:黑、黃、藍(lán)、綠、朱。更加突出企業(yè)網(wǎng)站外觀的個(gè)性選擇。 用Visual Studio .NET2005做為開(kāi)發(fā)工具,ASP.NET2.0與C#相結(jié)合,用 ACCESS數(shù)據(jù)庫(kù)儲(chǔ)存整個(gè)系統(tǒng)的信息。
標(biāo)簽: Firework BtoC CtoC ASP
上傳時(shí)間: 2015-08-23
上傳用戶:thuyenvinh
酒店業(yè)務(wù)管理系統(tǒng)在編譯、運(yùn)行程序之前,請(qǐng)將所附的數(shù)據(jù)庫(kù)文件rms.mdb導(dǎo)入SQL server中,并將此數(shù)據(jù)庫(kù)命名為RMS。具體操作步驟可以參見(jiàn)書中這一章的相關(guān)小節(jié)。若沒(méi)有安裝SQL server,也可以直接在控制面板中將此數(shù)據(jù)庫(kù)文件設(shè)置為數(shù)據(jù)源,并命名為MyDS。注意,若數(shù)據(jù)庫(kù)沒(méi)有安裝成功,MS Visual Studio在打開(kāi)工程文件的時(shí)候?qū)?huì)報(bào)錯(cuò),但忽略之后不影響程序的正常編譯。
標(biāo)簽: 管理系統(tǒng) 編譯 運(yùn)行程序
上傳時(shí)間: 2015-08-24
上傳用戶:cc1
1.MyIE開(kāi)源工程協(xié)議 MyIE開(kāi)源工程遵循GNU通用公共許可證GPL(GNU General Public License)開(kāi)發(fā),任何人都可以永久免費(fèi)安裝使用,在你下載和使用MyIE源代碼前,請(qǐng)閱讀并同意這個(gè)許可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程編譯提示 如果你使用的是VC++6,你需要更新2個(gè)頭文件,請(qǐng)從這里下載: http://www.morequick.com/down/hfile.zip,然后將2個(gè)頭文件"tlogstg.h" 和 "exdisp.h"放到VC++的頭文件目錄,如: "C:\Program Files\Microsoft Visual Studio\VC98\Include".
標(biāo)簽: MyIE GNU General License
上傳時(shí)間: 2015-09-01
上傳用戶:bakdesec
Recite(一個(gè)輔助英語(yǔ)學(xué)習(xí)軟件源碼) 該程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微軟的官方網(wǎng)站找到,安裝也很簡(jiǎn)單。 另外使用了BOOST庫(kù)中的部分內(nèi)容。包括filesystem用于操作文件名和目錄,可以在( http://lunatic.bokee.com/5899788.html )找到更詳細(xì)的介紹。serialization用于將對(duì)象序列化在磁盤文件中。datetime用于做日期的計(jì)算。還用到了string algo做簡(jiǎn)單的字符串操作。因此你需要從( http://www.boost.org )下載boost的最新版本1.33.1,并在本地編譯它。 配置文件的讀寫使用了TinyXML,源碼已經(jīng)包含在源碼包中,無(wú)須另外下載。 整個(gè)程序的祼奔性相當(dāng)好,不依賴于其他任何的DLL或COM庫(kù),就一個(gè)EXE文件。 我的編程和調(diào)試環(huán)境為WindowsXP,Visual Studio .net 2003。 該軟件的目的及作用請(qǐng)參見(jiàn)( http://lunatic.bokee.com/6153131.html ) 使用方法( http://lunatic.bokee.com/6153160.html ) 相關(guān)的資源( http://lunatic.bokee.com/6153181.html )
上傳時(shí)間: 2015-09-19
上傳用戶:fxf126@126.com
不需移植,即可在多個(gè)平臺(tái)上使用的INI文件解析器,目前在Embedded Visual C++和Visual Studio 2005上均已使用在大量的項(xiàng)目中。
標(biāo)簽: 移植
上傳時(shí)間: 2015-09-28
上傳用戶:plsee
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1