资源列表
control_de_ascensor
- program rucsac metode gredy
while
- WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-WHILE loop syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis of understanding of the principles and procedures to achieve lexical analysis of
Lexicalanalyzer
- 编译系统的词法分析器的C代码希望可以帮助到大家-Lexical analyzer build system C code hope you can help to
SY4-LL(1)Analysis
- 是用c++程序设计语言编写的,关于编译原理的LL(1)分析文法-Is written in the c++ programming language, compiler theory analysis of LL (1) grammar
LR(0)blog.files
- 写的人花了时间 虽然很简单啊 谢谢你们下载-people writing spent time although very simple ah Thank you download
DT900fonts
- DT930字体,解决DT900程序在930上横向显示的问题 -DT930 fonts to resolve DT900 program 930 on the horizontal display problems
wileditor3.2
- 乐都wil编辑器 3.2 反编译delphi源代码
g729_C
- g729的编码器c-c++代码,可执行的源代码-the g729 encoder c-c++ code, may carry out source code
SIX(10)
- 很好很强大的PPT,我们编译原理老师的课件-Very very strong PPT, we build theory teacher Courseware
numerical_analysis
- 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + methods, which is precisely wha
huofumanj
- 霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given