搜索资源列表

  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. 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. cifaty

    0下载:
  2. (一) 程序设计要求 (1) 目 标 机:8086及其兼容处理器 (2) 中间代码:四元式 (3) 设计结果:四元式表、符号表、TOKEN串表 (4) 语义分析内容要求: 1) 变量说明语句 2) 赋值语句 3) 控制语句(任选一种) 4) 过程开始及结束语句 5) 分程序结构的符号表问题 6) 对子过程内部的源代码,暂时可以忽略生成四元式,但要对变量或常量入符号表。 -(a) program
  3. 所属分类:编辑框

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:一峰
  1. zhou_compiler

    0下载:
  2. 我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码-四元式。没有实现中间代码的优化。-I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle-4 yuan style. Not achieved i
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:周伟斌
  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. complierDesign

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

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

    0下载:
  2. 编译器,生成中间代码(四元式),文法规则在源文件中有定义-compiler, generating intermediate code (4 yuan-), the grammar rules in the source document definitions
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-20
    • 文件大小:71680
    • 提供者:
  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. 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. bianyiyuanlikechengsheji

    0下载:
  2. 词法分析,语法分析,以及中间代码生成 布尔表达式转换为逆波兰式-lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1773568
    • 提供者:陈进
  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. del62755882442

    0下载:
  2. 词法分析,语法分析,以及中间代码生成  布尔表达式转换为逆波兰式 -lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:1286144
    • 提供者:sattar
  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. bianyiyuanlikechengsheji

    0下载:
  2. 词法分析器,语法分析器及中间代码生成器,输出二元式-Lexical analyzer, parser and code generator between the output of binary-type
  3. 所属分类:编译器/词法分析

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

源码中国 www.ymcn.org