CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算符优先

搜索资源列表

  1. E

    0下载:
  2. 建立词法分析过程,实现一个固定词法的算符优先分析-The establishment of the process of lexical analysis, the realization of the operator a fixed priority analysis of lexical
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6062
    • 提供者:王莎
  1. suanfu

    0下载:
  2. 算符优先分析程序 实验时做的一个小程序-Operator priority analysis program to do the experiment a small program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1570
    • 提供者:
  1. WindowsApplication1

    0下载:
  2. 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:84775
    • 提供者:周某某
  1. calculator

    0下载:
  2. 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:303966
    • 提供者:caipan
  1. operator

    0下载:
  2. 此算法适用于编译原理课程,他是一种算符优先算法-a algorithm of operator prior
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:3251
    • 提供者:袁晓敏
  1. suanfuyouxianfenxi

    0下载:
  2. 实现算符优先器,对各语法单位进行语法检查,若发现单词的组成有错误,输出有关的出错信息-The realization of the priority operator, and units of the grammar syntax check, if the composition of the word error, the error message output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5088
    • 提供者:潘伟国
  1. BianYiYuanLi

    1下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)编制好分析程序后,设计若干用例,上机测试并通过所设
  3. 所属分类:Compiler program

    • 发布日期:2016-01-08
    • 文件大小:334354
    • 提供者:龚斌
  1. 29782163suanfuyouxianyufafenxi

    0下载:
  2. 算符优先语法分析huanyingxiazai a-算符优先语法分析huanyingxiazai a aa
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2064
    • 提供者:陈尧
  1. bianyishiya

    0下载:
  2. 通过设计调试算符优先分析程序,加深对课堂教学的理解,深刻理解自底向上语法分析方法的归约过程-Priority through the design analysis program debugging operator and deepen understanding of classroom teaching, a deep understanding of bottom-up syntax analysis process of the reduction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3003
    • 提供者:ANDY HONG
  1. chulij

    0下载:
  2. 处理机调度算法的实现 采用的是算符优先算法-Processor scheduling algorithm is used to achieve the priority algorithm operator
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:3725
    • 提供者:王郁
  1. SFYX

    0下载:
  2. 算符优先分析 是按课本的流程图来写的 也有注释 -Analysis of operator priority is based on textbooks written by the flow chart to have the Notes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:487221
    • 提供者:wang
  1. EVA

    0下载:
  2. 算符优先算法 求算术表达式的值 数据结构-priority of operator
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3115
    • 提供者:ck
  1. libolanshi

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

    • 发布日期:2017-04-04
    • 文件大小:1188
    • 提供者:甘云
  1. bianyishiyan

    0下载:
  2. 用visual c++6.0编写的编译原理实验,其中含词法分析、语义分析、算符优先分析的程序。-With the preparation of visual c++6.0 compiler experiment, which included lexical analysis, semantic analysis, the analysis of operator priority procedures.
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2158602
    • 提供者:jing
  1. suanfuyouxianfenxichengxu

    0下载:
  2. 用visual c++6.0编写的编译原理实验,算符优先分析的程序。-With visual c++6.0 compiler experiment preparation, operator priority analysis procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1039338
    • 提供者:jing
  1. 1123

    0下载:
  2. 用C++编写的算符优先关系分析程序.主要应用FIRSTVT和LASTVT集来构造算符优先关系表。-Prepared using C++ operator precedence relations of the analytical procedures. LASTVT main FIRSTVT and priorities set to construct the relationship between the table operator.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3084
    • 提供者:liyangyang
  1. sffx4

    0下载:
  2. 设计一个给定文法和对应的FIRSTVT和LASTVT集,能依据依据文法和FIRSTVT和LASTVT生成算符优先分析表。 动态模拟算法的基本功能是: 1. 输入一个给定文法,及FIRSTVT和LASTVT集; 2.输出算符优先分析表生成算法; 3.输出算法优先分析表构造过程的过程; -The design of a given grammar and the corresponding set FIRSTVT and LASTVT can based on the basis
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1450
    • 提供者:董亦思
  1. cc

    0下载:
  2. 编译原理课程设计,dowhile循环语句的分析,算符优先,4元式输出的,包括课程设计报告,80分以上的课程设计-Principles of curriculum design compiler, dowhile loop analysis, operator priority, 4 yuan of output, including curriculum design report, more than 80 curriculum design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:310646
    • 提供者:cc
  1. 004

    0下载:
  2. 题 目: 布尔表达式的文法: B ® B and T | T T ® T or F | F F ® not F |true|false |(B)| i rop i 设计布尔表达式文法,给出该文法的属性文法,用算符优先分析法实现对布尔表达式的翻译,给出翻译的逆波兰式结果。 自己做的编译原理课程设计-Title: Boolean expression grammar: B ® B and T | T T ® T or F | F F &re
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:3647371
    • 提供者:秦文
  1. suanfuyouxianyufafenxi

    0下载:
  2. 超级无敌完美程序 实现算符优先语法分析 欢迎大家下载 -Invincible super priority perfect program parsing operator welcome you to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:16662067
    • 提供者:陈尧
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com