虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Compile-CC

  • The code on this diskette has been organized by chapter. Each subdirectory containing listing has a

    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

    处理器采用TI公司的TMS320LF2407, 此程序为DSP2407中CAN模块的应用程序包,包括了CaN初始化,发送,接收等函数,接口参数简单明了,欢迎大家指教 开发环境采用cc或者ccs

    标签: 2407 320 TMS LF

    上传时间: 2016-11-07

    上传用户:古谷仁美

  • 银行家算法CC++描述

    银行家算法C\C++描述,分两个文件,分别用C和C++实现了银行家算法

    标签: 算法

    上传时间: 2014-01-17

    上传用户:klin3139

  • The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i

    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

  • 高质量CC++编程指南(第一版)

    高质量C\C++编程指南(第一版),对编写代码规范性详细介绍。

    标签: CC 高质量 编程指南

    上传时间: 2016-12-11

    上传用户:jqy_china

  • 高质量CC++编程指南(第二版)

    高质量C\C++编程指南(第二版),对编写代码规范性详细介绍,在第一版基础上作了改进。

    标签: CC 高质量 编程指南

    上传时间: 2013-12-19

    上传用户:lz4v4

  • 在这篇文档中

    在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编 译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编 译器是UNIX下的GCC和CC。

    标签: 文档

    上传时间: 2016-12-21

    上传用户:dbs012280

  • 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

    程序代码使用说明: (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的环境中编译测试通过

    标签: Makefile 代码 程序 使用说明

    上传时间: 2016-12-24

    上传用户:kikye

  • 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

    程序代码使用说明: (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的环境中编译测试通过。

    标签: Makefile 代码 程序 使用说明

    上传时间: 2013-12-29

    上传用户:kristycreasy

  • 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

    程序代码使用说明: (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的环境中编译测试通过。

    标签: Makefile 代码 程序 使用说明

    上传时间: 2013-12-14

    上传用户:从此走出阴霾