资源列表
word
- 编译原理词法分析器,算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想示根据扫描到单词符号的第一字符的种类,拼出相应的单词符号。-Lexical analyzer compiler theory, algorithms, the basic task is to identify the string representation of the source word with independent significance of symbols, the basi
huofumanj
- 霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given
NFA-DFA
- 词法分析器 NFA DFA 最小化DFA 实验报告-Lexical analyzer NFA DFA
PICC-18C
- 16位PICC的编译器,请直接点击安装。可用于PIC16,18系列的单片机。-16 PICC compiler, please click to install. Can be used for PIC16, 18 series of microcontrollers.
DFA
- 编译原理实验 DFA识别语言的java实现,为DFA.java文件中的DFA类实现成员函数boolean recognizeString(int move[][], int accept_state[], String word).-Compile the DFA recognizes the language of principle experiment java implementation for DFA.java file DFA class implements member fun
PL0
- 进行pl0语言翻译(比之前的版本加上了输出完整类汇编代码功能)-The pl0 language translation (comparing with the previous version,I add a function that output a file with a complete class assembly code)
crc32_table
- 利用查表法实现的CRC32生成,实现了快速生成CRC的目的。-How to build CRC32?
LuaLib
- lua库实现源代码,可编译,非常值得收藏-lua lib code very good
PL0语言词法分析器.rar
- PL/0语言词法分析器(WINDOWS图形界面,VC+API编写)学编译原理的可以参考一下(不是我自己编的),PL/0 language lexical analyzer (WINDOWS graphical interface, VC+ API prepared) to compile the principle of learning for reference (not my own series)
pl0.rar
- PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序,PL/0 language may regard as the PASCAL language the subset, its compiler is a tr
LL(1)compiler.rar
- 一个LL1语法分析程序。学习编译原理时可供参考。,A LL1 parser. Learning for reference when compiling principle.
PL0_Compiler_LR(1).rar
- 这是一个功能强大的编译器,有词法,语法,语义分析,并有着良好的人机交换界面。,This is a powerful compiler, there are lexical, syntax, semantic analysis, and have a good exchange of man-machine interface.