资源列表
词法分析器
- 词法分析器,用C++编写的,程序功能较简单
FRMMAIN
- chart in vb was a problem thas ok
li
- 求一表达式对应的三地址中间代码,以三元式表示-Seek an expression corresponding to the three-address intermediate code to be expressed ternary
wdait
- fter checking your files. If you do not want to upload source code, you can join
xiaochuzuodigui
- 这是一份关于编译原理的消除左递归的代码,很不错,对于刚学习的学生来说有借鉴价值!-This is a report on the elimination of left recursive code compiler theory, a very good reference value for students who are just learning!
chifayuchuli
- 编译原理的词法预处理- The translation principle morphology pretreats
zjdm
- 逆波兰式定义: 将运算对象写在前面,而把运算符号写在后面。用这种表示法表示的表达式也称做后缀式。逆波兰式的特点在于运算对象顺序不变,运算符号位置反映运算顺序。采用逆波兰式可以很好的表示简单算术表达式,其优点在于易于计算机处理表达式。
HE2
- 编写一个赫夫曼编/译码系统。 主要功能: (1)构造赫夫曼树:根据输入的字符代码集及其权值集,构造赫夫曼树,输出字符的赫夫曼编码。 (2)编码:输入字符序列,输出对应的赫码序列。 (3)译码:输入赫夫曼码序列,输出原始字符代码。 -vc huffman
ll1
- LL1 parser in C language
BYYL
- 编译原理实验.实现最基本的编译原理,能够通过它,在进行编写代码的时候有个清醒的认识-Compiler Principle Experiment
simcoded
- FUNCTION: Simulated Soft-Decision Decoding Bit Error Rate of Hamming-Coded Coherent Binary PSK
compiler
- 简单的c语言词法分析器(包括关键字和浮点数等)-Simple c language lexical analyzer