CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 制导翻译

搜索资源列表

  1. drysea3

    1下载:
  2. 这是一个制导翻译的源代码,因为跟我们作业无关,我也不知道具体是什么,但可能有人有用吧,这东西我反正很少听说,也许很难找吧-This a guided translation of source code, because the operation has nothing to do with us, I do not know the specifics of what It might be useful to it, something I rarely heard anyway, it
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.4kb
    • 提供者:干海娟
  1. yuyi

    0下载:
  2. 编译原理实验语义分析源程序,采用递归下降语法制导翻译
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:胡苗
  1. 递归子程序方法

    0下载:
  2. 这是一个用C++实现的语法制导翻译程序,当输入一个表达式时可以将其转化为相应的四元式-This is a realization of the C syntax translation guided procedure, when an input expression can be translated into the corresponding four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.34kb
    • 提供者:王小闹
  1. bianyiyuanli

    0下载:
  2. 建立《编译原理网络课程》的目的不仅使学生掌握构造编译程序的原理和技术,而且能够使学生对该领域产生浓厚的兴趣和求知欲,为以后进一步从事软件工作打下良好的基础。主要内容涵盖了大学计算机系本科生所学内容,共十章,有编译概述,文法和语言,词法分析,语法分析,语法制导翻译,运行时刻环境的组织,中间代码生成,目标代码生成,代码优化,面向对象的语言的编译介绍。每章后附有习题,必做的习题给出了参考答案。最后讲解一个小的编译器的设计与实现,并给出了完整的用PASCAL书写的源代码。72学时,4学分。先修课程有计算
  3. 所属分类:Compiler program

    • 发布日期:2017-06-14
    • 文件大小:21.64mb
    • 提供者:wj
  1. 2

    0下载:
  2. 这是一个赋值语句的翻译程序设计,运用递归下降语法制导翻译法-This is a translation of assignment statements programming, decreased use of recursive grammar-translation method guidance
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:17.62kb
    • 提供者:萧天
  1. PL0

    0下载:
  2. VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:243.7kb
    • 提供者:封建性
  1. complier_MSIL

    0下载:
  2. 设计语法制导翻译生成表达式的四元式的算法,编写代码并上机调试运行通过。 -Design Syntax-directed translation of the expression generated quaternary type of algorithm, write code and debug on a machine to run through.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:lavender
  1. DoWhileRecursiveDescent

    0下载:
  2. 设计一个DO-WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择递归下降法,采用用语法制导翻译输出中间代码四元式。通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-Design a DO-WHILE loop syntax and semantics of lexical analysis programs ﹑, recursive descent parsing options, use
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.69mb
    • 提供者:朱良
  1. Principles_of_Syntax_Directed_Compiler_classic_tut

    0下载:
  2. 编译原理语法制导翻译经典教程Principles of Syntax Directed Compiler classic tutorial-Principles of Syntax Directed Compiler classic tutorial
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:243kb
    • 提供者:ikd
  1. zhidaofanyi

    0下载:
  2. 用C++写的编译原理作业中的语法制导翻译-Written using C++ compiler theory operating in the Syntax Translation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:17.56kb
    • 提供者:robert
  1. ImplementationOfVM

    0下载:
  2. 根据给出的语法规则,在经过词法分析,语法分析得到的语法分析树的基础上,设计语法制导的定义翻译生成目标代码。并将生成的目标代码在附件给出的虚拟机中运行,得到运行结果。-According to the given grammar rules, after lexical analysis, syntax analysis parse tree obtained based on the definition of design Syntax generate object code transla
  3. 所属分类:Compiler program

    • 发布日期:2017-06-09
    • 文件大小:15.79mb
    • 提供者:tom
  1. compile

    0下载:
  2. 编译原理中语法制导翻译四元式生成的函数原代码 -Compiler Principle Syntax translation functions generated by four-style source code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:3.57kb
    • 提供者:娜娜
  1. newCompile

    0下载:
  2. 编译原理实验,中间代码生成器.设计语法制导翻译生成表达式的四元式的算法-Compile principle experiment, the intermediate code generator
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5.7mb
    • 提供者:白方泽
  1. bianyiyuanli

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。 编译原理是计算机专业设置的一门重要的专业课程。-Compiling principle
  3. 所属分类:Compiler program

    • 发布日期:2017-06-18
    • 文件大小:26.53mb
    • 提供者:k
  1. Complier

    1下载:
  2. PL/0语言编译器的中间代码生成。要求用递归子程序法/或预测分析法实现对表达式、各种说明语句、控制语句进行语法分析。若语法正确,则用语法制导翻译法进行语义翻译:对说明语句,要求将说明的各符号记录到相应符号表中;对可执行语句,应产生出四元式中间代码并填写到三地址码表中; 若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。 -The PL/0 language compiler intermediate code generation. Require the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:19.9kb
    • 提供者:Trista
  1. ex1

    0下载:
  2. 《编译原理》表达式翻译器 构造一个中缀表达式到后缀表达式的翻译器,初步了解递归下降语法分析原理及语法制导翻译的过程。-Compiler theory expression translator construct an infix expression to postfix expression translator, a preliminary understanding of recursive descent parsing principle and Syntax translation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:875byte
    • 提供者:陈依云
  1. Compilation-principle

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。-The compiler theory is an important professional courses, computer professional and is intended to introduce the general principles and basic methods of compi
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:2.05mb
    • 提供者:李丽
  1. TinyPlus

    0下载:
  2. 按照《编译原理与实践》课程,基于Tiny语言编译器改造的Tiny+编译器,实现了词法分析、语法分析、语法制导翻译、中间代码生成的步骤-According to class <Compiler onstruction>. Based on the the Tiny language compiler, it s a Tiny+ compiler, have achieved lexical analysis, parsing, syntax-directed translation,
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:247.65kb
    • 提供者:
搜珍网 www.dssz.com