搜索资源列表

  1. asdfadsfd

    0下载:
  2. 编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, se
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:长波
  1. 编译原理—词法分析和语法分析 实验报告

    1下载:
  2. 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expressi
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:张学友
  1. zy200512345

    0下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行.. -this principle is to compile the source code, the compiler principles involved in various processes : lexical analys
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:220160
    • 提供者:张学友
  1. LED代码生成器

    0下载:
  2. 这是一款专门用于单片机上显示的LED字符生成器,只要经过简单的段排列,通过鼠标选择你想要成生的字符图案。本软件分为生成常规字符和特殊字符两种功能-This is a special show for SCM LED character generator, through a simple paragraph with, you want the mouse to choose students into the pictorial c
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:3011584
    • 提供者:鲍尾弟
  1. FoxCompile

    0下载:
  2. 本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-this procedure include a detailed analysis of the morphology, syntax, semantic analysis and intermediate code generation, very good, very readable. On the loop is the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:冷清雪
  1. proawdll

    0下载:
  2. 一款编译器,针对vb,英文版。本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-new compiler, against vb and English. The procedures include detailed lexical analysis, grammar analysis, semantic analysis and intermediate code genera
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:4939776
    • 提供者:于小雄
  1. 09语义分析

    0下载:
  2. 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optim
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:数据库
  1. 21codes_del62755882442

    0下载:
  2. 将布尔表达式翻译成后缀式(即逆波兰式),中间有词法分析,语法分析及中间代码生成-Boolean expressions to be translated into the suffix- (reverse Polish), there is a lexical analysis, Grammatical analysis and intermediate code generator
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1308672
    • 提供者:张丽
  1. draak822004

    0下载:
  2. Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any pla
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:644096
    • 提供者:远超
  1. complierDesign

    0下载:
  2. 一个C语言编译器,包括词法分析,语法分析,中间代码生成。-a C language compiler, including lexical analysis, parsing, intermediate code generation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:91136
    • 提供者:赵刚
  1. zhongjiandaima

    0下载:
  2. 中间代码生成 掌握语学制导下的中间代码生成技术,在第一、第二次实验的基础上完成中间代码生成程序。 -intermediate language code generator master of science guided intermediate code generation technology, in the first, the second experiment on the basis of complete in
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:201728
    • 提供者:duoduo
  1. C_Parser

    0下载:
  2. 一个用于学习的编译器 ,系统的一般构造原理、基本设计方法、主要实现技术和一些自动构造工具,主要由语言基础知识、词法分析、语法分析、中间代码生成、代码优化、目标代码生成、符号表的构造和运行时存储空间的组织等8部分组成。-a study for the compiler, the system's general tectonic theory, the basic design method main technical and
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:223232
    • 提供者:
  1. 20070213ekhtml-0.3.1

    0下载:
  2. 一个开源heml语意分析器 ekhtml: The El-Kabong HTML parser SUMMARY: El-Kabong: A speedy, yet forgiving, SAX-stylee HTML parser. PROJECT INFORMATION: Web Site: ekhtml.sourceforge.net The web site co
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:271360
    • 提供者:
  1. Pascal_compliter

    0下载:
  2. 一个用VC++开发的Pascal编译器. 包括词法分析 语法分析 语义分析 中间代码生成 对学习编译原理的同学有很大用途-a VC development of the Pascal compiler. Lexical analysis, including analysis of semantic analysis Grammar intermediate code Generation of compiler theory of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:87040
    • 提供者:lizhi
  1. cmd_SNL_C_complier

    0下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL langu
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:232448
    • 提供者:张振宇
  1. visual_SNL_C_complier

    0下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL langu
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:3491840
    • 提供者:张振宇
  1. zhongjiandaima321

    0下载:
  2. 编译的中间代码生成,生成4元组,用的是至顶向下分析-intermediate compiler code generation, the group generated four yuan, is the top-down analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chen
  1. WordAnalyser

    0下载:
  2. 1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:438272
    • 提供者:
  1. for

    1下载:
  2. 编译原理的FOR循环语句的翻译,中间代码生成,以及语法,词法分析等-compiler principles FOR cycle statement to the translation, intermediate code generation, as well as grammar, lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:yan yue
  1. C_compiler

    0下载:
  2. 1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。 2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。 -1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:571392
    • 提供者:rayson
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org