搜索资源列表
c02 vc6
- 类似vc的集成开发环境,包括编辑器,调试器,编译器的全部源代码,真正的交互式,支持代码自动生成技术-Vc similar integrated development environment, including the editor, debugger, compiler of all source code, a truly interactive, support automatic code generation technology
Asm_IDE_VCPP
- 基于vc++6.0 的 asm-IDE 的 源码-the asm-IDE c++ source
VCimplementationCthetypeofreflexmechanisms
- VC实现C++的类的反射机制 此代码在VC6和2005上测试通过-VCimplementationC++thetypeofreflexmechanisms
458324
- 串口通信VC,基于MSCOMM的,利用visual c++做的-serial communication
vc_SLRStar
- 一个vc++编写的词法语法分析程序,可以直接编译运行.-A lexical and syntactical analysis program written in Visual C++, can be compiled directly and run.
IFELanguageDemo.src
- VC/C++源码,字符处理,汉字转拼音,根据文本框中的汉字自动生成对应的拼音-VC/c++ source code, character processing, pinyin, Chinese characters according to automatically generate the corresponding Chinese characters pinyin in the text box
lexical
- 简单的数字识别程序,在DEV C++中运行出错,VC没问题。-Simple digital identification procedures, run in DEV C++ error, VC no problem.
token
- 简单的VC编写的词法分析器,纯C实现,可以做简答的学习使用-VC prepared a simple lexical analyzer, pure C implementation
CMMintepre
- CMM(自定义) 是C 语言的一个子集,本程序对用这种语言写成的程序进行分析并输出相关的分析结果,解释器使用C语言写成.由词法分析程序、语法分析程序和语义分析程序组成。资源中包括程序源代码、可运行程序及测试程序、一个VC工程和相关设计用CMM语言设计文档。-CMM (custom) is a subset of the C language, the procedures of programs written in this language analysis and analysis rel
msvc64
- Parser Generator 2用vs2010生成64位库的脚本代码:【注:以下路径用绝对路径举例说明,具体请根据实际情况修改】 [Compiler Bin Directory:] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\BIN\X86_AMD64 [Compiler Bin Directory(2):] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0
Y
- 采用flex工具进行词法分析并结合yacc工具进行语法分析生成文法编译器 进行了完整的词法、语法分析 初始源文件4个:19210216.l,19210216.y,code.h,table.h, 运行过程: 先写出词法分析*.l文件和语法分析*.y文件。 然后运行CMD,进入DOS下,将目录切换到flex和bison及源码所在目录 1、flex 19210216.l 生成lex.yy.c 2、bison -d 19210216.y 生成1921
Cpp1
- 基于VC++6.0的c++语言编程利用哈希表数据结构实现对班级学生信息管理-VC++6.0 c++ programming language to achieve the use of hash table class student information management based on data structure
c_1
- 基于VC++6.0的c++语言编程实现对班级学生通讯录信息管理-VC++6.0 c++ programming language to implement the class student mail list based on information management
SDL
- 全面详细sdl数据库,头文件。有1也有2的,本人亲测,可行。可应用于codeblocks,dev c++,vc++还有visual studio2013等-Full details sdl file header. There are also 2 1, I pro-test, is feasible. Can be applied codeblocks, dev c++, vc++, etc. as well as visual studio2013
C-Compiler
- 使用VC实现的一个C编译器,包括源码和说明文档。对于研究编译原理工作者,是一份很有用的资料.-Using VC implementation of C-Compiler, including source code and documentation. It is a very useful material for the research of compiler theory.