资源列表
1-1
- 《现代编译原理C语言描述》书上第一章的直线式程序解释器的一个问题:写一个函数int maxargs(A_stm),告知给定语句中任意子表达式内的print语句的最大参数个数. 参照所给部分源码,在Linux环境下编写的,GCC版本4.4.4测试通过-The book Modern compiler Implementation In C, in first chapter of the book linear program interpreter there be a problem: W
SQL
- DBMS的词法分析部分和语法分析部分,希望能给一些初学者提供帮助-some parts of DBMS,hope that it is useful.
C-complie
- VC++写的C编译器源代码附设计文档,感兴趣的可以参考下。-VC++ compiler written in C source code with design documents, interested can refer to.
Motor
- 利用蒙特卡洛法进行扩展卡尔曼滤波,得到仿真结果较理想-Monte Carlo method using extended Kalman filter to obtain better simulation results
rs(31-19)
- 本源代码是RS(31,19)编码器的顶端实现程序和测试程序,此程序可以验证编码器工作与否。此代码,已在ModelSim验证通过。并附上测试时所产生的结果图像。-Source code is RS (31,19) encoder to achieve the top programs and testing procedures, this program can verify the encoder to work or not. This code has been verified in M
compile
- SLR(1)语法分析器的设计与实现,自底向上的语法分析器-SLR (1) the design and implementation of the parser, bottom-up parser
sdcc-src-20110408-6402.tar
- Small Device C Compiler 面向Inter8051,Zilog Z80,Dallas 80C390,Motorola HC80等系列单片机的开源C编译器-Small Device C Compiler for Inter8051, Zilog Z80, Dallas 80C390, Motorola HC80 series MCU' s open-source C compiler
word1
- 有关词法分析器和语法分析器的源代码,还包括语意分析,对大家都会有所帮助的。-Lexical analyzer and parser on the source code, but also semantic analysis, everyone will be helpful.
lqhl-acm-tiger-v1.0
- tiger 编译器 已完成所有部分 附报告-tiger compiler
Parsing
- 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementation of Method 2: preparat
digui
- 递归下降语法分析设计原理与实现技术 完成以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/ -Recursive descent parsing design principles and implementation techniques to complete the following descr iption of ari
pl0
- pl0编译文件,用于词法,语法,语义,代码生成等-pl0 compile documents for lexical, syntax, semantics, code generation, etc.