搜索资源列表
Pascal
- 《编译原理实践教程》中的程序作了一些扩展,可以将程序转化成四元式。 本人认为书上的程序极为垃圾!- \"Translation Principle Practice Course\" the center procedure has made some expansions, may transform the procedure four Yuan types. Myself think in the book procedure extremely trash!
编译作业
- 这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can understand
bysy2005
- 2002级计算机科学与技术专业(4-11班) 要求完成下述两个实验: 1、识别小型语言所有单词的词法分析程序设计(4机时) 2、算术表达式文法的递归下降分析程序设计(6机时) 实验一:词法分析器的构造与实现 -2002 Computer Science and Technology (4-11 classes) required to complete the following two experiments : one to identify all small l
简单的语义分析basic
- 简单易用 易看的编译器 带词法分析和语法分析 输出是二元式和四元式 使用读取文件的方式进行编译 功能基本完整-easy to use easy to see the compiler with lexical analysis and parsing the output of which is dual-and four yuan-use read the document compiled basic functional integrity
四元转换器
- 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
gs02
- 原来一些32位版发表在 http://www.x86asm.com 因暂停。更新的版本改上传于你处。 在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些会另外,如PUSH类默认为32位的四字节.) 可以用DW等指
编译课设
- 算术表达式词法和语法分析程序,递归下降法,四元式-arithmetic expression morphology and syntax analysis procedures, recursive method, four yuan -
CompilerAndCompilerGeneratorchap01
- 这是一本编译原理英文书,名字如文件名。先上载前四章,如果谁想要更多的可以邮件索要 -This is a compiler theory English books, names such as file names. First on the first four chapters, if anyone wants more mail can be requested
CompilerAndCompilerGeneratorchap02
- 这是一本编译原理英文书,名字如文件名。先上载前四章,如果谁想要更多的可以邮件索要 -This is a compiler theory English books, names such as file names. First on the first four chapters, if anyone wants more mail can be requested
CompilerAndCompilerGeneratorchap03
- 这是一本编译原理英文书,名字如文件名。先上载前四章,如果谁想要更多的可以邮件索要 3-This is a compiler theory English books, names such as file names. First on the first four chapters, if anyone wants more mail can be requested 3
CompilerAndCompilerGeneratorchap04
- 这是一本编译原理英文书,名字如文件名。先上载前四章,如果谁想要更多的可以邮件索要 4-This a compiler theory English books, names such as file names. First on the first four chapters, if anyone wants more mail can be requested four
myCompiler000
- 一个很一般的编译程序 有词法分析,语法分析,语议分析,和最终生成四元式,但是出错处理较简单,大部分用的C语言,但加了一个四元式类,本人感觉这个程序很垃圾,但可以做个参考!-a very general compilers have lexical analysis, grammar, language proposed analysis, and generate the final-four yuan, But mistakes in handling more simple, with
1020310725
- 一个很一般的编译程序有词法分析,语法分析,语议分析,和最终生成四元式,但是出错处理较简单,大部分用的C语言,但加了一个四元式类,本人感觉这个程序很垃圾,但可以做个参考!.. -a very general compilers have lexical analysis, grammar, language proposed analysis, and generate the final-four yuan, But mistakes in handling more simple, with
tiaojianshuchu
- LL输出4元式,运用C语言编程,语言简洁明白!-LL-output four yuan, using the C programming language, concise language to understand!
byyli_java
- java语言 编写 的 语法分析器可以自动 生成中间代码 四元式-java language syntax analyzer can automatically generate code among four yuan -
Compute_Formula
- 一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理-a simple parser can be four operators and if statements for the analysis, simple scanning the lexical analysis, and interpretation Yazhan Operators can help compiler theory
lexicalanalysis
- 为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只
daimashc
- 目标代码生成,从四元式到汇编语言的翻译-object code generation, from four yuan to the compilation-language translation.
fzyjfy
- 一个简单赋值语句翻译为四元式的动态教学程序,效果非常好,值得学习编译程序的朋友下载一看,看后一定会有不一样的感受.-a simple assignment for the translation of the four yuan-dynamic teaching procedures, the effect was very good, worth learning compiler downloaded a friend to read and of course there is not t
calculatore
- 小型计算器 实现简单的四则运算.功能不是很强大-small calculators to achieve four simple operation. Function is not very strong
