CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 输出四元式)

搜索资源列表

  1. bianyiyuanli

    1下载:
  2. WHILE条件语句的翻译程序设计(LL(1)法、输出四元式)。。按照课程设计的要求,写一个能识别while循环语句的文法,通过一定的变换使它符合LL(1)法的要求,然后按照这个文法编写一个程序,该程序能识别输入的语句是否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:204194
    • 提供者:zxwrt
  1. 2

    0下载:
  2. 编译原理课程设计条件语句的翻译 (LL(1)法,输出四元式)
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:92689
    • 提供者:ddcw
  1. Translate

    0下载:
  2. 编译原理课程设计。DO-WHILE循环语句的翻译程序设计(递归下降法、输出四元式)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:237253
    • 提供者:王旭东
  1. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)

    3下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)源代码
  3. 所属分类:报告论文

    • 发布日期:2012-01-01
    • 文件大小:774
    • 提供者:cls199093
  1. WHILE

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)1 系统描述(问题域描述); 2 文法及属性文法的描述; -WHILE loop translation of program design (LL (1) method, the output quaternion type) a system descr iption (problem domain descr iption) two grammar and attribute grammar descr iption
  3. 所属分类:Compiler program

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

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

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

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-the meaning of“ do while”
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:901358
    • 提供者:cc
  1. for

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式) -FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2128
    • 提供者:李超
  1. ccc

    0下载:
  2. DO—WHILE 语句的翻译程序(使用LL(1)文法输出四元式)-DO-WHILE statement translation process (the use of LL (1) grammar output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:460728
    • 提供者:陈杰
  1. 2

    0下载:
  2. WHILE循环语句的翻译程序设计(LR方法、输出四元式)-WHILE loop design of the translation process (LR method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:54604
    • 提供者:au
  1. 3

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)-FOR loop design of the translation process (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:127633
    • 提供者:au
  1. 4

    0下载:
  2. FOR循环语句的翻译程序设计(递归下降法、输出四元式)包括源码+报告书-FOR loop design of the translation process (recursive descent method, the output quaternion type), including source code+ Report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:103735
    • 提供者:au
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. bianyiyuanli

    0下载:
  2. FOR循环语句的翻译程序设计(简单优先法、输出四元式),写出符合给定的语法分析方法的文法及属性文法。 完成题目要求的中间代码四元式的描述。 写出给定的语法分析方法的思想,完成语法分析和语义分析程序设计。 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-FOR loop of the translation process design (a simple priority method, the output quaternion type), written in
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:91834
    • 提供者:warmorange
  1. LR_if_else

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(LR方法、输出四元式) -IF-ELSE conditional statements translation of program design (LR method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1235858
    • 提供者:周冰
  1. forxunhuan

    0下载:
  2. FOR循环语句的翻译程序设计(LR方法、输出四元式)-for xun huan LR fangfa shuchusiyuanshi
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2365
    • 提供者:
  1. ifdo

    0下载:
  2. ELSE条件语句的翻译程序设计(递归下降法、输出四元式)-ELSE conditional statements of the translation program design (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:78555
    • 提供者:
  1. jisda

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(LR方法、输出四元式)-IF-ELSE conditional statements translation of program design (LR method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3199
    • 提供者:
  1. dowhile

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(递归下降法、输出四元式)-DO-WHILE loop of the translation program design (recursive descent method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:127579
    • 提供者:long
  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
    • 文件大小:1039010
    • 提供者:整修民
« 12 3 »
搜珍网 www.dssz.com