搜索资源列表
vc++experience
- 识别器,编译原理的,实验一加实验二,句柄-Identifier, the compiler principles, laboratory experiments one plus II Handle
Compiler
- 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
fa-1.0.0.tar
- 一个不可多得的Z80为目标机的编译器源程序,是学习编译原理和进行实践的好资料 -A rare Z80 target machine compiler source, is to learn theory and practical experience to compile a good information
TINYsrc
- 经典书籍《编译原理及实践》的源码,一个小型的编译器,但是包含了编译原理的所有知识点,学习编译原理必备。-This text features a comprehensive, hands-on case study project for constructing an actual, working compiler. Students joining or beginning a compiler project will find COMPILER CONSTRUCTION valuabl
Compiler_source_code_1
- 编译器源代码,基于VC开发环境,有助于学习编译原理,体验编译器的开发过程。-Compiler source code, VC-based development environment, compiler theory can help to learn and experience the compiler development process.
TQEditor-v2.2.3
- 兼容IE9的在线编辑器, 也是一个功能体积比最优的的在线编辑器 特点: 小身材,JS(56k)+CSS(8k)+图标(7k) 总计71K, 启用gz压缩后不到30K 全浏览器支持, 当前支持 IE6, 7, 8, 9, chrome 8+, FF 3+, Opera 10+, Safari5+ Word代码清理,有效清理从word中粘贴的代码同时保留格式 默认使用SWFUpload组件处理上传, 用户体验超好 自带源码格式化 支持皮肤功能, 只需修改一
cPPbuilder_2010_3615_win_esd
- 这个是C++ Builder的编译器实例,大家可以通过学习这个编译器得到许多开发经验~-This is a C++ Builder compiler instance, we learn that the compiler can get a lot of development experience ~
cifafenxi
- 实验要求: 1.单词种别编码要求基本字、运算符、界符:一符一种;标识符:统一为一种;常量:按类型编码; 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; 4.完成对所设计词法分析器的功能测试,并给出测试数据和实验结果; 5.为增加程序可读性,请在程序中进行适当注释说明;-Experimental requirements: 1. Word kinds of other coding requirements o
project1
- This project will give you experience writing, compiling, and debugging a simple C++ program. You will gain experience with header files and multiple compilations. We expect the program itself to be straightforward for any student who has success