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

搜索资源列表

  1. LR(0)

    0下载:
  2. 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language to achieve lr0 lexical parser, syntax of the language used to implement part of the compiled
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:2276370
    • 提供者:dang
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:45372
    • 提供者:wolf
  1. yufafenxi(LR)

    1下载:
  2. LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-12-20
    • 文件大小:4108
    • 提供者:lzydwd
  1. LR1-parser

    0下载:
  2. LR1语法分析器,输入文法,可以对句子进行扫描,并判断句子是否可接收-LR1 parser, the input grammar, you can scan the sentence and determine whether it can receive a sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:5053768
    • 提供者:李明
  1. whale-0.3.2-src

    0下载:
  2. Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XM
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:220502
    • 提供者:none
  1. LR-fenxi

    0下载:
  2. LR分析器的实现代码,相信能对编译原理学习的人有所帮助,针对代码有详细的解释-LR parser code, I believe that the compiler can learn the principle of help, for detailed explanations on the code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:25275
    • 提供者:lyf
  1. kecengsheji

    0下载:
  2. 编译原理课程设计,做了一个:根据LR分析表构造LR分析器!对同学们做编译原理实验很有帮助-Principles of curriculum design compiler, made a: LR analysis table constructed in accordance with LR parser! For students to do experimental helpful Compilation Principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:95632
    • 提供者:lyf
  1. LR

    0下载:
  2. lR(0)分析器主要用于输入一定的文法然后系统帮忙分析是否有误-lR (0) parser mainly used for the importation of a certain system of grammar and then to help analyze whether there is any mistake
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1886
    • 提供者:黄大开
  1. lr1

    0下载:
  2. LR 语法分析 ACTION GOTO 表-LR parsing ACTION GOTO table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2502
    • 提供者:cultsharp
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. LR

    0下载:
  2. 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:52176
    • 提供者:袁俊
  1. LR(0)

    0下载:
  2. 编译原理课程设计,LR(0)分析器。实现了LR(0)分析的过程,MFC界面友好,操作简单,功能完备,为课程设计提供参考。-Principles of curriculum design, build, LR (0) parser. Achieved a LR (0) analysis of the process, MFC user-friendly, simple operation, complete functions, provide a reference for curriculum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2335556
    • 提供者:baobao
  1. LR

    0下载:
  2. 编译原理实验实现之LR分析器,c语言描述,个人原创,拒绝盗版。-Compiler Construction Principles experimental realization of LR parser
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:160496
    • 提供者:huang
  1. LR(1)

    2下载:
  2. 编译原理中对LR(1)分析器的实例,以C++源码实现,给出了一个例子,更好的了解了LR(1)的工作原理及工作过程-Compiler Construction Principles against LR (1) parser instance to C++ source code implementation is given an example of a better understanding of the LR (1) The working principle and working p
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:224216
    • 提供者:刘东飞
  1. LR(0)

    0下载:
  2. LR(0)语法分析器的java源代码实现。可以使用-LR (0) parser of java source code to achieve. You can use
  3. 所属分类:Java Develop

    • 发布日期:2016-01-27
    • 文件大小:12794
    • 提供者:陈晨
  1. LR(0)

    2下载:
  2. LR(0)分析表及分析器的构造1. 对任意给定的文法 ,完成识别文法活前缀的 、 的状态转化矩阵及 项目集规范族的构造; 2. 判断该文法是否为 文法,实现 分析表的构造,并输出到指定文件中; 3. 实现 分析器总控程序,对输入的表达式进行文法分析。 -LR (0) of the table and the construction of a parser. On any given grammar, the identification prefix grammar acti
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-24
    • 文件大小:7011006
    • 提供者:郑尚宇
  1. lr0-Parser-in-java

    0下载:
  2. Lr(0) Code for you very good
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:8609
    • 提供者:antman
  1. LR-parser

    1下载:
  2. LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-24
    • 文件大小:213164
    • 提供者:浮云
  1. LR

    0下载:
  2. 关键词:LR分析器 LR(0)项目 文法拓广 项目集规范族 -Keywords: LR parser LR (0) item specification grammar broadening its family of itemsets
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:196954
    • 提供者:laoguo
  1. LL--LR

    0下载:
  2. 编译原理,构造LL分析表,LR分析器,含报告文档-Compiler theory, structural analysis table LL, LR parser, the document containing the report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:131995
    • 提供者:huang
« 12 3 4 »
搜珍网 www.dssz.com