资源列表
suanfuyouxianfenxiwenfa
- 编译原理之算符优先分析文法的代码部分以及测试用例-Compiler theory of operator precedence grammar analysis section of code and test cases
tgen
- 編譯器的語法產生器- 鈻♀枴鈻
VCbianyiqi
- VC编译环境下实现编译器。 实现词法和语法分析。-VC build environment under compiler. Achieve lexical and grammatical analysis.
PY_2.rar
- 编译原理此法分析二,实现了词法分析器的基本思想和算法,Compiler analysis of the principle of this method, the lexical analyzer to achieve the basic ideas and algorithms
1000yufa
- 本程序 为编译原理语法分析器 有1000多行 功能较为完善 可以完美运行-This program works to build more than 1,000 line parser function more complete perfect run
sockethook
- 封包截取程式... ... PacketThe packet interception Programs Packet-The packet interception Programs Packet
cifafeixi
- 编译原理的课程设计报告中的手动词法分析构造器-Principles of curriculum design report compiled in a manual constructor lexical analysis
PY_1
- 编译原理此法分析一,实现了词法分析器的基本思想和算法-Compiler analysis of a principle of this method, the lexical analyzer to achieve the basic ideas and algorithms
source_lolo
- JAVA在编译原理上的应用。-JAVA in translation principle application.
PY_5
- 编译原理词法分析器实现五,基本实现了词法分析器的基本功能。-Compiler to achieve the five principles of lexical analyzer, the basic realization of the lexical analyzer
Judge_LL(1)
- 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted.
bianyiyuanli.rar
- 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.