搜索资源列表
C编译器源代码——c++
- C编译器源代码,编译原理实验或课程设计,很好的参考。-C compiler source code, compile principle experiment or curriculum design, good reference.
有限自动(编译原理)源代码机
- 有限自动机 是编译原理课程设计源代码 可以用来借鉴与参考,可以运行。-Finite Automata Theory courses is to compile the source code design can be used to make a reference, can run.
非常经典的词法分析器
- 一个VC写的非常不错的词法分析器,我的编译原理课程设计,仅供参考。-a VC was a very good lexical analyzer, I compiler theory curriculum design, for reference purposes only.
bianyiqi(kechengsheji)
- 自己做课程设计的时候做的小型编译器,可以供初学者参考一下,了解一下编译器的基本构造和工作原理-own course design when they have small compiler, for beginners reference. Compiler understand the basic structure and working principle
lexcalacm
- 是关于词法分析的部分代码。是本人这学期的编译原理的设计作业。仅供参考。-lexical analysis on the part of code. This semester I was in translating the design principle of operation. For reference purposes only.
05编译原理课程设计
- 自己做个课程设计(词法,语法),给大家能参考 -himself to be a curriculum design (morphology, syntax), we can make reference to thank
analyzer
- 编译原理课程,词法语法分析器。课程设计可以用来参考-Compiler Construction Principles courses, lexical parser. Curriculum design can be used to reference
Compiler
- 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
zishangerxifenxiqi
- 编译原理这门课程中,课程设计里自上而下语法分析器,供参考-Compiling principle of this curriculum, curriculum design in top-down parser for reference
C_CompilerDesign
- C编译器的设计,有详细的文档和源代码,是学习编译原理绝对有用的参考与研究资料。-C compiler design, detailed documentation and source code, is to learn to compile a useful reference for the absolute principle and research data.
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.
Anti-compilationTools
- 反编译工具,适用于C#、VB、Dlphi-REFLECTOR SOFTWARE LICENSE ("License") The following sets out the full License with respect to the use of the Reflector Software. IMPORTANT NOTICE: Please read this License carefully. BY DOWNLOADING, INSTALLING AN
picottcn-1.0.tar
- picottcn是ETSI的TTCN-3协议测试语言的开源编译器,需要与执行器一并编译。对于大型语言编译器的开发设计是一个参考-picottcn is the ETSI TTCN-3 protocol test of open source language compiler needs to be compiled with the actuator. Language compiler for the development of large-scale design is a refere
C0Compiler
- 北航编译课课程设计,最高难度。设计一个C0扩充文法的编译器,实现一定的优化,有完整的软件开发文档,附带汇编器MASM。期末检查时测试点几乎全部通过,分数上90,供学弟学妹们参考。提醒注意编写测试文件找出BUG是及格的关键。C0文法具体说明文档中有。-Beihang compile class curriculum design, the highest degree of difficulty. Design of a C0 compiler to expand the grammar to a
complies
- 编译原理的课程设计,可以作为参考资料,基本满足课程设计的要求-Compiler theory of curriculum design, can serve as a reference, the basic design to meet the curriculum requirements
Pascal-subset-compile
- 按照Pascal子集的语法,并参考Pascal语言的语义,设计并实现Pascal子集的编译程序,给出各阶段的设计资料和实现成果-Subsets according to the syntax of Pascal and Pascal language reference semantics, design and implementation of a subset of the Pascal compiler, given the various stages of the design da
bianyiyuanli-yufafenxiqi
- 编译原理的语法分析器 课程设计 主要用于课程设计的借鉴-Parser compiler theory course designed primarily for curriculum design reference
tiger_compiler
- 一个小型语言tiger的编译器,其中包括词法分析、语法分析、语法分析树的生成和错误提示。方便做课程设计的同学参考。-A small tiger compiler language, including lexical analysis, parsing, the parse tree generation and error. Facilitate the students to do course design reference.
NBuilder-Lexical
- 用MFC实现的C语言词法分析器,是学习编译原理的不错的参考资料,本程序用VS2010编写,此词法分析程序可分析出C语言中: 标识符(以字母或下划线开头,后面可以是数字字母或下划线) 字符串常量 字符常量 整数常量 普通实型 有+/-科学记数 无+/-科学记数 注释说明,还不能处理预处理命令33种运算符说明:,() [] .在界符中有,这里出 , ? : sizeof 也没给出11种分界符32种关键字程序使用转换表设计,运行速度快,本人还对每个能识别的符号