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

搜索资源列表

  1. whale-0.3.2-src.zip

    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 pars
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:220189
    • 提供者:
  1. 程序.rar

    0下载:
  2. slr法分析句子语义
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:15990
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. d

    0下载:
  2. 一个语法分析,能实现SLR语法分析,是一个好的语法分析器-A parsing,which can realize SLR parsing,is a good parsing analyzer.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4257
    • 提供者:李请
  1. ex5

    0下载:
  2. 编译原理实验五 SLR语义分析法 附加实验报告-Compile principle experiment five additional experiments SLR semantic analysis report
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:231619
    • 提供者:
  1. slr

    0下载:
  2. SLR(1)分析程序,用来分析符号串是否为合法的符号串-SLR (1) analytical procedures used to analyze whether the legitimate symbol string symbol string
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1353
    • 提供者:zhousong
  1. SLR-analysis

    0下载:
  2. 编译原理的实验,SLR分析法,能够实现自底向上的语法分析。-Compiler theory experiments, SLR analysis, to achieve the bottom-up parsing.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:237906
    • 提供者:windssd
  1. SLR

    0下载:
  2. 编译原理实验题目之构造文法的SLR分析表-Compiler construction principle experiment grammatical subject of the analysis table SLR
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:17750
    • 提供者:tyoung
  1. SLR

    0下载:
  2. SLR分析表生成,以及分析的具体过程,自上而下的分析方法-produce SLR
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13996
    • 提供者:王若
  1. SLR

    0下载:
  2. 我的编译作业,依SLR编写的SLR语法分析器-Syntax analysis with SLR
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2463
    • 提供者:高国峰
  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-Parser

    0下载:
  2. It is compiler program SLR parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:29392
    • 提供者:tira nosa
  1. ll-slr

    0下载:
  2. lr ,slr 语法分析,编译原理中的小程序,可以来体验一下-lr ,slr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:283956
    • 提供者:hyq
  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

    0下载:
  2. 程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the analysis process, including the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:203605
    • 提供者:Jiang
  1. SLR

    0下载:
  2. SLR分析器SLR语法分析器,能求出FIRST、FOLLOW 集和构造出SLR分析表,出入一个句子,能动态演示匹配过程。(-The the SLR parser SLR parser can be obtained FIRST and FOLLOW sets and construct the SLR analysis table, and out of a sentence, dynamic presentation of the matching process. (
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:608879
    • 提供者:杨程
  1. SLR(1)gram

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

    • 发布日期:2017-11-14
    • 文件大小:5795840
    • 提供者:
  1. slr

    0下载:
  2. slr分析表的分析与生成 判定是否是slr文法-slr compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2346319
    • 提供者:李瑞
  1. slr

    0下载:
  2. SLR(1)分析法是一种简单而使用的方法,其造表算法简单,状态数目少,且大多数程序设计语言都可以用SLR(1)文法来定义。所以SLR(1)分析法是个很使用的分析程序。在编写过程中老师的对我帮助很大,在这里好十分感谢老师王治国。软件设计是需要一整套程序,一整套基础理论才能完成的,以后要学习的还会更多了-just soso
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:15447
    • 提供者:付大帅
  1. SLR

    0下载:
  2. SLR parser table SLR parser table SLR parser table-SLR parser table SLR parser table SLR parser table SLR parser table
  3. 所属分类:Compiler program

    • 发布日期:2017-05-26
    • 文件大小:8613850
    • 提供者:ASQ
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com