CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 制导翻译

搜索资源列表

  1. 020789周磊编译原理上机作业

    1下载:
  2. 介绍语法制导翻译和各种语法成分的中间代码的生成;第6章介绍符号表的 组织和使用;第7章介绍运行时存储空间的组织与分配;第8章介-guidance on grammar and translation of various grammatical elements in the middle of the code generation; Chapter 6 on the symbol table of organization and use; Chapter 7 on storage sp
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:203kb
    • 提供者:x
  1. zhidaofenyi

    0下载:
  2. 是计算机编译原理的课程设计 制导翻译程序用VC++编的-computer compiler theory of curriculum design guidance translation program with VC series
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.89kb
    • 提供者:wuyanru
  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. yuyifenxi

    1下载:
  2. 采用递归下降语法制导翻译法,对算法表达式、赋值语句进行语义分析且生成四元式序列-Decline in the use of recursive grammar-translation method guided the algorithm expression, assignment and semantic analysis to generate quaternary sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:9kb
    • 提供者:tonghua
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:9.33kb
    • 提供者:rachel
  1. 22302304232

    0下载:
  2. 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexical, syntax analysis, and in a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2.85mb
    • 提供者:xieli123
  1. bianyiyuanli

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

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

    0下载:
  2. 实验目的 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法. 实验要求 采用递归下降语法制导翻译法,对算术表达式、赋值语句进行语义分析并生成四元式序列。 实验的输入和输出 输入是语法分析提供的正确的单词串,输出为三地址指令形式的四元式序列。 例如:对于语句串 begin a:=2+3*4 x:=(a+b)/c end# 输出的三地址指令如下: (1) t1=3*4 (2) t2=2+t1 (3
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:175.69kb
    • 提供者:zhangjuan
  1. sy1new

    0下载:
  2. 编译原理的LR分析表源码,描述语法分析器的构造,语法制导翻译和中间代码生成-Compilation Principle source of LR analysis table describes the structure parser, grammar-guided translation and intermediate code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:66.2kb
    • 提供者:yuyu
  1. libolanshi

    1下载:
  2. 赋值语句的翻译 通过设计、编制、调试一个典型的语法成分的语法分析和语义分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析以及语义翻译工作,进一步掌握常用的语法分析方法和语义分析方法。 要求: 选择最有代表性的语法分析方法,如算符优先法(或简单优先法)、递归下降分析法、LL分析法和LR分析法之一进行语法分析。 选择对各种常见程序语言都通用的语法结构,如赋值语句(尤指表达式)作为分析对象,并且与所选语法分析方法要比较贴切。 选择最有代表性的语义分析方法,如语法制
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.16kb
    • 提供者:甘云
  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. 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. zhongjiandaima

    0下载:
  2. 采用语法制导翻译技术,在c盘下建立文本,输入源程序,则可以进行分析,同时输出Token序列和符号表以及对应位置的四元式序列-Use of syntax-translation technology, established under the text in the c drive, enter the source code, you can analyze the same time, the output Token sequence and location of the symbol
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2.71kb
    • 提供者:王志刚
  1. 3

    0下载:
  2. 实现编译器的语义分析里面的语法制导翻译步骤;C语言编写,验证可用;-To achieve the semantic analysis of the compiler inside Syntax translation steps C language, verification can be used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.59kb
    • 提供者:flicka
  1. ForTrans

    0下载:
  2. 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1014.66kb
    • 提供者:整修民
  1. yuyifenxi

    0下载:
  2. 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法。-Internship through the machine, to deepen understanding of the principles Syntax Translation, master the grammar of syntax elements recognized by the semantics of change for the intermediate code t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:29.79kb
    • 提供者:
  1. huizhuishi

    0下载:
  2. 中缀式转换成后缀式 基于语法制导翻译的表达式转换编译器-Postfix infix conversion into a translation type expression based Syntax compiler transformation
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:2.81kb
    • 提供者:文迪
  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
    • 提供者:朱良
« 12 3 »
搜珍网 www.dssz.com