搜索资源列表
10042130230
- 一个编译器原码,能编译原文件,文档了有详细说明
pl0_
- “编译原理与技术”的上机实验要求你对PL/0语言及其编译器进行扩充和修改。每个扩充或修改方式可得到不同的分数,满分为100分。 完成上机作业后,必须提交下列文档: (1) 修改后的PL/0语言文本。包含词法分析(正规式),语法分析(BNF)。 (2) 有关修改后的PL/0编译/解释器的说明。详细说明你的编译器是如何编译新的PL/0语言程序的。指出你的程序中最精彩的部分,以及你为什么这样做,你是如何控制和恢复语义错误的。 (3) 给出你所改动后的编译器源程序清单,并标记出你所修改
WordParsing
- 简单的有穷自动机词法分析,同时也有语法分析,由于时间和精力关系。语法分析只是写了个大概,同时词法分析也需要继续完善:完善之处个人在文档中说明清楚。
C语言编译器的实现
- 编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序,Translation of the principle of large operations. C language compiler implementations. Attached to large operations doc document explain
advance_pl0complier
- 用VC写的扩充的pl0文法编译器,带详细文档说明-Written by VC expanded pl0 grammar compiler, with detailed documentation
LRCompiler1.0
- 这是我用VC6.0(用了MFC类库)编写的一个集词法分析、语法分析为一体的程序,是我编译原理课程设计的拙作!压缩包里包括源代码、测试数据,可执行文件打包,安装文件打包,课程设计文档,程序使用说明和数据规范说明一应俱全。-This is what I used VC6.0 (using the MFC class library) to prepare a set of lexical analysis, grammar analysis of the procedure as a whole,
09183522974
- C++的词法分析说明,DOC文档,适合新手学习与借鉴,程序可执行-C++ the lexical analysis, DOC files, suitable for novice learning and reference, the executable program
DO-WHILEWHILE
- LL1,四元式,很容易懂的,有一个文档在文件里,有详细说明-LL(1),four of out,is very easy to know,there is a word in the document
Compiler_java
- Java写的编译器,有文档说明和程序演示。编译器课程设计作业,适合学生参考并学习。-Compiler written in Java, there is documentation and procedures for presentation. Compiler, curriculum design work, suitable for students for reference and to learn.
compiler
- 内附需求说明、详细设计报告,操作说明和测试文档,以及简单的测试文件,编译器完全按照给定的文法要求设计-Instructions included requirements, detailed design reports, operating instructions and test documentation, as well as a simple test file, the compiler in full accordance with the given grammar to de
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
LRanalyzer
- 编译原理,一个简单的LR分析器,包括文档,附有说明及运行截图-LR parser compiler theory, including documentation
Lexicalanalysis
- 编译原理 ,一个简单的词法分析小工具, 含有截图,文档说明等-Compiling principle, a simple morphology analysis of small tools, contain screenshots, documented, etc
20110614
- 递归下降法-语法分析器, 包括说明与代码,都在word文档中-Recursive descent- including a descr iption of the parser and code