资源列表
bianyiyuanli
- 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。 编译原理是计算机专业设置的一门重要的专业课程。-Compiling principle
Compilation-principle
- 本书深入讨论了编译器设计的重要主题,包括词法分析、语法分析、语法制导分析、类型检查、运行环境、中间代码生成、代码生成、代码优化等-This book discusses the important theme of the compiler design, including lexical analysis, syntax analysis, syntax analysis, type checking, running environment, intermediate code gener
Compile
- 编译原理的书籍,中文版的,2003年8月第一次印刷的那一版。-Compiler theory book, the Chinese version, August 2003, which first printed version.
principlesofcompilers
- compilers, principles, techniques and tools, 编译原理中文翻译版画 -compilers, principles, techniques and tools, compiler theory Prints Chinese translation
MPLAB C18 C编译器mcc18 使用MPLAB C18 C编译器
- MPLAB C18 C编译器mcc18 使用MPLAB C18 C编译器、PIC18 PICmicro单片机、MPLINK链接器和MPLAB IDE,用户就能轻松开发出PICmicro单片机应用程序。此编译器具有全部的优化功能,在microchip网站上下载一个试用版的c18编译器,安装后再安装此编译器就可取消试用天数限制,MPLAB C18 C compiler mcc18 using MPLAB C18 C Compilers, PIC18 PICmicro Single-chip, MPL
Compilertheory
- 编译原理,pdf格式的,很实用的一本书,对编程爱好者,都应该-Compiler theory, pdf format, very practical book on programming enthusiasts, should take a look
DJGPP_compiler_v2.02
- DJGPP compiler version 2.02. Work under Windows/DOS. Include gnu-bin utils.
sphinx4-1.0beta6-bin
- sphinx 4,这是bin的部分,还有src-sphinx 4, this is the part of the bin, there src
avm2
- adobe的avm2源码,该虚拟机是adobe的官方播放器的虚拟机引擎,并用在mozile项目中,对于虚拟机及解释器的学习者有很大的帮助-adobe' s avm2 source, the virtual machine is the official player adobe virtual machine engine, and used in mozile project, for the virtual machine and interpreter of great help l
gcc-3.3.5.tar
- 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile-A grammar compiler, including the lexical analyzer, parser, and the expression of logical operations in a simple programmin
KeilC51v750a_Full
- keilC51软件。与我上传的C51编译器结合在一起,可以编译,仿真51系列单片机程序。-keilC51 software. I uploaded combined C51 compiler can compile, process simulation 51 series single chip.
A-Programmers-Perspective.pdf
- 本书适用于那些想要写出更快、更可靠程序的程序员。通过掌握程序是如何映射到系统上,以及程序是如何执行的,读者能够更好的理解程序的行为为什么是这样的,以及效率低下是如何造成的。粗略来看,计算机系统包括处理器和存储器硬件、编译器、操作系统和网络互连环境。而通过程序员的视角,读者可以清晰地明白学习计算机系统的内部工作原理会对他们今后作为计算机科学研究者和工程师的工作有进一步的帮助。它还有助于为进一步学习计算机体系结构、操作系统、编译器和网络互连做好准备。 本书的主要论题包括:数据表示、C程序的机