搜索资源列表
grdbdl17.zip
- 比dos下的debug更好的debug程序源码
window_bison_flex
- 编译原理实验中的实验指导书,详细介绍了实验环境设置等,和详细源码编译原理实验中的工具BISON,可以再windows或者DOS下使用
small c for dos源码
- C语言编译器源代码,small c for dos-C language compiler source code, small c for dos
c_compiler.rar
- 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。,This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some iss
grdbdl17
- 比dos下的debug更好的debug程序源码- Compared to under dos debug better debug procedure source code
tcc
- 这是一个功能完善的可编译DOS下和windows下的tiny-c编译器。里面有可执行文件可以试验。源码非常清晰,值得研究。-This is a fully functional that can be compiled under DOS and windows under the tiny-c compiler. Inside the executable file can experiment. Source code is very clear and worth studying.
nasm-Source
- NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。-NASM is an open source cross-platform assembler. Inside the source code under linux and dos are under. NASM contains a compilation of tutorials, source code is very clear, with a small
tc2_tasm3.2
- tc2.0 和 tasm3.2 dos下的编译器 可以编译linux0.11 的源码 和 djgpp 开发工具的v1版 的源码。 -tc2.0 and tasm3.2 dos compiler can be compiled under the linux0.11 source development tools and djgpp v1 version of the source.
myPL0
- 本次实验使用平台是Microsoft Visual C++6.0,编程语言是C语言,利用递归下降子程序法实现对一个PL/0源程序中的表达式、各种说明语句、赋值语句进行词法分析和语法分析,完成符号表的管理并能实现确定源码中标识符的类型与二维坐标位置,和赋值语句及表达式中间代码的生成,做的一大亮点是程序有着很严格的出错处理子程序,能确定错误类型和错误位置,能检测输入源程序的开头,数值类型的判断,运算错误检查,变量定义重复性的检查,数值类型的一致性检查,语法错误的检查等多达二十种错误类型。 程序的