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

搜索资源列表

  1. 19854794biaodashisiyuanshi

    0下载:
  2. // 语法制导翻译器设计示范程序 // ----- 算数表达式四元式翻译(递归子程序法) // 要求:1. 读懂该程序,并上机调试成功; // 2. 运行该程序,输入源表达式(字母:表示变量,数字:表示常数。) // 3. 反复运行,考查输出的各种四元式的正确性。 // 4. 实验报告内容:表达式的属性翻译文法;递归子程序框图; // 运行结果的记录(输出的三元式不得少于10条!) -/ / syntax translation guided desi
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:18493
    • 提供者:邓可
  1. RockCarryPL0

    0下载:
  2. RockCarry PL/0 语言编译器(一下简称RCompiler),是一个能将PL/0语言的源程序编译成 为多种形式的目标代码的编译器。目前的RCompiler支持的PL/0语言是一种微型的Pascal语言, 关于该语言的详细说明请参见“PL0语言简介.txt”一文。 RCompiler的输出类型可以是:1.四元式形式的中间代码和符号表、2.符合RVM虚拟机规范的 RVM代码文件(该文件可以被RVM虚拟机解释执行)、3.符合80x86汇编语言标准的汇编语言代码
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:304364
    • 提供者:王锋
  1. Middle_Code

    0下载:
  2. 中间代码生成器设计(4学时) 1.实验目的 熟悉算术表达式的语法分析与中间代码生成原理。 2.实验类型 综合性。 3.实验基本要求 (1) 设计语法制导生成表达式的四元式的算法; (2) 编写代码并上机调试运行通过。 • 输入——算术表达式 • 输出—— 语法分析结果 相应的四元式序列
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8449
    • 提供者:js
  1. bycx

    0下载:
  2. C++编写的编译程序,包括词法分析,语法分析(LL(1)),语义分析,输出分析过程、二元式、符号表和四元式。-Written in C++ compilers, including lexical analysis, syntax analysis (LL (1)), semantic analysis, the output of the process, binary type, symbol table and four-element scheme.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4561
    • 提供者:xiaohe
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11278
    • 提供者:lilianjie
  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
    • 文件大小:179904
    • 提供者:zhangjuan
  1. Translate

    0下载:
  2. WHILE循环语句的翻译程序设计(递归下降法、输出十元四元式表示)-The circular statement of translation procedure design (recursive descent method, output four yuan type)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:237257
    • 提供者:周新年
  1. bianyikeshe_hsh-6.18_final

    1下载:
  2. 编译原理—课程设计—if else语句LL(1)方法分析,输出四元式-Compiler Construction Principles- curriculum design-if else statements LL (1) methods of analysis, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:214448
    • 提供者:hsh
  1. hjkh

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

    • 发布日期:2017-03-29
    • 文件大小:39930
    • 提供者:
  1. forthecyclestatementtranslation

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

    • 发布日期:2017-04-09
    • 文件大小:1081670
    • 提供者:夏瑾
  1. ifcompiler

    0下载:
  2. IF-ELSE条件语句的翻译(输出四元式,用简单优先分析法)-IF-ELSE conditional statements of the translation (the output quaternion type, with a simple analysis of priority)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1155919
    • 提供者:倪沙
  1. dowhile

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-DO-WHILE loop statement, the translation of program design (simple priority method, the output quaternion type)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:4304
    • 提供者:sunyu
  1. bianyiyuanli

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出四元式)-this is a programme which in bian yi yuan li,ke cheng she ji
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1043603
    • 提供者:
  1. Compiler

    0下载:
  2. 用于实现程序(int area,r;area=r+r*r;)语句的词法分析和语法分析并输出相应的二元式、四元式、语句说明。-The implementation code lexical analysis and syntax analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5308
    • 提供者:姜建武
  1. JavaCMMSyntacticAnalyzer

    0下载:
  2. 实验三:CMM语言解释器实验文档 二,实验结构与功能概述: 解释器在语法分析的基础上,对语法分析程序的输出,语法树遍历,完成语义检查并生成代码,代码以四元式的形式输出,cmm解释器解释执行四元式序列,完成对cmm语言的解释。 1.系统的输入:CMM源程序 系统的输出:1,单词(token)序列(词法分析) 2,语法树(语法分析) 3,四元式序列,cmm执行结果(语义分析) -Experiment III: CMM document langua
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6906041
    • 提供者:杀手47
  1. bianyiyuanlikeshe

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

    • 发布日期:2017-04-15
    • 文件大小:17471
    • 提供者:yangzi
  1. 1

    0下载:
  2. 编译原理 While循环语句的翻译程序设计(递归下降法、输出四元式)-Translation program design compiler theory While loop (recursive descent method, four yuan of output type)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:15337
    • 提供者:包包
  1. LL1

    0下载:
  2. 编译原理的课程设计。题目为“WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)”。创新之处在于,可以翻译多层循环语句(理论上是无限的,示例为4层while循环语句)-Compiler theory of curriculum design. Entitled " the WHILE loop statement translation program design (LL (1) method, output quaternion type). The innovation l
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:110334
    • 提供者:afei
  1. recursive-descent-Act

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

    • 发布日期:2017-11-15
    • 文件大小:1052196
    • 提供者:gsm
  1. WHILE-loop-simple-priority

    0下载:
  2. WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-The WHILE loop translation program design (simple priority output four yuan)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:19250
    • 提供者:gsm
« 1 23 »
搜珍网 www.dssz.com