搜索资源列表
c-star
- .h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[descr iption],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleE
c++代码转换诚高亮html代码
- 将cpp代码转换成高亮html代码的源程序,有说明的
表达式转换求值 C++
- 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
CPP(ProgramingLanguage)
- 该文件中包含《C++语言基础教程(吕凤翥)程序(第2版本)》中的所有例子的源代码,并按章节分装在各自的文件夹中。其中每个例子源程序都有一个(名字与例题编号相当一致且规范的)文件夹,其下只有三种文件类型(.cpp,.dsp,.dsw),所有源程序都在VC++6.0平台上编译通过。对这些程序,我在讲课时已用了好几遍。 -This document contains
C++flyshutgame
- c++简单的飞行射击游戏源码内含实验报告,运行程序 项目选题为做一个飞行射击游戏。游戏中有各总各样的敌机和武器,敌机按一定的几率出现,玩家消灭敌机后可得分数奖励,达到一定分数后会升级,游戏难度随着玩家级数的增加而增大。游戏有很多爆炸场面,增加了刺激性。 GameWorld类,控制整个游戏过程的类 -c++ simple flight shooting game test report containing the source, run the project selection p
redblacktree.cpp.tar
- 一个关于读写红黑树的数据结构算法。c++写的。-A red tree on the reading and writing data structures algorithm. c++ written.
CPP_ADO
- ADO数据访问,未使用MFC,windows系统无需安装额外东西,使用方便简单适用于VC, 其它C++开发环境只需稍作修改即可-ADO data access, not using MFC, windows systems do not need to install additional things, easy to use easy for VC, the other C++ development environment, only some slight modifications t
Thinking-in-CPP-C02
- Thinking in C++(2nd) CO2 代码-Thinking in C++ (2nd) CO2 code
alglib-2.3.0.cpp
- 上传的是一组经典算法程序的C++的源程序代码,例如神经网络集成、神经网络、遗传算法蚁群算法等等。ALGLIB是一个跨平台的数据分析工具。具体的介绍见以下网址http://www.alglib.net/-ALGLIB is a cross-platform numerical analysis and data processing library. ALGLIB aims to be highly portable: it supports several programming languag
CPP-to-CSharp-Converter_Source
- Converter C++ to C#. Very useful for combination modules which are writed on different language.
action.cpp
- 以竞拍活动为示例,介绍C++中输入输出流的应用-The bidding activity for the sample to introduce C++, the application of input and output streams
Bigint.cpp
- Biginteger implementation on c-Biginteger implementation on c++
Programming-high-quality-C-CPP
- 高质量C-CPP编程,经典书籍,总结概括了一些程序员容易犯的错误或误区。-C-CPP high quality programming, classic books, summed up a number of programmers easy mistake or misunderstanding.
create-C-P-P-Builder--DLL
- 怎样在C++ Builder中创建使用D-How to create C++ Builder using the DLL
CPP
- Visual C++应用教程-源代码 本书在复习C++基础知识后-Application of Visual C++ Tutorial- source code book review the basics of C++, after
C-CPP
- C语言的简单教程,对于初学者能更快的了解C语言程序-It is good!
C-CPP-Visual-CPP-2008-express-Pahomov
- C C++ Visual C++ 2008 express Pahomov RU-C C++ Visual C++ 2008 express Pahomov RU
C-Cpp中文帮助文档
- 这是有关于html的帮助文档,希望对大家有所帮助。谢谢。(This is a helpful document about HTML, which I hope will help you. thank you)
MifareHID C-Cpp-Sample
- Mifare Demo HID USB modem, allow to read, write, authenticate and generate Access Bits, Visual C++
