资源列表
B-D
- 二---十进制的语法分析及语义分析程序设计-2--- metric analysis and semantic analysis of the syntax of programming
compilersourececode
- 一种c++编译器的源码,打包分享了,运行通过-A kind of c++ compiler, source code, packaged shared, run by
compiler_infi_into_suffixform
- 编译原理课程实验:将简单中缀算术表达式变换成:(1)后缀形式;(2)生成书上描述的抽象堆栈机的代码;(3)对常量算术表达式,输出结果 -Compiler theory course experiment: a simple infix arithmetic expressions transform into: (1) suffix form (2) generate an abstract descr iption of the book stack machine code (3)
bianyiyuanli
- 编译原理 电子课件+ 习题 +总结 加语法分析 -Compiler principles electronic courseware+ Exercise+ sum plus Grammar
ppt
- 对于编译爱好者有很大的帮助,让你对编译原理有更深入的了解。-For lovers of great help to compile, so you build a deeper understanding of principles.
P2P
- P2P using the PIC MCU
Java_lexical_analyzer
- 一个简单的Java词法分析器,内含一个设计文档和全部源码-A simple Java lexical analyzer that includes a design document and all source code
volatile
- volatile的作用volatile的本意是“易变的” 由于访问寄存器的速度要快过RAM,所以编译器一般都会作减少存取外部RAM的优化。比如: -The role of volatile volatile are intended to be " volatile" registers as faster access than RAM, so the compiler will generally be optimized to reduce access to
bianyiyuanli
- 编译原理 c语言源程序 包含词法分析和语法分析-Principles of c language source code compilation contains lexical analysis and syntax analysis
semantic.c
- 一个用C语言实现的简单的语法分析器。可以作为编译原理课的参考。-A simple parser to use C language. You can use it as a reference in Compiler theory class.
lexical.c
- 一个用C语言实现的简单的词法分析器。可作为编译原理课的参考。-Using C language implementation of a simple lexical analyzer.You can use it as a reference in Compiler theory class.