搜索资源列表
LL(1)fenxichengxu
- 《编译原理》实验中的LL(1)分析程序源代码部分
fenzhichengxu
- 本程序是本人在学习编译原理课程时所编写的,现在不用了,发出来供大家一起参考讨论之用。 由于只是为了实验课的需要而用,所以程序的功能还十分简单,程序中也还存在很多问题和不足,欢迎大家给予指正。-This program is compiled in learning courses, which is not used now, come together for reference and discuss. Because of the only need of the experime
yacc_draw
- 编译原理实验,用lex和yacc编写的简单绘图工具-Compilation Principle experiments, lex and yacc with a simple drawing tools to prepare
weiji
- 微机原理实验报告学习利用编译错误信息进行程序修改;(程序包含一个语法错误和一个逻辑错误) 学习程序流程控制: 条件跳转指令ja jb call指令,观察程序执行时堆栈的变化(学会用debug –g命令设置断点); -Computer experiment to study the use of the report compiled for the procedure to amend an error message (program contains
ReversePolish
- 编译原理实验进行语法和词法分析,分析结果是用逆波兰式的形式输出。-Experiment carried out to compile grammar and lexical analysis and the results are reverse Polish form of output.
c2asm
- 巴基斯坦Karachi大学计算机科学系学生 M Owais Khan Afridi完成的编译原理课程实验,将C语言的一个子集编译为汇编语言。-Pakistan Karachi University, Department of Computer Science students completed M Owais Khan Afridi compiler theory course experiment, the C language, a subset of the compiled asse
yuyifenxicx
- 编译原理实验报告 词法分析器 语义语法分析-Compiler theory lexer semantic parsing
SLR
- 编译原理实验题目之构造文法的SLR分析表-Compiler construction principle experiment grammatical subject of the analysis table SLR
VB
- 编译原理实验报告 实验一:词法分析设计 实验二:LL(1)分析法 实验三:逆波兰式的产生及计算 实验四:LR(1)分析法 实验五:应用DAG进行局部优化 -Compiler principle experiment report Experiment 1: lexical analysis design Experiment two: LL (1) analysis method Experiment three: inverse caus
Decaf-Mind
- Decaf-Mind 实验总述。清华大学编译原理实验总述,非常好的文档,建议下载。-Overview of Decaf-Mind experiment. Tsinghua University compiled the principle experiment overview, a very good document, it is recommended to download.
shiyansi
- 一个编译原理的实验报告,LL1,自己看一下吧,我也不知道在哪个开发环境。-Report an experimental compiler theory, LL1, look at it yourself, I do not know in which development environment.
shiyanyi
- 编译原理实验报告,词法分析,自己看一下吧,开发环境未知,亲。-Report compiler principle experiment, lexical analysis, look at it yourself, the development environment is unknown, pro.
Project3
- 编译原理实验三,词法分析 输入:(文本文件) PL/0 表达式, 用实验一的输出形式作为输入。 例如: 对于 PL/0 表达式, (a+15) *b 用如下二元组形式作为输入: (lparen,( ) (ident, a) (plus, + ) (number, 15) (rparen,) ) (times, * ) (ident, b ) 输出:(直接用屏幕显示) 对于语法正确的表达式,报告“语法正确”; 对于语法错误的表达式,报告“语法错误