资源列表
Keilusingcode
- MCU development board in the individual c language program and module design summary
wordexplain
- 输入一段代码则可以进行词法分析;将各个单词自动分类-Input a code, which can make a lexical analysis All words to be automatic classification
stack
- this is an implementation of stack
2x_nm_nandflash_patch
- 2x_nm_nandflash_patch源程序-2x_nm_nandflash_patch source
某小型语言的预测分析器
- 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。
HQ.rar
- 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。,Design a small language, the basic procedures required statement, given the small language LL (1) grammar, the forecast method used to achieve the mini-language LL (1) parsing grammar.
compile
- 本人编写的编译原理的相关代码,使用VC6.0,实现了赋值语句。内部有四个工程,分别为:1.建成单词表,词法分析。2.字符优先处理。3.算符优先处理。4.算符优先—三地址。-I write compiler theory code, VC6.0, the assignment statement. Within four projects, namely: 1. Built word list, lexical analysis. 2. Character priority. 3 Operator
bianyi
- 编译原理课程设计,词法,语法,中间代码生成-Compiler theory course design, lexical, syntax, intermediate code generation
ASEM51
- ASM51 compiler is used for convert a asm file to hex file
design
- 编译原理实验,很好用实用,编译原理课程设计-Compiler principle experiment, a good and practical, compiler theory curriculum design
算符优先分析器的设计
- 一个可视化算符优先分析器
bianyi
- 对PL/o对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充 扩充赋值运算:+= 和 -= 扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> (3)增加运算:++ 和 --。 (4)增加类型: 实数类型。 (5)扩充函数: 有返回值和返回语句。 -On the PL/o of its lexical anal
