搜索资源列表
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
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
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
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.