资源列表
HUFFUMAN-TREE
- 根据输入概率,建立霍夫曼树,并显示生成的霍夫曼树-According to the input probability, and established the Hoffman tree, and displays the generated tree Hoffman
compiler
- 简单C语言编译器, 只能编译表达式.(字数补丁V1.0)-simple C compiler (number of words++)
blbdz
- 关键字:编译原理;算法;波兰表达式 描述:逆波兰表达式使得程序对运算式的运算更加的简单并能判断运算式是否出错。-Compilation principle algorithm Expression of Poland
LL1ALG
- 关键字:编译原理;算法;LL1文法 描述:LL1文法主要思想是根据产生式当中终结符或非终结符的先后关系来确定字符串是否符合文法,在写程序之前用First集合Follow集制定出一个程序的走向表,通过该表来判断字符串,当对应的表格为空时字符串不合文法。-Compilation principle algorithm LL1 grammar
LR0ALG
- 关键字:编译原理;算法;LR文法 描述:LR文法也具有一定得通用性,也是只要用一张万能表就可以判断字符串是否符合文法。-Compilation principle algorithm LR grammar
VBExplorer_1.1_XiaZaiBa
- VB反编译 VBExplorer V1.1 汉化绿色版(VB反编译工具) 软件大小:410 KB 软件语言:简体中文-VB Decompiler VBExplorer V1.1 Chinese Vesion(VB decompiler Tool) Soft size:410 KB Soft language:Simplifed Chinese
Emgeton-Vision-3i_5-5.2.ssu
- firmware digitale terrestre ct216t
lru
- LRU算法更新Cache—— 了解和掌握寄存器分配和内存分配的有关技术。 -The LRU algorithm updates the Cache- understand and grasp the register allocation and memory allocation technology.
Lex
- 编译原理词法分析器:实现正规文法到NFA、NFA到DFA-Compiler theory lexical analyzer: the formal grammar to the NFA, NFA to DFA
SpellChecker
- Spellchecker, c++ example for people who want to learn reading, opening, closing files and parsing.
FIRST_FOLLOW
- First and follow in C
Queue
- 简单的列举了队列的建立与使用方法,包括前序中序后序,适合初学者-Simple enumeration of the establishment and use of the queue, including the pre-order sequence after sequence