The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent file formats. The readme will also describe how to compile the target programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All programs on this diskette have been compiled and tested in this environment. The majority of programs on this diskette should port to other environments with only minor adjustments. The exception to this are those programs which utilize presentation manager for graphical display of program data. In particular, the grid1 programs in \chapt4\backprop\ and \chapt3\ fall into this latter category.
標簽: subdirectory containing has organized
上傳時間: 2016-10-28
上傳用戶:冇尾飛鉈
處理器采用TI公司的TMS320LF2407, 此程序為DSP2407中CAN模塊的應用程序包,包括了CaN初始化,發送,接收等函數,接口參數簡單明了,歡迎大家指教 開發環境采用cc或者ccs
上傳時間: 2016-11-07
上傳用戶:古谷仁美
銀行家算法C\C++描述,分兩個文件,分別用C和C++實現了銀行家算法
上傳時間: 2014-01-17
上傳用戶:klin3139
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
標簽: diffusion-limited-aggregation DLA generates 320x240
上傳時間: 2014-01-16
上傳用戶:225588
高質量C\C++編程指南(第一版),對編寫代碼規范性詳細介紹。
上傳時間: 2016-12-11
上傳用戶:jqy_china
高質量C\C++編程指南(第二版),對編寫代碼規范性詳細介紹,在第一版基礎上作了改進。
上傳時間: 2013-12-19
上傳用戶:lz4v4
在這篇文檔中,將以C/C++的源碼作為我們基礎,所以必然涉及一些關于C/C++的編 譯的知識,相關于這方面的內容,還請各位查看相關的編譯器的文檔。這里所默認的編 譯器是UNIX下的GCC和CC。
標簽: 文檔
上傳時間: 2016-12-21
上傳用戶:dbs012280
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細的說明(第7章)。作為對比,也可以參考在書中的對應章節采用直接gcc命令的編譯方法,來學習如何編寫Makefile。 (2)Makefile中默認情況下采用“CC=gcc”或者“CPP=g++”的設置,交叉編譯時請使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請參考本書第2章:可以利用qmake自動生成用于交叉編譯的Makefile。當然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環境中編譯測試通過
上傳時間: 2016-12-24
上傳用戶:kikye
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細的說明(第7章)。作為對比,也可以參考在書中的對應章節采用直接gcc命令的編譯方法,來學習如何編寫Makefile。 (2)Makefile中默認情況下采用“CC=gcc”或者“CPP=g++”的設置,交叉編譯時請使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請參考本書第2章:可以利用qmake自動生成用于交叉編譯的Makefile。當然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環境中編譯測試通過。
上傳時間: 2013-12-29
上傳用戶:kristycreasy
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細的說明(第7章)。作為對比,也可以參考在書中的對應章節采用直接gcc命令的編譯方法,來學習如何編寫Makefile。 (2)Makefile中默認情況下采用“CC=gcc”或者“CPP=g++”的設置,交叉編譯時請使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請參考本書第2章:可以利用qmake自動生成用于交叉編譯的Makefile。當然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環境中編譯測試通過。
上傳時間: 2013-12-14
上傳用戶:從此走出陰霾