资源列表
lua-5.0.2.tar
- Lua 语言解释器源码,可在linux,windows,unix下编译成功,是学习编译原理和用来做配置文件的好-Lua language interpreter source code, may in linux, windows, under unix translate successfully east, is studies the translation principle and uses for to make the disposition document to be go
bianyiyuanli
- 吴伟民版编译原理课件,里面有许多课堂上讲过的习题,还有他自己独有的课件,与清华版不相同的,还有课后补充题与答案-Compiler Construction Principles吴伟民version of courseware, there are a number of classroom exercises mentioned, as well as his own unique courseware, and Tsinghua version is not the same, there a
LL1
- 做编译实验时做的LL(1)文法,希望大家多多指正-Compiler to do experiments to do LL (1) grammar, a lot of hope that we can correct me
LL-(1)-parser
- LL(1)语法分析器设计 1.如下为给定的LL(1)文法。 G[<P>]: 1) <P>->program <D> : <T> begin <S> end {program} 2) D->i D’ {i} 3) D’->, i D’ {,} 4) D’->ε {:} 5) S->s S’ {s} 6) S’-> s S’ { } 7) S’->ε {end
LL(1)yufafenxiqi
- LL(1)语法分析器,本程序是按照固定语句进行LL(1)语法进行分析,对初学者具有良好的参考价值。-LL (1) parser, this procedure is carried out according to a fixed statement, LL (1) syntax analysis, a good reference for beginners.
pl0java
- pl0编译器,供大家学习使用,希望大家踊跃下载学习-pl0 compiler, for them to learn to use
yufafenxiqi
- 能够对表达式进行自上而下语法分析,判断表达式中是否有非法字符,这类表达式的文法为: E->TE’ E’->+TE’| ε T->FT’ T’->*FT’| ε F->(E)|i-this program can analysize the express in a top-down analysis.It can tell us whether there are illegal chars in the express.
cifa
- 编译词法分析器 设计一个词法分析器以执行词法分析,在单词的级别上分析和翻译源程序-Compiled lexical analyzer
tornado22
- tonado,is a very good study vxworks tools.
DES
- DES算法完整源码与调用方法 DES算法完整源码与调用方法
pl0C1
- 一个简单词法编译器。具体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型。-A simple lexical compiler. The specific contents of a binary-type text file, extension dyd, can be Pascal or C procedures (test procedures) as a decomposition of a word and type.