资源列表
cifafenxi
- 制作pl0编译器的第一步:词法分析,带有pl0源程序,运行可输出单词流-The first step in making pl0 compiler: lexical analysis, with pl0 source code, running can output word stream
open watcom(cc)
- Open Watcom 的 C 编译器源代码,别的就不说了- Open Source Watom C Complier Package.the Complier support IA32,etc. To kown the detail,Please view the Package.
t
- 编译原理,很不错的课件。-Compiler theory, the software is pretty good.
DFA
- ayri fikon kelkon wa7ad wa7ad wenchala kelkon btenteko
compiler.design.in.c
- 一个c语言写做的编译器的源码,可以供编译器开发的人员学习之用
文法等价转换演示程序
- 编译原理-文法等价转换-compiler theory - grammar Conversion
RC531.rar
- RFID RC531 driver source code for PIC microcontroller,RFID RC531 driver source code for PIC microcontroller
汉语分析器
- 汉语原代码,具有词法分析,句法分析功能 很好的程序-Chinese source with lexical analysis and parsing functions good procedures
PASCAL51
- PASCAL51 is a Pascal compiler for 8051 microcontroller and family.
CPP
- 指针总结 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析. 下面让我们先从简单的类型开始慢慢分析吧:-pointer summary To understand pointers, more or less there will be
c2forth110
- MPE C to Forth Compiler. The contents of the file c2forth110.zip form a C to Forth compiler tool chain. The harness (see below) was tested on a three year old version of VFX Forth for Windows, then known as ProForth VFX. The harness may need changi
statementbianyi
- WHILE循环语句的翻译程序设计(递归下降法、输出三地址表示)