游戏名称:《紫日》 一个简单的RPG游戏,以抗日战争为游戏背景制作,供c++初学者,以及c++游戏爱好者学习研究
标签: RPG
上传时间: 2017-01-02
上传用户:CSUSheep
有排行榜,用很简单的C++编写,和C的差别很小,没有加位图,界面简单,比较适合初学者。
标签: 排行榜
上传时间: 2017-02-04
上传用户:顶得柱
Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
标签: Embedded Qt Makefile tmake
上传时间: 2013-12-22
上传用户:sk5201314
1.1 异常分类 基于Dr. GUI 的建议,我把我的第一个专栏投入到“程序异常”的系列上。我认识到, “exception”这个术语有些不明确并和上下文相关,尤其是C++标准异常(C++ standard exceptions)和Microsoft 的结构化异常(structured exception handling)
上传时间: 2013-12-23
上传用户:yepeng139
FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, gnat2006 GPL, and all versions of InterBase 4.x-7.x, InterBase 2007 and Firebird 1.x-2.x. Using FIBPlus in your applications you do not need to install any additional software except for InterBase Client Software. FIBPlus supports all special InterBase features such as array-fields, event alerters, BLOB-fields, etc. FIBPlus is a native component set and its evaluation versions are distributed partially in sources. Registering FIBPlus you get full sources of components and technical support
标签: component InterBase intended flexible
上传时间: 2013-12-01
上传用户:xuan‘nian
The LM35 of National Semiconductors that is used in this project is a precision centigrade temperature sensor, which has an analog output voltage. It has a range of -55潞C to +150潞C and a accuracy of 卤0.5潞C . The output voltage is 10mV/潞C . The output voltage is converted by the AD convertor of the AT Mega8. The temperature is displayed on an LCD module. In this example the thermometer has a range of 0潞C to 40潞C and a resolution of 0.5潞C. If you want to have a readout in Fahrenheit you can use the LM34.
标签: Semiconductors centigrade precision temperatu
上传时间: 2017-04-16
上传用户:D&L37
This Zip file Contains Firmware for TRF7960 RF ID Evaluation Kit Developed by TI.it also contains all the necessary Documents and also my own source code.
标签: Evaluation Developed Contains Firmware
上传时间: 2017-04-28
上传用户:woshini123456
本书系编程语言先驱者Ivor Horton的经典之作,是学习C++编程最畅销的图书品种之一,不仅涵盖了Visual C++ .NET编程知识,还全面介绍了标准C++语言和.NET C++/CLI。本书延续了Ivor Horton讲解编程语言的独特方法,从中读者可心学会Visual C++ 2008的基础知识,并全面掌握在MFC和Windows Forms中访问数据源的技术。
上传时间: 2013-12-20
上传用户:xymbian
KEIL,ADS两个可选开发环境。在嵌入式软件设计用的,嵌入式系统的C语言 译自C for Embedded Systems
上传时间: 2013-12-15
上传用户:xjz632
这是一个cmm语言的解释器。所谓cmm,相对于C++,就是对C语言的进一步简化。
上传时间: 2013-12-29
上传用户:从此走出阴霾