资源列表
基于C-语言的词法分析及语法分析
- 学生在学习《编译原理》课程过程中,结合各章节的构造编译程序的基本理论,要求用C或C++语言描述及上机调试,实现一个 C-Minus 小编译程序(包括词法分析,语法分析等重要子程序),使学生将理论与实际应用结合起来,受到软件设计等开发过程的全面训练,从而提高学生软件开发的能力。
masm60
- 汇编工具,能编译很多程序哦,国际饭店是符合规范。-jhkgudthdyh
SLRcompile
- 这是我学编译原理时做的实验,采用自底向上的SLR法-This is the principle I have learned when the compiler of the experiment, using bottom-up method of the SLR
算符优先分析器
- 算符优先语法分析器,识别算符优先文法下的句子。
Reactor
- .NET 2.0 源码保护加密工具,保护源程序,防止反编译-.NET 2.0 Source Pretect
CV_TrainingPede
- CV trening pedestrian
Flash_RAR
- 好用的FLASH反翻译工具,可以把.SWF翻译回源文件-good for the anti-translation tool, it can. SWF translation back to the source document
Codes_Application
- 中科院计算机所汉语词法分析系统。输出格式可任选北大标准,973标准及XML。-Chinese lexical analysis.Output format can select north standards, 973 standards and XML.
LL1
- 编译原理课程设计 词法分析 语法分析 ll1分析-compile construction syntax analysis lexical analysis
zkemsdk
- zkem SDK for tft devices
LL1_VC
- LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan inp