CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 赋值语句的四元式翻译

搜索资源列表

  1. HANSON

    0下载:
  2. G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-G [S] definition of assignment for syntax analysis, the syntax analysis process will be supported by the input of the translation of statements - four yuan.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2404
    • 提供者:hanson
  1. fzyjfy

    1下载:
  2. 一个简单赋值语句翻译为四元式的动态教学程序,效果非常好,值得学习编译程序的朋友下载一看,看后一定会有不一样的感受.-a simple assignment for the translation of the four yuan-dynamic teaching procedures, the effect was very good, worth learning compiler downloaded a friend to read and of course there is not t
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6345
    • 提供者:xym
  1. cp%2E

    1下载:
  2. 编译原理课程设计报告对以下文法,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Course Design Compiler Principle report on the following grammar, using operator priority analysis algorithm, G [S], as defined in the assignment syntax analysis, and the syntax
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14809
    • 提供者:zjd
  1. Expression_c++

    0下载:
  2. 一个C++对赋值语句的翻译,能输出四元式-a C on assignment for the translation, can output four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10896
    • 提供者:林峰
  1. 1

    0下载:
  2. 编译原理课程设计,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2317
    • 提供者:寿帆
  1. programmer

    0下载:
  2. 采用算符优先分析法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:147962
    • 提供者:徐晓剑
  1. jordan

    0下载:
  2. 对以下文法,采用算符优先分析法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:147968
    • 提供者:佚星
  1. 3

    0下载:
  2. 编译原理-实现赋值语句的四元式的程序,分析出翻译中要解决的问题
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9528
    • 提供者:xwj
  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
    • 文件大小:2985577
    • 提供者:xieli123
  1. siyuanshi

    0下载:
  2. 编译原理 的赋值语句翻译,输出四元式!源程序代码!-Compiler assignment principles of translation, the output quaternion type
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1321
    • 提供者:weiwei
  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-03
    • 文件大小:179904
    • 提供者:zhangjuan
  1. 2

    0下载:
  2. 对简单的赋值语句采用算符优先法进行翻译 输出四元式-For simple assignment operator priority method used to translate the output quaternion type
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1016135
    • 提供者:莉莉
  1. translationproceduredesign

    0下载:
  2. 赋值语句的翻译程序设计生成四元式并把词法分析放入txt文档中-Assignment of the translation program designed to generate quaternary ceremony and the lexical analysis into the txt document
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:110396
    • 提供者:知者如风
  1. 1

    0下载:
  2. 编译中赋值语句的翻译,包括各种关键字,字符,数字和相关符号的分类,以四元式输出-translater
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:931514
    • 提供者:张量
  1. evaluation_translate

    0下载:
  2. 此程序使用算符优先法的语义分析方法实现了将赋值语句翻译为四元式的功能这种仅将{=,+,-,*,/}当做运算符,而将括号当做深度的变种算符优先法,很好控制,很容易就能翻译赋值语句。-This program uses operator precedence to achieve a semantic analysis to translate the quaternary assignment functions of this type only the {=,+,-,*,/} as opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1873
    • 提供者:小歪
  1. down

    0下载:
  2. 赋值语句自上而下翻译系统的设计与实现. 设有如下文法: S → A A → V:=E E → E + T | T T → T * F | F F → (E) | digit V → i 采用递归下降分析法,并生成四元式-Design and Implementation of an assignment statement is a top-down translation system. Has the following grammar: S → AA
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:2716
    • 提供者:yinwuzhe
  1. LL(1)translator

    0下载:
  2. 采用LL(1)分析法对所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。-The LL (1) The analysis defined assignment statement syntax analysis and assignment statement entered in the the grammar analysis process will translate quaternion type.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:13586
    • 提供者:yinwuzhe
  1. 赋值语句的翻译程序设计

    0下载:
  2. C语言语法分析器之将一个赋值语句翻译成四元式并输出,(Translate an assignment statement into four yuan and output it)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:138240
    • 提供者:Nomountainsea
搜珍网 www.dssz.com