资源列表
samsmode
- 短信猫源码,自己编写的。请仔细查看说明手册,谢谢故事纳西-SMS cat source code, prepared by themselves. Please carefully check guidebooks, thank story Naxi
gj3
- these are my compilers/-these are my compilers/...
LL(1)
- 采用c++实现基本的词法分析,以加强对词法分析的理解-Using c++ implementation of basic lexical analysis to enhance understanding of the lexical analysis
drysea3
- 这是一个制导翻译的源代码,因为跟我们作业无关,我也不知道具体是什么,但可能有人有用吧,这东西我反正很少听说,也许很难找吧-This a guided translation of source code, because the operation has nothing to do with us, I do not know the specifics of what It might be useful to it, something I rarely heard anyway, it
LL
- LL1文法 分解左递归 求FIRST FOLLOW集合
VHDLofcontrolLCD
- VHDL for LCD control -VHDL for LCD contral
mycompiler5-1
- 分析树和依赖图的JAVA演示,是学习编译原理的朋友值得参考的程序,赶紧下吧! -tree on the map and the Java demo, compiler theory is the study of a friend worth considering the procedure, Under quickly!
yufafenxi
- 用于编译原理的语法分析实验,挺好的一个程序,代码也比较简单易懂,代码后面有具体的说明,初学者不妨进来-Compiler Construction Principles for syntax analysis of experiments, a very good program, code and more easy-to-read, code behind the specific details of beginners may wish to come
LL(1)
- 编译原理实验,LL(1)分析构造,用C语言编写,Dev-c++编译-Principle experiment, LL (1) Analysis of structure
BOCH.rar
- 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。
PL0-classic
- 可能是流传最广、最为经典的样板作品,Pascal语言之父、图灵奖获得者Niklaus Wirth在其名著Algorithms + Data Structures = Programs第5章给出的一个递归下降预测分析器实现。毫无疑问,它是用Pascal语言编写的。该编译器生成的目标语言是p-code,一台p- code虚拟机有3个寄存器(程序计数器、基本寄存器和栈顶寄存器)和8条指令(每条指令有多种形式)。-May be the most widely accepted model for the
adExp
- 计算表达式,可以包含变量,只支持int类型-Calculation expression can include variables, int types only support