资源列表
LUA_5_1_4
- lua最新版本,5.1.4,集成了新的脚本输出功能-lua version 5.1.4,new features for output
Lexical
- 掌握计算机语言的词法分析程序的开发方法。编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。-Master computer language for lexical analysis program development methodology. Able to analyze three kinds of preparation of an integer, identifier, the main operator and the main keyword lexic
Parse2
- 设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析中预测分析方法。-Design, preparation, debugging a typical parser, lexical analysis program to realize the word sequence provided by the grammar checking and structural analysis, to further understa
AlPoland
- 对表达式进行语义、语法分析,其语法分析使用算符优先分析方法,其逆破兰式的构造在每次语法分析的规约过程中进行,最后利用已经建立好的逆波兰式计算表达式的值。-Pairs of expression semantics, syntax analysis, syntax analysis using the operator the priority of its analysis, the reverse break-lan-style structure in the parsing of the
EPL0
- 一个简单的编译器,是PL0的,需要的可以看一下-A simple compiler is PL0, and we need to look at
SCTR_Proj
- A project about planes, about combustilis and how they work
ifcompiler
- IF-ELSE条件语句的翻译(输出四元式,用简单优先分析法)-IF-ELSE conditional statements of the translation (the output quaternion type, with a simple analysis of priority)
Lexser
- C#写的词法分析器,为编译原理解释器构造中很重要的一环。-C# to write the lexical analyzer for the compiler construction principles of the interpreter a very important part.
20080618084006638178
- WHILE循环语句的翻译程序设计(递归下降法、输出三地址表示)-WHILE loop of the translation program design (recursive descent method, the output three-address indicated)
IF_ELSE
- IF-ELSE语句的翻译程序用c写的,大街可以参考一下-if else complier if else complier
tiger
- 词法语法编译器,最后可以生成语法分析树。-compiler
Seven-segment-display-decoder
- 七段显示译码器 因为计算机输出的是BCD码,要想在数码管上显示十进制数,就必须先把BCD码转换成 7 段字型数码管所要求的代码。我们把能够将计算机输出的BCD码换成 7 段字型代码,并使数码管显示出十进制数的电路称为“七段字型译码器”。 -Seven-segment display decoder because the computer output is BCD code, in order to display in the digital tube decimal numbe
