资源列表
The_B_Language_and_Method
- < B语言与方法:实用形式化开发指南>> 本书介绍了B抽象机符号语言以及用于支持形式化规格说明和高集成 系统开发的方挂。首先,介绍了B 语言的发展历史及与其他语言的关系,然 后,从集合、序列等基本数学符号表示到B 语言的结构化机制,再到它所支 持的大型程序设计方法,全面地介细了B 符号语言的描述方法。
lex-and-yacc
- lex与yacc, 开发编译器的好工具,包含了每个部分的元代码-about lex and yacc,which are good tools for complier construction.It includes every sections codes.
LexAndYacc
- YACC和LEX的资料书籍 以及一些源码 很有帮助-YACC and LEX information source books as well as some helpful
Lex_and_Yacc_2edition
- lex与yacc中文版原书第二版 附带书上代码-lex and yacc original Chinese version attached to the second edition of the code book
LexaYacc_ChineseEdition2
- 《Lex与Yacc》中文第二版 Lex 和 Yacc 是 UNIX 两个非常重要的、功能强大的工具。事实上,如果你熟练掌握 Lex 和 Yacc 的话,它们的强大功能使创建 FORTRAN 和 C 的编译器如同儿戏。Ashish Bansal 为您详细的讨论了编写自己的语言和编译器所用到的这两种工具,包括常规表达式、声明、匹配模式、变量、Yacc 语法和解析器代码。最后,他解释了怎样把 Lex 和 Yacc 结合起来。-" Lex and Yacc" Chinese Second Edit
compile-simulator
- 编译原理教学辅助系统,可以帮助教师教学和学生学习编译原理的相关理论。-Compiler theory teaching assistant system, can help teachers to build teaching and learning principles of the theory.
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.
binutils-2.9.1.tar
- Linux下嵌入式开发工具源代码,包括objcopy,ld等-Embedded Linux source code development tools, including objcopy, such as ld
LexAndYacc
- Lex and Yacc 中文版 第二版 已经绝版 学习lex/yacc绝佳资料-Lex and Yacc ebook chinese version
fydlq
- 编译原理课程设计布尔表达式输出逆波兰式运用ll(1)法-Course Design Compiler Principle output Boolean expressions using inverse Polish ll (1) Act
CompilerConstructionPrinciplesAndPracticeChs
- 编译原理应用教程 解释器构造与实践电子书-Compilation Principle Application Guide interpreter structure and practice of e-books
C0_Compiler
- 一个扩充C0文法的完整编译器,用户可以以文本文件的形式输入一个C语言的源程序,编译并生成该源程序的一个X86汇编码的文本文件,该文件可以在masm32上成功运行并得到正确结果。使用C++语言开发,内附完整源码和详细文档。-A compiler about C0 grammar.