搜索资源列表
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
c-star
- .h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[descr iption],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleE
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, character, and more.
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<<"的圆的面积="<<area(r)<&
CPP.rar
- NORAD公布的两行星历数据计算轨道参数模型,本程序包括SGP SGP4 模型,是用C++写的!前面上传了matlab版本,请读者搜索一下就可以找到,NORAD released two calendar data planet orbit-parameter model, the process includes the SGP SGP4 model is C++ Written! From in front of a matlab version, readers can be found
Harris-CPP
- 本代码是基于Harris边角检测的特征点提取代码,用C++程序编写。希望对大家有用-This code is based on Harris corner detection feature extraction code, using C++ programming. Hope to useful
《Visual C++项目案例导航》源代码
- 《Visual C++项目案例导航》源代码- "Visual C Project Case Navigation" source code
asm-C-CPP-program
- 包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
C-CPP-programming-specification
- C、c++语言编程规范(华为、林锐、MISRAC)-C, C++ language programming specification (Huawei Lin sharp MISRAC,)
Cpp源代码
- 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
bashuma.cpp
- C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
CPP(ProgramingLanguage)
- 该文件中包含《C++语言基础教程(吕凤翥)程序(第2版本)》中的所有例子的源代码,并按章节分装在各自的文件夹中。其中每个例子源程序都有一个(名字与例题编号相当一致且规范的)文件夹,其下只有三种文件类型(.cpp,.dsp,.dsw),所有源程序都在VC++6.0平台上编译通过。对这些程序,我在讲课时已用了好几遍。 -This document contains
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++