资源列表
fydlq
- 编译原理课程设计布尔表达式输出逆波兰式运用ll(1)法-Course Design Compiler Principle output Boolean expressions using inverse Polish ll (1) Act
LexAndYacc
- Lex and Yacc 中文版 第二版 已经绝版 学习lex/yacc绝佳资料-Lex and Yacc ebook chinese version
binutils-2.9.1.tar
- Linux下嵌入式开发工具源代码,包括objcopy,ld等-Embedded Linux source code development tools, including objcopy, such as ld
PLC_Compiler
- 1、该工程用于PLC梯形图与逻辑语言之间进行转换。 2、PLC命令格式与三菱的PLC指令兼容。-1, the project is used to convert between the PLC ladder logic language. 2, PLC command format is compatible with Mitsubishi PLC instructions.
compile-simulator
- 编译原理教学辅助系统,可以帮助教师教学和学生学习编译原理的相关理论。-Compiler theory teaching assistant system, can help teachers to build teaching and learning principles of the theory.
LexaYacc_ChineseEdition2
- 《Lex与Yacc》中文第二版 Lex 和 Yacc 是 UNIX 两个非常重要的、功能强大的工具。事实上,如果你熟练掌握 Lex 和 Yacc 的话,它们的强大功能使创建 FORTRAN 和 C 的编译器如同儿戏。Ashish Bansal 为您详细的讨论了编写自己的语言和编译器所用到的这两种工具,包括常规表达式、声明、匹配模式、变量、Yacc 语法和解析器代码。最后,他解释了怎样把 Lex 和 Yacc 结合起来。-" Lex and Yacc" Chinese Second Edit
Lex_and_Yacc_2edition
- lex与yacc中文版原书第二版 附带书上代码-lex and yacc original Chinese version attached to the second edition of the code book
LexAndYacc
- YACC和LEX的资料书籍 以及一些源码 很有帮助-YACC and LEX information source books as well as some helpful
lex-and-yacc
- lex与yacc, 开发编译器的好工具,包含了每个部分的元代码-about lex and yacc,which are good tools for complier construction.It includes every sections codes.
The_B_Language_and_Method
- < B语言与方法:实用形式化开发指南>> 本书介绍了B抽象机符号语言以及用于支持形式化规格说明和高集成 系统开发的方挂。首先,介绍了B 语言的发展历史及与其他语言的关系,然 后,从集合、序列等基本数学符号表示到B 语言的结构化机制,再到它所支 持的大型程序设计方法,全面地介细了B 符号语言的描述方法。
MITSUBISHI_Compiler
- 一、该工程已基本完成PLC编程器的功能。 二、还需完成的功能有: 1。助记符程序分段时,不需加(;***)符号。 2。写助记符程序时,加行号。 3。助记符程序编辑器,还要加上光标位置显示。 4。元器件地址需用数据库进行管理。 5。使助记符程序与梯形图程序之间能互相切换。 6。还需补充MSP、MRD、MPP、MC、MCR等语句。-A, the project has basically completed the PLC programmer functio
LL1ForWin
- 通过VC 2008编译的LL1语法分析程序,支持任意文法判定是否为LL1,并构造分析表。MFC编写,有UI界面,使用简单,可构造语法树。