资源列表
Lex
- 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单-Simulation of the lexical analysis procedure is relatively simple
jd-gui-0.3.3.windows
- 反编译工具,可以和dex2jar-0.0.7.8-SNAPSHOT.zip一起使用,反编译android程序,具体方法步骤百度一下-Decompilation tools and dex2jar-0.0.7.8-SNAPSHOT.zip used, decompile android procedures, specific methods and steps at Baidu
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