搜索资源列表
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the
c-star
- .h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[descr iption],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是
McGraw.Hill.C.CPP.Programmers.Reference.3rd.Editio
- This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, ch
c++代码转换诚高亮html代码
- 将cpp代码转换成高亮html代码的源程序,有说明的
c/c++简单计算器源码
- c++编写的简单计算器 cpp源码,经过VS2008测试,可通过编译,四则运算功能/括号功能/过滤干扰字符功能
表达式转换求值 C++
- 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
C++ Builder && Matlab 混合编程
- C++ builder与 Matlab混合编程,通过Matcom将Matlab的m文件编译为cpp文件,实现C++ builder调用Matlab;软件完成后,可以脱离Matlab运行环境。
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<<"的圆
Cpp源代码
- 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
《Visual C++项目案例导航》源代码
- 《Visual C++项目案例导航》源代码- "Visual C Project Case Navigation" source code
inside-the-cpp-object-model
- 英文版的深度探索c++对象模型-English depth exploration c Object Model
数据库操作cpp
- 数据库操作类,封装了BDE数据库操作的所有方法。 编译环境 C++ Builder6 下通过。-database operations, a package of database operation BDE all methods. C compiler environment Builder6 through.
C++常用算法之1复数运算
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting c
C++常用算法之2随机数生成
- 是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source
C++常用数值算法之3多项式与连分式计算
- 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C sou
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the
32993992-c-cpp-programs-with-numerical-problems.r
- c++ (cpp) programs with numerical problems- c++ (cpp) programs with numerical problems
Programming-high-quality-C-CPP
- 高质量C-CPP编程,经典书籍,总结概括了一些程序员容易犯的错误或误区。-C-CPP high quality programming, classic books, summed up a number of programmers easy mistake or misunderstanding.
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++