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

搜索资源列表

  1. fr.5823.0.compiler

    0下载:
  2. 词法/语法分析器bison源码,最新版本bison-2.1,,Unix_Linux0120310340817.rar...编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。...词法分析原程序对C语言可-lexical / grammatical analyzer bison source, the latest version bison - 2.1,, Unix_Linux0120310340817.rar comp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:166400
    • 提供者:malll
  1. LR(0)fangyi

    0下载:
  2. 这是一个关于LR法分析语句的小程序,大家先看看吧,有什么问题我会及时改正-This is an analysis of the LR statement small procedures, we look at Look here, what I will promptly correct
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:73595
    • 提供者:John
  1. LR(0)

    0下载:
  2. 构造LR(0)分析表。对给定的文法,输入字符串,给出其正确与否的判断。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2737
    • 提供者:赵强
  1. LR(0)yufafenxi

    0下载:
  2. 编译原理\\LR(0) 语法分析器 编译原理\\LR(0) 语法分析器
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41514
    • 提供者:皇甫
  1. lr

    0下载:
  2. 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1648
    • 提供者:duqinghua
  1. LL(1)_LR(0)_Demo

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:239560
    • 提供者:杨军
  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. LRZEROFINAL

    0下载:
  2. 编译原理中的LR[0]算法,用Java语言实现的。界面用的是Applet.-Compilation Principle of LR [0] algorithm, achieved using Java language. Interface are used by Applet.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:12849
    • 提供者:严东
  1. lr0

    0下载:
  2. LR分析法是一种自下而上进行规范归约的语法分析法,L指从左到右扫描输入符号串,R是指构造最右推导的逆过程。对大多数无二义性上下文无关文法描述的语言都可用它进行有效的分析。主要分析器有LR(0),SLR(1),LR(1),LALR(1): LR(0):在分析的每一步,只需根据当前栈顶状态而不必向前查看输入符号就能确定应采取的分析动作。所能分析的LR(0)文法要求文法的每一个LR(0)项目集中都不含冲突项目。 -LR analysis is a bottom-up norms to r
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:8692
    • 提供者:大海
  1. LR(0)

    0下载:
  2. LR(0)编译器 LR(0)编译器 -LR (0) compiler LR (0) compiler LR (0) compiler LR (0) compiler
  3. 所属分类:Compiler program

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

    0下载:
  2. 本文件由visualc++6.0编译,完整实现了pl0词法语法程序设计和实现.-This document compiled by the visualc++6.0, complete realization of the pl0 lexical grammar program design and implementation.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:613654
    • 提供者:史阿訇
  1. lr(0)

    0下载:
  2. 实现基于编译原理的LR(0)算法,控制台环境,界面简洁,操作方便-Principle-based compiler LR (0) algorithm, the console environment, simple interface, easy operation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:2464
    • 提供者:yangnian
  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)

    0下载:
  2. 编译器LR(0)分析表的构造,用于编译器语法分析。-Compiler LR (0) of the table structure, used for parsing the compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:867340
    • 提供者:zhuwentao
  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. LR(0)

    0下载:
  2. 基于LR(0)方法的c++编译器,纯代码无注释-Based on LR (0) method c++ compiler, code-no comment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:73503
    • 提供者:Alex
  1. LR(0)

    0下载:
  2. 编译算法 LR(0)算法 简单的LR(0) 算法,加改善可变成SLR(0)算法-LR(0) alogrithm
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:4376820
    • 提供者:lavansum
  1. LR(0)

    0下载:
  2. 编译原理的LR(0) 语法分析用JAVA实现,界面友好-Compiler theory of LR (0) Parsing with JAVA implementation, user-friendly
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:31644
    • 提供者:钟英
  1. LR(0)analyser

    0下载:
  2. 用vc++做的一个基于LR(0)的文法分析器,个人感觉还是很不错的。-this is lr(0)analyser,i feel this complier is so good that i upload it,and show it to everybody .
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2059637
    • 提供者:liuxiang
  1. LR(0)

    0下载:
  2. LR(0)文法的预测表分析程序,用户界面友好,可以清楚的看到整个过程-The analysis algorithm of LR(0) grammer
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:5123
    • 提供者:赵伯暄
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com