程序代碼使用說明: (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
上傳用戶:lgnf
程序代碼使用說明: (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-13
上傳用戶:skhlm
程序代碼使用說明: (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-16
上傳用戶:ANRAN
程序代碼使用說明: (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
上傳用戶:yimoney
The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. * The source files for the AVRcam had the author name and copyright information added back into them after the judging of the project, since it states in the competition rules that the author s name can not be present during their inspection. * The included source files are the ones that were submitted for the entry into the Circuit Cellar contest. I have continued to develop the AVRcam, and have added several new features (such as ignoring objects that aren t larger than a minimum size, removing tracked objects that overlap with each, and some general optimizations). If you are interested in the latest source, email me at john@jrobot.net * For more info about the AVRcam, check out http://www.jrobot.net John Orlando August 20, 2004
標簽: distribution version AVRcam source
上傳時間: 2016-12-30
上傳用戶:GavinNeko
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c REM sdcc --iram-size 0x80 t8051.c packihx t8051.ihx > t8051.hex ..\test\mkrom.exe ..\compile\t8051.hex
標簽: binary compiles converts chain
上傳時間: 2017-01-07
上傳用戶:wyc199288
getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat
標簽: address adapter program machine
上傳時間: 2014-01-05
上傳用戶:bibirnovis
The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source code. The program can compile the file using for this purpose the Microsoft VC compiler. Most effectively the editor can be used with a file search utility. The search utility Search&Edit or IDE Helper is available for download on developer s WEB site (http://www.easydevtools.com/dwnl_frame.htm).
標簽: editor highlighting programmers The
上傳時間: 2013-12-09
上傳用戶:x4587
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects 1. Packager 2. Setup1 The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency Files of any Visual basic project (although roughly done without any specific algorithm), Somebody can help me with this. I don’ t have time for the project, so I don’ t want any comment on the code indentation or arrangement and variable scoping. Comments are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it Oh! I found some of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project I felt like sharing code with PSCites. Thats why I made it
標簽: Visual Basic Developers Installer
上傳時間: 2017-02-26
上傳用戶:FreeSky
The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your development, then the upcoming recipes provide simple programming examples and an overview of the components that you require on the user classpath to compile servlets.
標簽: compiling newcomers relative purpose
上傳時間: 2014-01-13
上傳用戶:541657925