资源列表
MiniJava__VisualStudio
- 有C#写的编译器,专门写编译小型版本的java,可用于编译原理课程设计。-Write a C# compiler, compiled specifically written for small versions of java, can be used to compile the principles of curriculum design.
lex1
- 词法分析器设计~熟悉LEX工具的使用,理解LEX工具的工作原理和利用LEX工具设计词法分析器的方法。-Lexical analyzer design
LL1
- LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,
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
ISD
- this the simple to learn how to play isd stored voice from hte ext adresses-this is the simple to learn how to play isd stored voice from hte ext adresses
grammar_analyzer
- 编译原理的词法分析与语法分析,纯C语言写的-Compiler theory of lexical analysis and syntax analysis, written in pure C
SORTLINK
- This Code Sort the LinkList.
expanded_pl0
- 对清华大学编译原理书后的pl/0编译程序进行以下扩展—— 不等号:<> 指针: & @ if - else for ++ -- += -= 数组 注释比较详细,都是我自己的理解。可能有不足和错误。希望和大家一起学习!-Tsinghua University, compiled the book on the principles of the pl/0 compiler the following expansion- unequal number: &l
Lexicalanalyzer
- 编译系统的词法分析器的C代码希望可以帮助到大家-Lexical analyzer build system C code hope you can help to
MP3
- 在给定*wav格式的音频文件上迭加另一个音频信号(如正弦波、三角波等),然后将迭加后的音频文件播放-In a given* wav format audio files on the superposition of another audio signal (eg sine wave, triangle wave, etc.), and then superimposed upon the audio file playback
jiefangcheng
- 解N元一次方程组,雅克比迭代法,将方程系数x值和迭代因子代入迭代公式计算-Solution of N-linear equation group, Jacobi iterative method, the equation coefficients of x values and the iterative factor incorporated into the iteration formula
parser
- 简单的语法分析器,有错误输出错误型号以及error,无错误正常-Simple parser, an error output error models and error, error-free normal