资源列表
LL1
- 自上而下语法分析器设计,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器-Design top-down parser, LL1 is a plus, multiplication (appropriate expansion for 4) operator expression LL1 parser Forecast
CMMgenerator
- 编译器mips版后端,能根据已经生成的AST树来产生mips汇编程序-Mips version of the compiler back-end, according to AST has been generated by the tree to generate mips assembler
toptodown
- 编译原理中的自顶向下的语法分析,基于LL1文法描述,很好用。-Compilation Principle in the top-down syntax analysis, based on LL1 grammar descr iption, very good use.
C-compiler
- 编译原理中的语法分析器,基于LL1文法,好东西啊好东西。-Compilation Principle in parser, based on the LL1 grammar, good things good things ah.
huffmantree
- 自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
huffman
- huffmancode哈弗曼编码 c++实现-huffmancode哈弗曼coding c++ achieve
byyl
- 该文件是编译原理的实验报告,里面是本人老师写的,是个好东西啊!-The document is to compile the report of the principle of the experiment, which was written by my teacher is a good thing ah!
lpl
- 用于数字下变频器的 FPGA 实现 -Digital Down Converter for the FPGA to achieve
zhangjiyu
- 表达式中间代码生成四元式。输入算术表达式,输出相应的四元式。-Expression of intermediate code generation quaternion type. Enter the arithmetic expression, the output corresponding quaternion type.
yufa
- 表达式中间代码生成。输入算术表达式,输出四元式。-Expression of intermediate code generation. Arithmetic Expression input, output quaternion type.
sc2.5
- 包括: 1、校内新闻:发表有关本校的校内新闻; 2、视听平台:管理员可以从后台添加FLASH、Mp3、RM、 WAV、MID、asf、mpg等音乐、影视、动画文件; 3、软件下载:当前流行的或需要的一些软件提供的下载; 4、精萃美文:本校师生投稿或从网上摘录的一些好文章; 5、网页制作特效:提供学生学习网页的一些小特效; 6、本校影像:师生合影、活动主题的一些照片; 7、师生网站赏析:用于展示我校师生自已的网站; 8、校内留言:访客或师生对学
compiler
- 完成一个完整的编译程序,语法分析大部分采用LL(1)文法实现,算术表达式用算符优先至底向上实现。-Completion of a complete compiler, syntax analysis of the majority of the use of LL (1) grammar realization of arithmetic expressions by bottom-up operator to achieve the priorities.