资源列表
gammar
- 词法分析器和语法分析器,递归下降和预测表分析的方法-Lexical analyzer and parser, recursive descent methods of analysis and prediction table
diguixiajiang
- 这是编译原理的一个课程设计题,但是没有界面,若有高手有用界面写的发份给我吧!多谢!
LR0
- 编译原理的LR0分析法,Java源代码,编译原理课程重要试验-Compiler theory of LR0 analysis, Java source code, compile, test theory courses important
javaFilter
- java文件注释过滤器,将文件中的注释过滤掉.-java document filters, the document notes strip.
Python25
- Sample Python Program (if-then)
shift_LDPC
- 基于循环移位寄存器的ldpc编码的仿真程序,好程序啊,-cycle shift register on the ldpc coded simulation program, the program ah,
97972458cifa-java
- 比较好的词法分析器,可以好好看看的,而且是用java-Good lexical analyzer can be a good look, and it is java
MeshViewerCn
- 由于Ogre自带的模型观察器无法处理中文名,和查看从天龙八部中导出的mesh和骨骼动画,所以他写了一个小工具。过程中重编译了Ogre的源码以便其支持中文资源名和处理天龙八部的模型资源。-model editor
daimashc
- 目标代码生成,从四元式到汇编语言的翻译-object code generation, from four yuan to the compilation-language translation.
DKQ
- its a finite element main program that uses DKQ element that analyze thin plates under bending
编译原理 词法分析
- 编译原理 词法分析 [实验项目] 完成以下正则文法所描述的C和Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱; ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱
ll1fenxi
- LL1文法分析器的例子,用vc++6.0制作,调试成功-LL1 grammar analyzer example, produced using vc 6.0, debug success