资源列表
0816
- GPS data processing !
B03213264
- 编译器,一个学长写的,很好的。这个编译器有界面
EclipsePCDTPVCPConfig
- 配置eclipse的CDT, 使用VC的编译器. 配置界面设置截图.-Configure eclipse of the CDT, with VC compiler. Configuration interface settings screenshot.
PL0
- C++build开发的PL/0编译器。。。。修改了一些功能-C build the development of PL/0 compiler. . . . To amend a number of features
CompileDesign
- 本次课程设计主要实现语法分析器的构造,该语法分析器能够分析词法分析器的结果,即单词二元式。在输入单词二元式后,能输出分析的结果。 1、构造LL(1)分析表 2、求句子的预测分析过程-The main achievement of the curriculum design of the structure parser, the syntax analyzer to analyze the results of lexical analyzer, that is, the dual-ty
CMM
- CMM语言解释器构造 -CMM language interpreter structure CMM language interpreter structure
s-shiyanbaogao
- S语言编译器的实验报告,内含详细对已经上传的S语言编译器的说明-S language compiler Experimental report, containing details that have been uploaded S descr iption language compiler
slau319a
- AVR-GSM is excellent board for adding remote monitoring and control in remote places by GSM cellular network.
Tiny12.rar
- Tiny12中文手册,50多页,我感觉讲的够详细了。有需要的朋友可以下载看看。,Chinese Tiny12 manual, more than 50 pages, I feel that s enough talk about the details. There is a need to look at the friends can be downloaded.
cyuyancifafenxiqi
- c语言词法分析器 实现将运算符关键字等有限隔开 并能分析错误-c language lexical analyzer to achieve the operator keywords separated by such a limited and can analyze the error
bannico_Debuger_source
- Delphi专用调试器bannico的源代码
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数