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

搜索资源列表

  1. 4ex

    0下载:
  2. 实现LR(0)算法,在构造好的action和goto表的情况下实现LR(0)算法的句子分析过程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2340
    • 提供者:wangyin
  1. lr1

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

    • 发布日期:2017-04-01
    • 文件大小:2502
    • 提供者:cultsharp
  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. grammar

    0下载:
  2. SLR语法分析器,自动生成。生成项目集,求First集,求Follow集,生成goto表和action表。-SLR parser, automatically generated. Build the project set, First set of requirements, seeking Follow sets, action table and goto table generation.
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:50654
    • 提供者:zhangqida
  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. LR0)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断! -it is a big plan
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2410
    • 提供者:小李
  1. 101306118

    0下载:
  2. 实验三 LR分析法的实现 一、实验目的 实现一个关于表达式的LR语法分析程序,识别用户输入的包含变量与整数的混合算术表达式(不包含减法与除法运算)。 -二、实验主要内容 1、文法如下: 0) S E 1) E E+E 2) E E*E 3) E (E) 4) E i 2、对应的LR分析表如下: 状态 ACTION GOTO + * ( ) i # E 0    
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1566
    • 提供者:石一峰
  1. LR1

    1下载:
  2. 编译原理中的lr1分析程序, 主要实现功能:自动生成项目集族, 自动生成lr1分析表(action表和goto表), 对输入的句型进行分析-Compiler Principle lr1 analysis program, the main functions: automatic generation of item sets, which automatically generates lr1 analysis table (action table and goto tables), the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1781047
    • 提供者:gan
  1. compiler

    0下载:
  2. 类C语言编译器,基本上实现了主要功能的C语言语法,词法分析使用状态转移,语法使用LR(1)方法,自动生成ACTION和GOTO转移表。自顶向下的语法制导翻译,可以生成各种类型的表达式(包括布尔,算术,逻辑等等),循环中的while,选择中的if else 和if等,功能比较强大-Class C language compiler, basically realized the C language syntax, lexical analysis of the main features of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:77530
    • 提供者:宋yucai
搜珍网 www.dssz.com