Welcome![Sign In][Sign Up]
Location:
Search - compiler

Search list

[VC/MFCcompiler

Description: c语言编译器源码,在VC6.0下测试通过-c language compiler source code, under the test adopted in VC6.0
Platform: | Size: 219136 | Author: huang | Hits:

[ELanguageC-Compiler

Description: 小型C语言编译器,VC条件下运行,最后编译为汇编代码-Small C language compiler, VC under the conditions of operation, the final assembly code for the compiler
Platform: | Size: 1184768 | Author: sunhui | Hits:

[ELanguagecompiler

Description: 简单实现C--语言的编译器 ,能够生成汇编代码;再用工具将汇编代码转换为可执行文件,执行该文件得到正确的结果。-Realize a simple C- language compiler can generate assembly code reuse tool assembly code is converted to an executable file, the implementation of the document to obtain accurate results.
Platform: | Size: 406528 | Author: | Hits:

[Bookscompiler

Description: 这是国防工业大学版的<<程序设计语言编译原理(第3版)>>的电子版,较容易理解,是很好的一本书-This is the version of the defense industry University <<Programming Language Compiler Construction Principles (3rd edition)>> electronic version, easier to understand, is a very good book
Platform: | Size: 8698880 | Author: wlt | Hits:

[OS programcompiler

Description: 一个不错的c语言编译器源代码,可以学习学习-A good c language compiler source code, you can learn
Platform: | Size: 221184 | Author: robotic | Hits:

[assembly languageCompiler

Description: 北京航空航天大学计算机系要求的编译器大作业。大概6000行代码。-Beijing University of Aeronautics and Astronautics Department of Computer Science compiler required largest operation. About 6000 lines of code.
Platform: | Size: 525312 | Author: 李想 | Hits:

[ELanguagecompiler

Description: decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac 这时候就可以玩一个21点的游戏了。这里的blackjack.decaf就是用decaf语言写的一个小游戏源代码-decaf.jar is the java type of decaf language tac compiled code (Three address code, similar to the compilation of command) of the compiler. Contains the front of lexical and syntax analysis, semantic analysis, intermediate code generation. I have recently finished writing a compiler class operation. Examples: 1. Call java-jar decaf.jar-l 2 blackjack.decaf
Platform: | Size: 367616 | Author: int | Hits:

[ELanguagecompiler

Description: 一门课程的proj,编译器的简单实现,可以说明编译器的工作流程。-A curriculum proj, simple realization of the compiler, the compiler can explain the work flow.
Platform: | Size: 125952 | Author: 俞凌杰 | Hits:

[ELanguagecompiler

Description: 一个不算完整的编译器实现,包括前端的词法分析,语法分析,语义分析,中间代码生成,中间代码优化及界面部分-A compiler is not complete realization, including the front of lexical analysis, syntax analysis, semantic analysis, intermediate code generation, code optimization and interface the middle part of
Platform: | Size: 3623936 | Author: chuchong | Hits:

[ELanguageCompiler

Description: 编译原理实验、编译原理课程设计 vc++实现,功能齐全-Compilation Principle experiments, principles of curriculum design compiler vc++ Realized, full-featured
Platform: | Size: 1082368 | Author: clark | Hits:

[Othermodern.Compiler.Design

Description: 集中讲述所有语言范型通用的传统技术和高级技术,使读者具备现代编译程序构造所需的技能.涵盖了所有主要的程序设计语言类型-命令式,面向对象,函数式,逻辑式和分布式语言.通过大量实例进行说明,直观易懂.-Focus on all languages commonly used paradigm of traditional technologies and advanced technology, so that readers construct a modern compiler the necessary skills. Covers all major types of programming languages- imperative, object-oriented, functional, logic and the distribution of language. through a large number of examples show that intuitive easy to understand.
Platform: | Size: 15144960 | Author: zhengks | Hits:

[ELanguageCompiler

Description: C0文法编译器,实现语言是cpp,生成pcode目标码。-C0 grammar compiler, implementation languages are cpp, object code generated pcode.
Platform: | Size: 370688 | Author: 李林尧 | Hits:

[source in ebookcompiler

Description: 浙江大学编译原理课程设计源代码,高等院校计算机专业-Zhejiang University, Principles of curriculum design compiler source code
Platform: | Size: 116736 | Author: btrobot | Hits:

[ELanguageCompiler

Description: 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱<斜竖>* <小于>→< <等于>→= <大于>→> <冒号> →: <斜竖> →/ 识别语言的保留字 :begin end if then else for do while and or not-Compiler class to do a small procedure, analytical methods were used to achieve four (LL1, operator priority, recursive descent, a simple lexical analysis) to complete the grammar is described in a subset of the Pascal language word lexical analysis program symbols. < Identifier> → letters ︱ < identifier> letters ︱ < identifier> figures < unsigned integer> → Digital ︱ < unsigned integer> figures < single character boundaries Fu> →+ ︱- ︱ ︱* ︱ (︱) < two-character boundaries Fu> → < greater than> = ︱ < less than> = ︱ < less than> > ︱ < colon> = ︱ < oblique vertical> * < less than> → < < equal> → = < greater than> →> < colon> →: < oblique vertical> →/recognition of language reserved word: begin end if then else for do while and or not
Platform: | Size: 483328 | Author: 丁丁 | Hits:

[ELanguage[C]-Linux-Gnu-C-Compiler-Gcc-Howto

Description: [C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
Platform: | Size: 75776 | Author: code_breaker | Hits:

[ELanguageCompiler

Description: 本设计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 tree and the type checking of the design and implementation, as well as curriculum design problems they encountered in the experimental experience, reference data.
Platform: | Size: 390144 | Author: jack sio | Hits:

[ELanguagecompiler

Description: 一个很好的编译器,集词法分析语法分析!不错,大家下来参考啊!-the compiler is very good! xi wang dajia zhichi!
Platform: | Size: 66560 | Author: 李晓峰 | Hits:

[ELanguageC-Compiler

Description: C-编译器,包含词法分析语法分析,中间代码生成,操作简单-C-compiler, lexical analysis contains syntax analysis, intermediate code generation, easy
Platform: | Size: 940032 | Author: xuling | Hits:

[ELanguageCompiler-design-in-c

Description: C语言实现的小编译器,挺有意思的,希望对大家有帮助。-C language compiler to achieve a small, very interesting, would like to help everyone.
Platform: | Size: 696320 | Author: Shellbird | Hits:

[OtherCompiler

Description: 正规文法到正规式的算法实现 编译原理课程设计-Of grammar-based algorithm to the formal principles of curriculum design to achieve the compiler
Platform: | Size: 629760 | Author: 刘玮 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net