搜索资源列表
SC 22
- The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of thes
cwdl291s
- CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of edi
keil_c51_maule
- 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的
cfxq
- 实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行-achieve a C program under the lexical analysis, simple and practical, do not need to add any code can be implemented, in DOS or WIN under the various versions of the C program under Executiv
compiler
- DOS-intel平台的C编译器以及z80平台的C编译器。自己人写的。还不错啊。可以用之!
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
cvery_ccompilesources
- 一个c编译器源代码,small c for z80 源代码 small c for dos源代码
dos-and-z80
- c语言编译器源代码 small c for z80 源代码 small c for dos源代码
small_c_for_dos_souce_code
- c语言编译器源代码,small c for dos源代码,对学习c语言本质很有好处。
c0
- small c for dos/z80
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
small-c-for-dos-ogrinsource
- 一个c语言编译器源代码.small-c-for-dos源代码.里面包含基本的库函数,有词法分析、语法分析等部分 -A c language source code compiler. Small-c-for-dos source code. Which contains the basic library functions, and lexical analysis, syntax analysis part
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.
smallcfordos.tar
- small c for dos,一个DOS下的小型编译器-small c for dos, a small compiler under DOS
C_Dos
- small c C及Dos编译器源代码 及设计文档small c C及Dos编译器源代码 及设计文档 -small c source
cifafenxiqi
- 用C语言编写,dos界面,能够判断用户输入的语句中含有的各种类型,编写语句简单,容易看懂。-Using C language, dos interface, user input can determine the types contained in the statement, prepared statement, simple, easy to understand.
cwdl374s
- cc386编译器源代码的最新版本,其他参照其英文说明-This package is the sources for my DOS C compiler and related tools. See license.txt and copying for licensing information See relnotes.doc for release notes use pkunzip-d to install these files These co
Clexicalparsers
- c语言词法分析器 有Vc与dos版的 在编译原理课程中,需要用到这个代码来做实验,自己做的话会很麻烦,所以上传共享一下-c language lexical analyzer with the dos version have Vc
myPL0
- 本次实验使用平台是Microsoft Visual C++6.0,编程语言是C语言,利用递归下降子程序法实现对一个PL/0源程序中的表达式、各种说明语句、赋值语句进行词法分析和语法分析,完成符号表的管理并能实现确定源码中标识符的类型与二维坐标位置,和赋值语句及表达式中间代码的生成,做的一大亮点是程序有着很严格的出错处理子程序,能确定错误类型和错误位置,能检测输入源程序的开头,数值类型的判断,运算错误检查,变量定义重复性的检查,数值类型的一致性检查,语法错误的检查等多达二十种错误类型。 程序的