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

搜索资源列表

  1. dalu.rar

    0下载:
  2. 是有关编译原理的,可以自动对输入的??分析,生成first集和follow集
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:815
    • 提供者:
  1. 判断是否为ll(1)文法程序

    2下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecas
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. fifoexe

    0下载:
  2. 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:31271
    • 提供者:fly
  1. first_and_follow_SLR

    0下载:
  2. 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11056
    • 提供者:陈波
  1. yufafenxi

    0下载:
  2. 语法分析关于first集和follow集。可运行可使用。自己看吧。没问题的。 还有不知为什么不能归为源码一栏 那个谁谁有空看下
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5795
    • 提供者:shenchen
  1. TCPIP

    0下载:
  2. 六、 限自动机的生成及化简过程模拟 10 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:98688
    • 提供者:啊啊啊啊
  1. Tetris0.9

    0下载:
  2. 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:159146
    • 提供者:啊啊啊啊
  1. ddvip_com_070824d8d098a3

    0下载:
  2. 使用MFC实现编译原理词法分析器,里面包括求first集和follow集
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:239930
    • 提供者:橙子
  1. FirstFollow

    1下载:
  2. 大学里First集和Follow集生成算法 希望对大家有点用
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:55084
    • 提供者:wangjin
  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:513468
    • 提供者:liyingan
  1. yucefenxi

    0下载:
  2. 利用预测分析技术识别句子,生成first集和follow集.-The use of predictive analysis technology to identify the sentence, generating first set and follow sets.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:369734
    • 提供者:zhangxinger
  1. LL(1)

    0下载:
  2. 实现根据LL(1)文法生成First集和Follow集的算法。 【基本要求】 (1) 输入一个文法G; (2) 实现由文法G构造FIRST集的算法; (3) 输出First集; (4) 实现由文法G构造FOLLOW集的算法; (5) 输出FOLLOW集。 【测试数据】 输入文法: E->TE’ E’->+TE’|ε T->FT’ T’->*FT’|ε F->(E)|i -ll(1).rar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1391670
    • 提供者:卢显灯
  1. dalu

    0下载:
  2. 是有关编译原理的,可以自动对输入的??分析,生成first集和follow集-The principle is the compiler can automatically entered?? Analysis, generated first set and follow set
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:1086
    • 提供者:echomails
  1. LL(1)Analysis

    0下载:
  2. 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6521
    • 提供者:liangye
  1. yufa2

    0下载:
  2. c++的语法分析程序 包括first集和follow集 功能比较齐全 编译老师留的大作业-c++ the syntax analysis process includes the first set and follow relatively complete feature set to remain the largest teachers compile operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:522841
    • 提供者:lizi
  1. FirAndFol

    0下载:
  2. 封装非终结符集合的类Vn,可以求出 FIRST集和FOLLOW集。-Package of non-terminal symbol set of classes Vn, you can find the FIRST sets and FOLLOW sets.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:1134
    • 提供者:伯伦
  1. FIRSTFOLLOW

    0下载:
  2. 模拟编译时生成的FIRST集和FOLLOW集-FIRST compile-time simulation of the generated set and FOLLOW sets
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:207294
    • 提供者:御栗树
  1. sammi

    1下载:
  2. 用java语言编写的LL(1)文法分析程序,输出first集、follow集和分析表,并对输入串进行预测分析。 -Written by java LL (1) grammar analysis program, the output first set, follow the table set and analysis, and prediction of the input strings.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:7930
    • 提供者:Jwill
  1. 2

    0下载:
  2. 编译原理对LL1文法的判断和对first集和follow集地部分处理-LL1 grammar compiler theory of judgments and the first set to set and follow some process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4154
    • 提供者:caoge
  1. LL1

    0下载:
  2. 编译原理中的LL1语法分析程序 包括消除左递归, First集和Follow集自动生成, 预测表自动生成, 对输入的句型进行分析。-Compiler theory LL1 syntax analysis procedures, including the elimination of left recursion, First Set and Follow automatically generated prediction table is generated automatically an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1462022
    • 提供者:gan
« 12 3 »
搜珍网 www.dssz.com