CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - lastVT

搜索资源列表

  1. 算符优先

    1下载:
  2. 一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17004
    • 提供者:luo
  1. suanfuyouxian

    0下载:
  2. 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42304
    • 提供者:swb
  1. signalf

    0下载:
  2. 从文法文件中读入终结符、非终结符、开始符、文法,输出FIRSTVT集,LASTVT集和算符优先矩阵-from grammar document read into the end of website - end website address beginning, grammar, and the output FIRSTVT set, LASTVT set priorities and operator matrix
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:zhouxiang
  1. suanfuyouxian

    1下载:
  2. 编写一个程序,用于判定给定的文法是否为算符优先文法。 注意:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6269
    • 提供者:乐 于与
  1. 040410204

    0下载:
  2. 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91278
    • 提供者:狐狸
  1. sufuyouxian

    0下载:
  2. 算符优先,先输入语法规则,就可求出FIRSTVT及LASTVT,然后给出算符优先关系表
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2444
    • 提供者:刘强国
  1. BYYL

    0下载:
  2. 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88319
    • 提供者:xuli
  1. Suanfu_Gui

    2下载:
  2. 编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
  3. 所属分类:Compiler program

    • 发布日期:2015-09-20
    • 文件大小:5120
    • 提供者:ssh
  1. suanfuyouxianwenfa

    0下载:
  2. 这是一个算符优先文法的语法分析器,主要可一将文法的FIRSTVT和LASTVT找出,并用自下而上的方法规约语句。-This is an operator precedence grammar parser, the grammar can be a major FIRSTVT and LASTVT find, and bottom-up approach with the Statute of the statement.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:684618
    • 提供者:个发
  1. suanfuyouxian

    0下载:
  2. 用C++做的firstVT和lastVT,编译原理的-With C++ Do firstVT and lastVT, compiling principles
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:14912
    • 提供者:阿建
  1. lastvt

    0下载:
  2. 编译原理课程设计,lastvt有关的内容,可以-lastvt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:3503
    • 提供者:tian
  1. PrinciplesOfCurriculumDesignCompiler

    0下载:
  2. 包括开发文档和完整的程序。 算符优先语法分析模拟构造器主要包括文法的FirstVT和LastVT集模拟构造,算符优先关系表的构造,算符优先函数表的构造,句子(程序)分析归约过程等几个部分。-Including the development of documents and procedures. Simulation of the priority operator parsing constructor FirstVT mainly grammar and structure LastV
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:476191
    • 提供者:穆鹏
  1. firstvtlastvt

    0下载:
  2. 编译原理 FirstVT 和 LastVT的计算 以及算符优先文法演示-FirstVT LastVT stack
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3529
    • 提供者:jdc
  1. FirstVT

    0下载:
  2. 编译原理 算符文法的判断及FirstVT和LastVT的集合演示-Compiler Construction Principles and determine the operator FirstVT grammar and a collection of demo LastVT
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1955
    • 提供者:jdc
  1. Suanfuyouxianfenxi

    0下载:
  2. 给定文法及该文法各非终结符所对应的FIRSTVT和LASTVT集,能依据文法和FIRSTVT和LASTVT生成算符优先分析表。 动态模拟算法的基本功能是: 输入一个给定文法,及FIRSTVT和LASTVT集; 输出算符优先分析表生成算法; 输出算法优先分析表构造的过程; 主要是依据构造算符优先关系的算法来绘制优先关系矩阵表。 -Given the grammar and the grammar nonterminals corresponding FIRSTVT and
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:798426
    • 提供者:
  1. firstlastvt

    0下载:
  2. FirstVT集和LastVT集生成算法模拟-FirstVT set and LastVT set generation algorithm simulation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:141691
    • 提供者:zyf
  1. grama-dereaction

    0下载:
  2. 应用编译原理的自下而上的分析方法所求的一个能求出表达式的FIRSTVT()集和LASTVT()集语法分析器的源代码-Application of the principle of bottom-up analysis of compiled methods seek to find the expression of a FIRSTVT () set and LASTVT () sets the source code parser
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1659
    • 提供者:fengfeng
  1. Parser

    0下载:
  2. 语法分析器,算符优先实现,完成FIRSTVT, LASTVT的构建,算符优先表的实现和规约过程的输出-Parsers, operator precedence to achieve completion of FIRSTVT Construction of LASTVT, the operator precedence table and the Statute of the output of the process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1023945
    • 提供者:侯超俊
  1. First-Follow-FIRSTVT-LASTVT

    0下载:
  2. 简单的First&Follow集的求取,可用于开发编译器-First & Follow simple set to strike, can be used to develop compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:78357
    • 提供者:王先生
搜珍网 www.dssz.com