资源列表
ccompiler
- c的一个编译器,想研究编译器的同学可以参考下,很值的学习的哦-c, a compiler, the compiler would like to study the students can refer to the next,,, is the value of learning the oh ...
eprocess
- 也是一个远程控制的源码!大家来看看哦!希望站长通过啊!-A remote control of the source! Have a look at Kane! Hope that the webmaster by ah!
Parser
- 语法分析器,算符优先实现,完成FIRSTVT, LASTVT的构建,算符优先表的实现和规约过程的输出-Parsers, operator precedence to achieve completion of FIRSTVT Construction of LASTVT, the operator precedence table and the Statute of the output of the process
compiler
- 华中大计算机学院编译原理的ppt,对于新手有很大的帮助-Great compilation of Computer Science, Huazhong principle ppt, very helpful for the novice
jstcz
- 金山毒霸的注册机,没有密钥也可以运用杀毒软件了 官方版-Kingsoft' s Zhuceji, no keys can also use the official version of antivirus software
HflexAndsendmessage
- 自己总结的一些VB资料,对编程很有用。关于vb中网格控件的用法和消息处理。-VB summarized some of their own information on the program very useful. About vb grid controls in the use and treatment message.
33
- if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式-if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-type
Operatorprecedenceanalysistablegeneratedsimulation
- 编译原理算符优先分析表生成模拟算法源码以及设计报告-Theory of operator precedence table compiled simulation algorithms generate source and design report
HOT_XE164_ASC-Link
- infineon xe164 example very useful ltcinfo@163.com
C0Compiler
- 北航编译课课程设计,最高难度。设计一个C0扩充文法的编译器,实现一定的优化,有完整的软件开发文档,附带汇编器MASM。期末检查时测试点几乎全部通过,分数上90,供学弟学妹们参考。提醒注意编写测试文件找出BUG是及格的关键。C0文法具体说明文档中有。-Beihang compile class curriculum design, the highest degree of difficulty. Design of a C0 compiler to expand the grammar to a
扩充C0文法编译器
- 扩充C0文法的编译器,采用递归子程序法进行语法分析,生成中间四元式,目标代码为x86汇编代码。