搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
tiny
- tiny编译器,编译<编译原理实践>书中定义的tiny程序,采用一次扫描算法,采用gnu版权发布-tiny compiler, compiler lt; Compiler Principle practice gt; The tiny book definition of procedures, using a scanning algorithm, using copyright release gnu
Tiny Complier
- 南京航空航天大学2004年编译原理课程设计。设计者:陈献机,项高友,陈柳君,袁月峰。-Nanjing University of Aeronautics and Astronautics in 2004 compiler theory of curriculum design. Designers : Xian machine, Xiang Gao, Friends Altitude Chen, Yuan-feng.
编译原理代码tinymachine
- 编译原理的词法,语法,分析等,还有劳顿的tiny machine (tm.c)的代码实现,前面还有相应的汇编程序 -compiler principles of morphology, syntax and analysis, there is a tiny machine Lawton (tm.c) the implementation of the code, still ahead of the corresponding assembler
analysis-and-code-generation-of-Tiny
- 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
TinyCC
- 运行时编译,自己写的,希望大家支持,C语言编写,别说我垃圾啊-Run-time compiler, wrote it myself, I hope you will support, C language, not to mention I refuse ah
51C
- KEIL C编译 到位监控程序,采用51 tiny 多线程实现 希望对大家有用-KEIL C compiler in place monitoring procedures, the use of multi-threaded 51 tiny hope for all of us to achieve useful
tiny_parser
- tiny编译器++,增加了部分关键字以及语法分析到三地址码生成的功能-tiny compiler++, an increase of some of the keywords as well as grammar analysis to generate three address code function
tcc-0.9.24
- tiny c 编译器,小型的C 编译工具.-tcc is tiny c compiler!
lq51
- Keil 自带的 RTX51—Tiny 系统有这样几个缺点:1、非占先式任 务调度,这样系统的实时性就很难保证 2、提供的系统服务太少, 只有 wait 与 signal。而 RTX51—Tiny 的优点是:1、Keil 公司自己开 发的,使用_task_关键字区别每个任务,这样可以使得被不同任务调 用的不同函数即使没有相互调用,他们的局部变量也不会相互覆盖。 免去了在 SmallRTOS 中需要手动制止函数间局部变量的相互覆盖。 2、内核小。整个 RTX51--Tin
sourcer
- TINY语言编译器,包括语法分析,词法分析-TINY compiler language, including syntax analysis, lexical analysis, etc.
compile
- 这是一个带MFC界面的tiny+语言编译器,当中实现了17个关键字,包括词法分析,语法分析,语义分析,生成语法分析树等功能-This is a tiny+ with MFC interface language compiler, which achieved a 17 keywords, including lexical analysis, syntax analysis, semantic analysis, generating parse trees and other functio
tiny_src
- 窗体式Tiny编译器,以及源代码。具有编译Tiny语言的功能。-Tiny form-type compiler, and source code
Tiny
- 一个用c++写的表驱动的词法分析器,所分析语法是编译原理上的tiny语言- a table-driven lexical analyzer with using c++
TINY_Compiler
- TINY C编译器源码,用于参考学习编译原理(词法分析、语法分析、语义分析等)和LEX/YACC(不是FLEX/BISON)-TINY C compiler source code, compiled for the reference to learning theory (lexical analysis, syntax analysis, semantic analysis, etc.) and LEX/YACC (not FLEX/BISON)
Tiny-VS2005
- Tiny编译的源代码,该代码需要用make命令编译。-Tiny compile the source code, the code needs to compile with the make command.
Tiny
- 这是一个编译原理的实验:综合利用多媒体制作网站或者应用程序 -Comprehensive utilization of multimedia production site or application
TINY
- 编译原理实验,设计一个TINY+编译器,包含 parser, analyzer, code generator三部分- Implement the parser, semantic analyzer and code generator part to construct the whole complier.
RTX51-Tiny-led
- 搭建RTX51-Tiny 的 C51项目,AT89C52单片机,KEIL4编译环境,LED灯轮流闪烁.-RTX51-Tiny structures of C51 project, AT89C52 microcontroller, KEIL4 compiler environment, LED lights flashing alternately.
编译原理与实践(代码)
- 编译原理与实践(tiny c)代码, vc6编译。(Compiler theory and Practice (tiny C) code, VC6 compiler.)