资源列表
BurnIn
- 为开发一产品,苦于没有相关资料,采用机器上读取-for the development of a product, there is no relevant information on the machines used to read
YACC_Lex
- YACC和Lex集成开发环境,现在要找到它还真不容易,加上自己收集的一些例子,希望对大家有帮助.-integrated development environment, now find it really is not easy, with its own collection of some examples, and I hope to be helpful.
T6963C
- t6963与8051的驱动程序-t6963 8051 Driver
左递归文法分析源代码
- 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
ekhtml-0.3.2.tar
- El-Kabong: A speedy, yet forgiving, SAX-stylee HTML parser.-El-Kabong : A speedy, yet forgiving. SAX - stylee HTML parser.
cfxq
- 实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行-achieve a C program under the lexical analysis, simple and practical, do not need to add any code can be implemented, in DOS or WIN under the various versions of the C program under Executiv
c_compiler
- 一个c compiler的source code-c compiler of a source code
dgxj
- 用C++实现编译原理的递归下降语法分析 用C++实现编译原理的递归下降语法分析-C compiler to achieve the principle of recursive grammar analysis dropped C compiler to achieve the principle of recursive grammar analysis drop
Cifafenxi
- 词法分析,给定状态转换图,写出对应的词法分析程序-lexical analysis, given the state change the map and write the corresponding lexical analysis procedure
bg
- 编译原理词法,语法分析,能检查错误,pl/0,
MorphAnalyser
- 一个简单的词法分析器,可以识别C++中的关键字、标识符、数值、各种合法字符等,能对一段正确或含有错误的C++程序进行词法分析,并对错误进行精确的提示。
scew
- 运用expat解析XML文件接口C源代码