资源列表
Joiner
- win32 asm application using TASM compiler, that can bind/join an PE executable into another PE Executable
Analyse
- 此法分析器代码。从测试文件读入输入字符,产生token记号序列(即生成的独立的有意义的逻辑单元)。
z41
- 一个自顶向下与自底向上的分析演示,程序采用JAVA实现,是编译原理学习的好例子。-a top-down and bottom-up analysis of the demonstration program uses JAVA, Principle study is to compile a good example.
Regular-toDFA
- 从正规式到有限自动机及确定的有限自动机的化简。-from the formal ceremony to Finite Automata and the limited automatic machine simplification.
huffmantree
- 自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
LRfanyichengxu
- 用LR法做的词法分析+语法分析+语义分析程序,对赋值语句进行翻译(用txt文档输入赋值语句)-LR Act do with the lexical analysis of syntax analysis semantic analysis procedures, The assignment for the translation (txt file with the importation of assignment)
LDPC_BSN
- ldpc在BSN信道下的性能仿真,程序较简单,但可以运行,仅供参考-ldpc in the performance of BSN channel simulation, the program is relatively simple, but it can run for reference only
110100
- 这是以纯汇编编写的正则表达式引擎库,与通用的正则表达式略有不同,加了几个很有特色的功能,能实现非常复杂的查找.所有符号除特别说明均可随意组合.所有符号均支持*与+.均可设置条件.(*/+)-<>/[]与|的组合能实现很复杂的多条件复合查询式查找.只要是文本,就可以按自己的意思进行查找.具体,需要你仔细的使用才能体会到它的强大。 -This is purely a compilation prepared by the regular expression engine base
ctiny
- Lib cTiny. Creates smaller exectubles
PANNAUSOLPROGRAMME
- le programme d un paneau solaire
Lexical
- 词法分析器,学编译原理时做的,很简单,可供初学者借鉴
Compile_LL
- 这是一个编译原理的课程设计,完成了词法分析与语法分析的功能,其中语法分析用LL(1)文法