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
    • 文件大小:162.5kb
    • 提供者:malll
  1. LR(0)

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:40.54kb
    • 提供者:皇甫
  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
    • 文件大小:215.33kb
    • 提供者: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
    • 文件大小:24.68kb
    • 提供者: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
    • 文件大小:1.84kb
    • 提供者:黄大开
  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
    • 文件大小:12.55kb
    • 提供者:严东
  1. LR

    0下载:
  2. LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:125.69kb
    • 提供者:于翔
  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
    • 文件大小:8.49kb
    • 提供者:大海
  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
    • 文件大小:1.17kb
    • 提供者:beot
  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
    • 文件大小:283.46kb
    • 提供者:sh_xj
  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
    • 文件大小:599.27kb
    • 提供者:史阿訇
  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
    • 文件大小:2.41kb
    • 提供者: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
    • 文件大小:208.17kb
    • 提供者:浮云
  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
    • 文件大小:847.01kb
    • 提供者: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
    • 文件大小:192.34kb
    • 提供者: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
    • 文件大小:71.78kb
    • 提供者:Alex
  1. LR(0)

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

    • 发布日期:2017-05-24
    • 文件大小:4.17mb
    • 提供者: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
    • 文件大小:30.9kb
    • 提供者:钟英
  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
    • 文件大小:1.96mb
    • 提供者:liuxiang
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com