The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly recommended.
標(biāo)簽: book recognized Solutions companion
上傳時間: 2014-01-22
上傳用戶:努力努力再努力
文件功能 44binit.s----中斷初始化,存儲器,堆棧,系統(tǒng)初始化,建立C程序運(yùn)行環(huán)境。 mencfg.s-----定義存儲器延時等參數(shù) option.s-----定義系統(tǒng)時鐘頻率等 main.c-------主函數(shù) 44blib.c-----S3C44B0X的一些自己編寫的庫文件
上傳時間: 2015-04-14
上傳用戶:yuchunhai1990
windows外殼擴(kuò)展編程入門實(shí)例 關(guān)于Windows 外殼擴(kuò)展方面的文章私心以為最好的應(yīng)當(dāng)算是Michael Dunn 的The Complete Idiot’s Guide to Writing Shell Extensions 我也曾想過所謂眼前有景道不 得崔顥題詩在上頭既然已經(jīng)有了這么好的文章我還來饒舌算什么不過轉(zhuǎn)念再想文章 雖好畢竟是為Visual C++的用戶看的對Delphi 的使用者來說似乎有點(diǎn)不公平我最初編 寫Shell Extension 的時候用的也是Visual C++ 不過現(xiàn)在已經(jīng)轉(zhuǎn)而使用Delphi 覺得兩者 畢竟還是有所不同因此就有了這篇文章算是將我的一些心得體會和大家分享 我最初的打算是將Michael Dunn 文章中涉及的全部內(nèi)容全部轉(zhuǎn)成Delphi 程序再加上我
標(biāo)簽: Complete windows Windows Michael
上傳時間: 2014-02-04
上傳用戶:xyipie
C-C法重構(gòu)相空間文件夾說明1.CC_Method_main.m - 程序主文件 2、LorenzData.dll - 產(chǎn)生Lorenz離散數(shù)據(jù) 3、normalize_1.m - 信號歸一化 4、ccFunction.dll - 計(jì)算S(m,N,r,t)
標(biāo)簽: CC_Method_main LorenzData normalize Lorenz
上傳時間: 2013-12-21
上傳用戶:15071087253
gameboy游戲模擬器,COMMON.H CONV.C DASM.C DEBUG.C FILE_ID.DIZ FMFREQS.C FMFREQS.H GB.C GB.H GBLIST.C HELP.H IBMADLIB.C IBMASM.S IBMGIF.C IBMMSDOS.C IBMMSDOS.H IBMSB.C IBMSTACK.C KEYS.C LISTALL.C MAKEFILE TABLES.H TESTALL.C VGB-DOS.GIF VGB-DOS.TXT VGB.C Z80.C Z80.H
標(biāo)簽: FMFREQS gameboy FILE_ID COMMON
上傳時間: 2015-05-27
上傳用戶:GavinNeko
gives an orthogonal feeling to tty s, be they consoles or rs-channels. It also implements echoing, cooked mode etc.
標(biāo)簽: rs-channels orthogonal implements consoles
上傳時間: 2014-01-05
上傳用戶:894898248
C-C方法及改進(jìn)的C-C方法重構(gòu)相空間的matlab程序 -------------------------------- 性能: 3000數(shù)據(jù)耗時3分鐘 -------------------------------- 參考文獻(xiàn): 1、Nonlinear dynamics, delay times, and embedding windows.pdf 2、基于改進(jìn)的C-C方法的相空間重構(gòu)參數(shù)選擇4.pdf -------------------------------- 文件夾說明: 1、C_C_Method_luzhenbo2.m - 程序主文件,直接運(yùn)行此文件即可! 2、LorenzData.dll - 產(chǎn)生Lorenz離散數(shù)據(jù) 3、DuffingData.dll - 產(chǎn)生Duffing離散數(shù)據(jù) 4、RosslerData.dll - 產(chǎn)生Rossler離散數(shù)據(jù) 5、ccFunction.dll - 計(jì)算S(m,N,r,t) - 原C-C方法中計(jì)算S(m,N,r,t),改進(jìn)的C-C方法中計(jì)算S2(m,N,r,t) 6、ccFunction_luzhenbo.dll - 計(jì)算S(m,N,r,t) - 改進(jìn)的C-C方法中計(jì)算S1(m,N,r,t) -------------------------------- 致謝: 此稿本次修改的部分靈感來源于與研學(xué)論壇網(wǎng)友“張文鴿”和“yangfanboy”的討論,在此表示感謝!
上傳時間: 2015-06-08
上傳用戶:lo25643
A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function defined. This package is based on Dr. Vlado Keselj s Perl package Text::Ngrams which is available in CPAN.
標(biāo)簽: includes correspo N-grams Package
上傳時間: 2015-06-12
上傳用戶:wfl_yy
此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。 軟件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (無子地址)寫單字節(jié)數(shù)據(jù) (現(xiàn)行地址寫) (2) bit IRcvByte(uchar sla,uchar *c) (無子地址)讀單字節(jié)數(shù)據(jù) (現(xiàn)行地址讀) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)讀N字節(jié)數(shù)據(jù) (4) bit IRcvStr(uchar sla,uchar suba,uchar *s,uchar no) (有子地址)寫N字節(jié)數(shù)據(jù) (5) bit ISendStr(uchar sla,uchar *s,uchar no) (無子地址)寫多字節(jié)數(shù)據(jù) (6) bit IRcvStr(uchar sla,uchar *s,uchar no) (無子地址)讀單字節(jié)數(shù)據(jù) (7) unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data) (8) void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num) (9) unsigned char ZLG7290_SendCmd(unsigned char Data1,unsigned char Data2) (10)unsigned char ZLG7290_GetKey()
標(biāo)簽: uchar C51 ISendByte 7290
上傳時間: 2013-12-05
上傳用戶:hongmo
對于傳遞函數(shù)為G=1/(s*s+2*&*s+1)歸一化二階系統(tǒng),制作一個能繪制該系統(tǒng)單位階躍響應(yīng)的圖形用戶界面。本例演示:(A)圖形界面的大致生成過程;(B)靜態(tài)文本和編輯框的生成;(C)坐標(biāo)方格控制鍵的形成;(D)如何使用該界面。
標(biāo)簽: 傳遞函數(shù) 二階系統(tǒng)
上傳時間: 2015-06-22
上傳用戶:xuanjie
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1