资源列表
HuffmanTree
- 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
SATA__2.5_Gold.pdf
- Serial ATA Specification Rev. 2.5 Gold
UDF10000-energy-CH4
- 液化LNG用纵向涡发生器板翅式换热器换热性能研究udf编程(Study on heat transfer performance of plate fin heat exchanger with longitudinal vortex generator for liquefied LNG UDF programming)
Fortran
- 《Fortran常用算法程序集》,介绍常用的fortran计算程序-" Fortran algorithms procedures set- Second Edition"
MP3-Decoder
- MP3解码器,里面有很多版本,大家可根据自己的需要来编辑-MP3 decoder, there are many versions, we can according to their needs to edit
PICC-8.35破解版
- PICC-8.35破解版,绝对好用,本人一直用它,PICC-8.35 crack version, absolutely easy to use, I have been using it
CMPP_Project
- This is an sample Compiler for mini java language. It uses Flex and Bison tools and is built using VS.NET 2010
CSharp-Network-Programming
- C# network programming
HadoopApriori-master
- Java implementation example of hadoop mapreduce
词法分析编译器程序
- 用C语言开发词法分析程序PL0Compiler,并且修改PL/0词法,将其定义为一种新的语言,例如称其为PL/1语言,并完成 PL/1语言的词法分析程序。(Using C language development lexical analysis program PL0Compiler, and modify the PL/0 lexical, defined as a new language, for example, call it PL/1 language, and complete
yufa
- 语法分析程序的输入文件为语法分析产生的token串,并在文件最后一列加上了一个#号,代表语法归约结束,程序采用的是递归子程序的方法,如果归约成功会输出Success,如果归约失败,会返回归约到token串的哪个元素出现错误,已经相应的未归约成功的文法产生式是哪条-Parser to parse the input file generated token string, and the last one in the file plus a# sign, on behalf of the end
2-bianyichengxu-ppt
- 编译原理资料:编译原理第2章,文法和语言。