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

搜索资源列表

  1. slr(1)

    1下载:
  2. 是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5385
    • 提供者:tctc
  1. SLR(1)

    0下载:
  2. 用SLR(1)方法实现的类C语言的编译器的语义分析程序。-with SLR (1) Realization of the Class C language compiler is the semantic analysis procedures.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:165792
    • 提供者:魏本峰
  1. SLR

    1下载:
  2. 实验SLR(1)分析表的构造,和大家分享一下.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2647
    • 提供者:毅文
  1. SLR(1)_compiler

    0下载:
  2. c语言实现,slr(1)语法分析,语法分析的ation表和goto表分别用txt文档保存。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3621
    • 提供者:WayZen
  1. 编译原理课程设计 SLR(1)语法分析

    0下载:
  2. 编译原理课程设计 SLR(1)语法分析!我做的,就是没有运行结果,大家先用着-Course Design Compiler Principle SLR (1) syntax analysis! I do, is not running, we used to first
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15781
    • 提供者:超杰
  1. SLR(1)

    1下载:
  2. 编译原理SLR(1)语法分析器-SLR(1)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:395164
    • 提供者:cadfsdf
  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. SLR1

    2下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:225176
    • 提供者:孔小亮
  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. slr1

    0下载:
  2. 本软件采用的是可视化集成环境,利用简单易学的VC++语言作为开发工具,使得软件不仅开发难度降低,而且较易操作实施。在运行阶段对编译的总体过程做了较为详细的说明,包括SLR(1)文法的判定,分析器的构造和一些具体的实现过程。在软件的制作过程中考虑到了界面友好,方便快捷等特点,使得本软件有很强的使用价值。-This software is based on integrated visualization environment, using simple easy to learn VC++ L
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:132247
    • 提供者:姚磊
  1. SLR(1)Analyzer

    0下载:
  2. 计算机编译原理相关实验3:一个用SLR(1)文法自底向上的语义分析器-Compilation Principle of computer-related experiment 3: a used SLR (1) Bottom-up grammar semantic analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:169637
    • 提供者:shulin
  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. slr1

    0下载:
  2. slr(1),设计文档,希望对有些人帮助-slr (1), design documents, hoping for some people to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:131753
    • 提供者:朱涛
  1. slr(1)

    1下载:
  2. SLR(1)分析表的构造,编译原理实验会用到-SLR (1) analysis table of the structure, principle of the experiment will be used to compile
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-27
    • 文件大小:321643
    • 提供者:朱涛
  1. SLR(1)

    1下载:
  2. SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:548355
    • 提供者:肖琴琴
  1. SLR(1)

    2下载:
  2. SLR(1)文法的编译课程设计,内容详细,有LL(1)文法,和SLR(1)分析表,能够对规范试进行分析
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:1100800
    • 提供者:lk
  1. SLR1

    1下载:
  2. 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲突——*优先集高于+,*和+的结合率均为左结合) -In
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:13312
    • 提供者:chivas
  1. slr(1)

    0下载:
  2. SLR(1)分析法的引入是当文法的LR(0)项目集规范族中存在移进-归约冲突或归约-归约冲突时,可以通过向前查看一个符号的办法来进行处理,以解决冲突。-SLR (1) analysis method was introduced when the grammar of the LR (0) item sets exist in family moved into the specification- reduce conflicts or reduction- reduce conflicts,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:813018
    • 提供者:刘晓庆
  1. SLR(1)

    0下载:
  2. 编写识别表达式拓广文法的合法句子的SLR(1)分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、状态栈、符号栈、输入串和语法动作。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a recognition of the legitimate expression of broadening the sentence grammar SLR (1) analysis program , for any input string of symb
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:309860
    • 提供者:suhuhu
  1. SLR(1)gram

    0下载:
  2. 利用VC根据文法实现对应SLR(1)文法-Using VC grammar achieve corresponding SLR (1) grammar
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:5795840
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com