搜索资源列表
左递归文法分析源代码
- 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
C_minus语言说明
- C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition of procedures from the list of
LR1fenxifa
- 刚才的内容没有注意,少添了两个头文件,这次补上.-Just did not pay attention to the content and less Tim two header files, the make up.
TMS320C54x_DSP_Programmer_Guide
- C54X编程指南,主要讲解了C54X dsp 的编译器结构和需要注意的地方,学习DSP的利器。-Programming Guide C54X, C54X dsp mainly on the structure and the compiler need to pay attention to, learning DSP tool.
Cplusplusencryptsoundcode
- 对程序源代码进行加密的小程序 采用C++语言编写,注意在编译时在makefile中设置ucl路径。vs2008编译通过-Of the source code used to encrypt a small program written in C++, compile-time attention to ucl path set in the makefile. vs2008 compile
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
gccint
- something about gnu compiler, pay attention to the first sevral chapters, it s about float arithmetic operations.
