资源列表
[C-Language]Syntax-analysis
- 编译原理,语法分析,程序,源代码,可直接运行,自己编写的-Compilation principle, [C Language]Syntax Analysis.zip,Source Code
[VC]LPS-Analysis_Compile_Code
- 编译原理,词法分析+语法分析,可分开使用,也可以一起使用,程序,源代码,可直接运行,自己编写-Compilation principle,[VC]Lexical and Syntax Analysis_Compilation principle_Source Code.zip
LexSyn
- 词法分析器,编译原理课程设计,C++语言编写-Lexical analysis, compiler theory, C++
document
- NEC78K0 C编译器语言篇(中英文两版)、操作篇,语言篇介绍C语言在NEC单片机中的扩展-NEC78K0 CC78k0
wendu
- 实现恒温的控制仍需人工辅助才可以实现温度调剂。如果需要更高的智能化得温度控制,我们需要修改电路和程序。-temp control
LL1
- LL1,实现LL1的基本功能,实现first和follow集,-LL1, LL1 of the basic functions of first and follow sets
zc2
- 这是一个词法分析和语法分析的代码,是一个编译器的前段,-this is a simple compiler about lex.l and bison.y.
CPP
- 指针总结 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析. 下面让我们先从简单的类型开始慢慢分析吧:-pointer summary To understand pointers, more or less there will be
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.
SyntaxTree
- 编译原理的语法分析树,在文本文件中读取公式构造语法分析树-One kinds of compiling engineer:to code the SyntaxTree
Parser
- 语法分析器,算符优先实现,完成FIRSTVT, LASTVT的构建,算符优先表的实现和规约过程的输出-Parsers, operator precedence to achieve completion of FIRSTVT Construction of LASTVT, the operator precedence table and the Statute of the output of the process
LR(0)analyser
- 用vc++做的一个基于LR(0)的文法分析器,个人感觉还是很不错的。-this is lr(0)analyser,i feel this complier is so good that i upload it,and show it to everybody .