资源列表
cifafenxi
- 词法分析实验 编译原理课程设计的词法分析实验全!-Lexical analysis of the experimental principles of curriculum design compiler lexical analysis of the experiment-wide!
praktikum
- 是有关解释器的.用JAVA编写.可以解释一般的JAVA程序.-the explanation is the. Prepared with Java. Can ordinary JAVA procedures.
lua5_1_3_Sources
- LUA programming language implementation (source code)
dgxjcha4_1
- 这是一个用C++编写的简单的一个编译器,采用递归下降法,学习编译原理的同学可以看看。-This is a C++, written in a simple compiler, using recursive descent method, students learn principles of compiler can look at.
roll1
- 智益类游戏,道具种类谁机出现,给玩者不同感受-Yi-chi type of games, who is due to the types of props to play different feelings
bianyiyuanli
- WHILE条件语句的翻译程序设计(LL(1)法、输出四元式)。。按照课程设计的要求,写一个能识别while循环语句的文法,通过一定的变换使它符合LL(1)法的要求,然后按照这个文法编写一个程序,该程序能识别输入的语句是否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。
ParserByhandd
- 编译原理 设计一个编译器,实现编译的功能-Compiler theory to design a compiler, compiling the function to achieve
DO-while
- do—while语句的翻译程序,使用的是递归向下的思想,中间代码采用四元式的形式输出-do-while statement translation process, using a recursive down the idea of using intermediate code of the form of four output
SEVEN(13)
- 很好很强大的PPT,我们编译原理老师的课件-Very very strong PPT, we build theory teacher Courseware
Parsing_documents
- 语法分析设计经典开发文档,语法分析很经典的开发文档Parsing the classic design development documents -Parsing the classic design development documents
dos_words
- 主要是编译原理的实验,实验内容是词法分析 用java写的
cffx_tcking
- 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含