资源列表
bian-yi-yuan-li-kechengsheji
- 编译原理课程设计:建立文法及其LL(1)分析表表示的数据结构,设计并实现相应的预测分析器,对源程序经词法分析后生成的二元式代码流进行预测分析,如果输入串是文法定义的句子则输出“输入串分析成功”,否则输出“输入串语法错误”。-Principles of Course Design Compiler: A Grammar and LL (1) of the table that the data structure, design and implement the corresponding pr
tiny_exe
- tiny简单语言语法分析能实现词法分析语法分析功能,生成语法树-tiny simple language parsing to achieve lexical analysis parser function to generate syntax tree
yufafenxishiyan
- 设计一个简单的词法分析器,从而进一步加深对词法分析器工作原理的理解。了解编译原理中词法分析器的原理,并用一种编程语言的具体代码实现简单的词法分析器的功能(在这里我使用C语言实现,代码可以完成简单的C语言程序中的关键词,变量,分界符,数字,运算符,赋值符。)-Design a simple lexical analyzer to further deepen the understanding of the lexical analyzer works. Compiler theory to u
C0_Compiler
- 一个扩充C0文法的完整编译器,用户可以以文本文件的形式输入一个C语言的源程序,编译并生成该源程序的一个X86汇编码的文本文件,该文件可以在masm32上成功运行并得到正确结果。使用C++语言开发,内附完整源码和详细文档。-A compiler about C0 grammar.
PL0
- PL/0编译,主要有注释,布尔,break,continue-PL/0 compiler, mainly notes, boolean, break, continue etc.
SLR1
- 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲突——*优先集高于+,*和+的结合率均为左结合) -In
plc
- 通过S7-200自由端口功能来产生从Modbus RTU-Via S7-200 functions to generate from the free port Modbus RTU
Grammer_LR(0)(1)
- (1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。 -(1) direct input structure according to the known grammar LR (0) of the table. (2) Enter the set of specifications known family of grammar items an
S7BlocksUnlock
- 主要是对西门子PLC功能块的解锁问题实现了一键完成。-Mainly for unlocking Siemens PLC function blocks to achieve a key issue to complete.
2BUS_
- 基于PSASP中标准双母线的模型及潮流计算-Based on the standard two-bus PSASP model and flow calculation
parser.tar
- syntax analyser for tiger
VB_DB
- vb反编译器,源码,需要编译,需要的可以下载,非常好用-vb anti-compiler, source code, need to compile, need to download, very easy to use
