程序代码使用说明: (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
GSM 模块软件开发包 开发包说明 开发包基于GSM模块开发,适用于任何希望通过GSM模块来实现短信息系统的系统, 开发包的主要功能是短信息的发送和接收。 开发包包括内容 1、操作使用说明――开发包根目录下为pdf文件,说明了如何正确使用GSM模块; 2、测试工具――/Tools/ 目录下,包括串口测试程序和模块测试程序; 3、开发接口―― /DLL/目录下,包括AscendComm.dll , AscendSMS.dll ,AscendSMS.lib 和AscendSMS 动态链接库接口文档.doc ; 4、例子程序―― /Example/目录下,包括VC,VB,Delphi 等开发工具调用的具体例 子,以及源代码。
上传时间: 2017-01-06
上传用户:牧羊人8920
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Java(TM) and XML together to streamline the development process. XML and Java(TM), Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard APIs, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls.
标签: technologies and standards Edition
上传时间: 2014-01-05
上传用户:hj_18
IDL源码,处理IMAPP中HDF文件的IDL pro。通过源码可了解IDL中读取,写入HDF格式文件的方法。
上传时间: 2013-12-22
上传用户:qiao8960
IDL 源码,包括两个文件hdfwrite.pro和hdfread.pro。用于HDF格式的数据读取与写入。可直接调用或针对需求进行修改。
上传时间: 2017-01-24
上传用户:pompey
WTL使用MD5加密算法,首先安装WTL AppWizard,现在最高版本应该是WTL7.0,直接运行setup脚本文件就可以了,这里给大家几个下载地址: 1) http://www.vckbase.com/tools/listtools.asp?tclsid=111 2) http://www.microsoft.com/downloads/details.aspx?familyid=128e26ee-2112-4cf7-b28e-7727d9a1f288&displaylang=en 3)http://www.copathway.com/vchelp/zsrc/wtlm.asp?type_id=70&class_id=1&cata_id=3&article_id=374
上传时间: 2014-01-15
上传用户:sevenbestfei
isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.
标签: Chat requirement Developer Customize
上传时间: 2017-01-27
上传用户:iswlkje
用户元件库的建立 如果要在名为design_component的库中建立一个叫nfet的component,使它有ivpcell view并且有CDF参数,具体的操作方法如下: a) 建立一个名叫nfet的component。在Library Manager中一般都会有一个叫sample的库,在该库的下面可以找到nfet元件,可以看到它有ivpcell view. 把它copy到一个新库中。 b) 这些新的库是没有CDF参数的,而在analogLib库中的nmos4元件有这些参数。要把相应的参数copy到刚才新建的库中。在CIW窗口中,Tools菜单下选择CDF…Copy,弹出一个窗口。如下
标签: design_component component nfet 用户
上传时间: 2013-12-19
上传用户:a6697238
很丰富的 Registry 改动例子,很多特别的例子 如: Change The Internet explorer Title, Showing the Windows Version on the Desktop Remove the shortcut arrows from all your icons Creating 3D Window Effect To prevent any changes to the Start Menu Disable Registry Editing Tools
标签: Registry
上传时间: 2017-02-11
上传用户:爺的气质