搜索资源列表
Study_flex_bison
- 一个flex和bison用法入门的很好的例子。 按照词法分析,语法分析,语义分析的顺序来熟悉flex和bison这两个有力的工具。最后给出了一个用flex做词法分析用bison做语法分析设计的科学计算器(不同于一般程序设计中的入门级计算器),是学习编译原理的很好的例子。-a flex and bison portal usage of a very good example. According lexical analysis, parsing, Semantic analysis of th
myclasses
- 一个使用回填翻译控制流语句的JAVA演示例子,是本人从网上下载的,非常好,值得学习编译原理的朋友参考学习.-use backfill a translation control flow statements JAVA demo examples, I downloaded from the Internet. very good and worth learning compiler principles friends reference study.
ggbdsyh
- 中间代码的公共表达式优化算法,是编译原理学习的一个好例子-intermediate code of public expression optimization algorithms, compiler theory is the study of a good example
z41
- 一个自顶向下与自底向上的分析演示,程序采用JAVA实现,是编译原理学习的好例子。-a top-down and bottom-up analysis of the demonstration program uses JAVA, Principle study is to compile a good example.
bia
- 编译器的源码,以前下的,功能很全,是一个模仿的好例子-as you like
LR(1)
- 编译原理中对LR(1)分析器的实例,以C++源码实现,给出了一个例子,更好的了解了LR(1)的工作原理及工作过程-Compiler Construction Principles against LR (1) parser instance to C++ source code implementation is given an example of a better understanding of the LR (1) The working principle and working p
XmlFile
- 封装的一个xml读写类,非常好用,将xml格式的复杂api通过封装,转换成类似ini的操作方法,此类是跨平台的,被我也应用到IOS平台 标准的key-value模型 例子 XMLFile File("1.xml","testRoot") //文件名和根节点 SetIntForKey("age",11) //设置 -Xml reading and writing classes in the package, very easy to use, the complex x
complier01_C_Minus-compiler
- C_minus编译器,比较早的一个教学的编译器,对学习编译原理,是个比较好的例子-C_minus compiler earlier compiler teaching, learning compiler theory, is a good example