搜索资源列表
complier2
- 编译原理(清华)十二章讲义和大实验相关文档-Compiler Principles (Tsinghua) Chapter 12 lecture notes and related documentation big experiment
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
GCC_manual
- 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义. 除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权威文档. 如果我们发觉本手册页的内容由于过时而导致明显的混乱和抱怨时,我们就停止发布它.不可能有其他选择,象更新Info文件同时更新man手册,因为其他维护GNU CC的工作没有留给我们时间做这个. GNU工程认为man手册是过时产物,应该把时间用到别的地方.-This manual page is an ex
LeaveWords
- 留言板 dreamweaver 完整程序 access数据库 有文档-Message Board dreamweaver complete access database documentation procedures
C770_BIOS
- c770_SCSI的bios源码资料,含工具代码、测试码、编译文件和说明文件等-bios of c770_SCSI source of information, including tools code, test code, compile documents and documentation, such as
bianyiyuanli
- 编译原理 语法分析与词法分析器 附赠文档-Parsing compiler theory lexical analyzer comes with documentation
PL0-Compiler.rar
- PL0编译器源码。实现了if-else、for、++、--等扩充功能。压缩包内包含整个工程文件,后缀名为pl0的文件为测试文档。,PL0 compiler source code. If-else, for,++,- extension. Contains the entire project file compression package, the suffix named pl0 file for test documentation.
JDK-6U41
- JDK 6U41 绿色免安装版 可能是JDK6最后一个升级版本了,安装后我打包提取出的绿色版。直接使用也可升级。没有源码文档范例及DB组件,以减小尺寸。-JDK 6U41 green free installation JDK6 last upgrade version, after installation, I packaged the extracted green version. Direct use can also be upgraded. Without source cod
Compiler----
- 关于编译器的文档和源码,里面比较详细,希望可以帮助到别人-Documentation and source code of the compiler, which is more detailed, I hope to help others
c-language
- 关于C的词法分析和LR语法分析,包括测试程序,还有文档,以及编程的步骤。-C lexical analysis and LR parsing, including the step of testing procedures, as well as documentation, and programming.
LuckyDate3.3.bak
- Lucky解释器 我用C++写的一门语言解释器 内含相关代码和文档-Lucky interpreter I used C++ write a language interpreter code and documentation containing relevant
keilforarm
- keil详细说明文档,适宜初学者仔细研究学习,文档中包含很多在使用keil过程中遇到的问题-keil detailed documentation, suitable for beginners to carefully study the document contains many problems encountered in the process of using keil
CPP-source-word-scanner
- 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
complier
- 北航编译课程大作业,包含源代码,测试程序以及文档。对PL/0编译器作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,―― 其中FOR,TO,DOWNTO,RETURN属于选做内容。 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 -Northern compile operations courses, including source code, test proc
07300720198_Project
- 编译原理虎书的PJ,这次是针对C语言实现版,要实现的语言为Tiger语言,是alogo语言的一个变种,内附说明文档-PJ tiger book compiler theory, this is for the C language version of the language to be achieved for the Tiger language is a variant alogo language, containing documentation
PIC16F877A
- PIC16F877A PIC and C fit together well: PIC is the most popular 8-bit chip in the world, used in a wide variety of applications, and C, prized for its efficiency, is the natural choice for developing embedded systems. mikroC provides a successful mat
SCONS_2.4.0
- 压缩包内包含了scons 2.4.0 用户指南、API文档、帮助手册三个文件,从官网上下载而来。目前是最新版。-The compressed package that contains the scons 2.4.0 User Guide, API documentation, help manual three files, downloaded the official website from. It is up to date.
complier
- 编译器:包括词法分析、语法分析。附带源码以及文档说明-Compiler: including lexical analysis, parsing. With source code and documentation
C-Compiler
- 使用VC实现的一个C编译器,包括源码和说明文档。对于研究编译原理工作者,是一份很有用的资料.-Using VC implementation of C-Compiler, including source code and documentation. It is a very useful material for the research of compiler theory.