CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - if 条件语句

搜索资源列表

  1. if-eng=case

    0下载:
  2. 条件语句是编程中最常用的结构,这里作一个演示结果的文件-conditional statement is the most commonly used programming structure here for a demonstration of the results of the document
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:李华
  1. if-else

    0下载:
  2. 编译原理的课程设计,if-else条件语句的翻译,包括语法分析和词法分析。-compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15904
    • 提供者:yan yue
  1. LR_if

    0下载:
  2. 使用LR分析法对于if条件语句进行解释,并生成3地址码的代码,编译程序课程设计时会用到
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4929
    • 提供者:朱淼垚
  1. if-else条件语句翻译

    0下载:
  2. if-else条件语句翻译
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-14
    • 文件大小:4662
    • 提供者:mossa@126.com
  1. LL(1)文法if-else条件语句翻译

    0下载:
  2. if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式,规定文法比较简单,if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-style, provides a relatively simple grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-04-09
    • 文件大小:2710069
    • 提供者:周折
  1. easycompile

    0下载:
  2. 实现if条件语句的编译,输出中间代码为四元式-If conditional statement to achieve the compilation, the output intermediate code for the quaternary type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4251
    • 提供者:程明
  1. PL0

    2下载:
  2. 编译原理课程设计 PL0 (报告实验和课程设计报告,已经设计方法,步骤) 1. 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的<语句序列> 2. 选做内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1448443
    • 提供者:caicai
  1. 20072215893021

    0下载:
  2. 元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-Element-type, recursive descent method to write the if. . else conditional statement syntax analysis and semantic analysis process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:12677
    • 提供者:xieli123
  1. dd

    0下载:
  2. IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statements translation program design
  3. 所属分类:Compiler program

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

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

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

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else conditional statement syntax anal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:13260
    • 提供者:协力
  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. Wp

    0下载:
  2. 条件语句的翻译分析程序设计 lr文法,四元式-Conditional statements translation analysis program design lr grammar, style quaternion
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:563729
    • 提供者:夏雨涵
  1. zzz

    0下载:
  2. 武汉理工大学编译原理课程设计IF-ELSE条件语句的翻译程序设计(LR方法、输出三地址表示)-Wuhan University of Technology principles of curriculum design compiler IF-ELSE conditional statements of the translation program design (LR method, the output address of said three)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:182769
    • 提供者:风魂
  1. jisuanqiVCshixian

    0下载:
  2. 第一次写这样的windows窗体程序,为了达到操作系统里提供的计算器的功能,本计算器,大量使用了if条件语句-The first time to write such a windows form program, in order to achieve the operating system provide the functions of the calculator, the calculator, if the use of a large number of conditional
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1259265
    • 提供者:胡翔龙
  1. ifelse

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

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

    0下载:
  2. 该程序能够对if-else进行语法指导的翻译,并输出四元式- 条件语句的翻译分析程序设计 ——LR方法、输出四元式kl -compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2885
    • 提供者:pz
  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-03
    • 文件大小:1235858
    • 提供者:周冰
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:1000241
    • 提供者:许大卫
« 12 3 4 »
搜珍网 www.dssz.com