资源列表
SyntaxTree
- 编译原理的语法分析树,在文本文件中读取公式构造语法分析树-One kinds of compiling engineer:to code the SyntaxTree
1
- 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器 表达式文法及其翻译模式定义如下: expr expr + term {print(‘+’)} | expr - term {print(‘-’)}| term term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor factor ( expr ) | id {print(id.
leeos.tar
- leeos.tar.gz是一步一步写嵌入式操作系统的编译器,环境是在linux下的。-Leeos_tools_for_linux. Tar. Gz is embedded operating system step by step to write the compiler, environment is in the Linux.
CPP
- 指针总结 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析. 下面让我们先从简单的类型开始慢慢分析吧:-pointer summary To understand pointers, more or less there will be
zc2
- 这是一个词法分析和语法分析的代码,是一个编译器的前段,-this is a simple compiler about lex.l and bison.y.
LL1
- LL1,实现LL1的基本功能,实现first和follow集,-LL1, LL1 of the basic functions of first and follow sets
wendu
- 实现恒温的控制仍需人工辅助才可以实现温度调剂。如果需要更高的智能化得温度控制,我们需要修改电路和程序。-temp control
document
- NEC78K0 C编译器语言篇(中英文两版)、操作篇,语言篇介绍C语言在NEC单片机中的扩展-NEC78K0 CC78k0
LexSyn
- 词法分析器,编译原理课程设计,C++语言编写-Lexical analysis, compiler theory, C++
[VC]LPS-Analysis_Compile_Code
- 编译原理,词法分析+语法分析,可分开使用,也可以一起使用,程序,源代码,可直接运行,自己编写-Compilation principle,[VC]Lexical and Syntax Analysis_Compilation principle_Source Code.zip
[C-Language]Syntax-analysis
- 编译原理,语法分析,程序,源代码,可直接运行,自己编写的-Compilation principle, [C Language]Syntax Analysis.zip,Source Code
[C-Language]Lexical-Analysis
- 编译原理 词法分析 程序 源代码 可直接运行 自己编写-Compilation principle, [C Language]Lexical Analysis.zip,Source Code