资源列表
SourceDocuments
- 编译原理课程的实习是为一个小型的类C语言(C--)设计并实现一个编译器。 实习总共分为词法分析、语法分析、语义分析和代码生成四个阶段。每个阶段的输出是下一个阶段的输入。前一个阶段为下一个阶段提供输入接口。 建议C++实现。-Flexical analysis for C--.
cifafenxi
- 设计、编制并调式一个词法分析程序,加深对词法分析原理的理解,对字符串型单词符号(if,then,while,do----)等等用函数int reserve(char* p)来处理,对单词符号(+,-,*,/,=-----)等等用switch()来处理。-cifafenxi
uip_1.tar
- STM8S的UIP移植。编译器为COSMIC. -The UIP for STM8S. The Compiler is COSMIC.
small-c-for-dos
- c语言编译器,dos下的,很小,但理解起来比较 好理解,初学者最合适-c language compiler, dos under, small, but to understand them better understand the most suitable for beginners
DLL
- DLL反编译工具 希望能对大家有所帮助和提高。-Decompile DLL tool for all of us want to help and improve.
C0Compiler
- 能生成四元式和16位汇编语言的编译器,if-else,while,for,switch语句均能编译成功。代码并不完美,仅供参考-Can generate quaternary assembly language-and 16-bit compiler, if-else, while, for, switch statements can compile successfully. Code is not perfect, are for reference only
basic
- 一个小型的BASIC解释器及其全部的C源程序代码- A small BASIC interpreter and its complete C source program code
eliza
- 一个小型的BASIC解释器及全部C源程序代码-c language
bianyiyuanlishiti
- 编译原理试题,里面有多套试题及答案,是非常好的参考题-Compilation Principle questions, which have sets of questions and answers, is a very good reference title
wave
- The UDF compiled source file to define the wave of the moving wall in the Wave generation of the tank problem, fluent
abc
- 汇编语言 语法ll1分析器 和 算符优先分析 -Assembly Language Syntax ll1 analysis and operator precedence parser
cifafenxi
- QT版词法分析器 附带状态转换图 编译原理课程设计-QT version of the lexical analyzer state transition diagram with Principle Design Compiler