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

搜索资源列表

  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. wenfaLL(1)

    0下载:
  2. 可以实现求First集、Follow集、Select集、分析表、分析栈-can achieve for First Set, Follow Set, Select collection, analysis table, analysis Stack
  3. 所属分类:.net编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:98688
    • 提供者:啊啊啊啊
  1. C++编写求FIRST、FOLLOW集

    0下载:
  2. C++、编译?FIRST、FOLLOW集
  3. 所属分类:输入法编程

    • 发布日期:2011-05-17
    • 文件大小:6085
    • 提供者:wuxiaoli
  1. LL1zlprogrammer.rar

    0下载:
  2. 编译原理LL1词法分析,包括first集,follow集,适合对编译原理有一定基础的人,Compilation Principle LL1 lexical analysis, including the first set, follow set, suitable for compilers based on the principle of a certain person
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:20738
    • 提供者:zhangliang
  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. 11111

    0下载:
  2. vc编写的求FOLLOW集和FIRST集-vc prepared for FOLLOW sets and set FIRST
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:378727
    • 提供者:xuy
  1. LL(1)Lexical_Analysis

    0下载:
  2. LL(1) 文法分析。。。 输出first集&&follow集&& 预测分析表。-LL(1)Lexical_Analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2423
    • 提供者:zyh
  1. 89346479experimentofll(1)

    0下载:
  2. LL(1)预测分析法(1)判别文法是否为LL(1)文法。为此需要依次计算FIRST集、FOLLOW集和SELLECT集,根据SELLECT集可判断文法否为LL(1)文法。 (2)构造出分析表。根据SELLECT集和文法产生式构造出LL(1)分析表。 (3)进行句子分析。依据分析表判断出某句子是否为给定文法的句子。 -LL (1) Forecast Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8528
    • 提供者:lucky
  1. GrammarAnalysis

    0下载:
  2. 语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法-Parser using the operator first set of analysis methods can be exported first and last set of input processing to determine whether the input string is valid
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:224340
    • 提供者:李广
  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. analysis

    0下载:
  2. 输入一个文法,可得到文法的FIRST集、FOLLOW集、SELECT集,可以判断文法是否为LL(1)文法,并可求出文法的预测分析表,以及串的自顶向下的分析过程。输出很清晰。-Enter a grammar, the grammar of the FIRST sets available, FOLLOW sets, SELECT set, you can determine whether the grammar LL (1) grammar, and can find the grammar o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3140
    • 提供者:chen xiang
  1. firstafollow

    0下载:
  2. 编译原理中,采用LL(1)语法分析法时 1.求每个文法符号的的first集 2.求每个非终结符的follow集-First set of compiler theory, LL (1) syntax analysis. Seeking each grammar symbol. Seeking of each nonterminal follow set
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:3740
    • 提供者:王焱
  1. forecast_analysis_chart_construction

    0下载:
  2. 编译原理中,采用LL(1)语法分析法时 1.求每个文法符号的的first集 2.求每个非终结符的follow集-First set of compiler theory, LL (1) syntax analysis. Seeking each grammar symbol. Seeking of each nonterminal follow set
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:3764
    • 提供者:王焱
  1. slrfenxi

    0下载:
  2. slr分析程序,能够输出终结符,slr分析表,输出follow集和first集-slr analysis procedures, including follow set, terminator
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7335
    • 提供者:Mr张
  1. LL1

    0下载:
  2. 求LL1文法的first集,follow集以及文法的分析构造表。-Seeking LL1 grammar first set, follow sets and grammar analysis to construct the table.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1449
    • 提供者:刘望平
  1. 细细品味Hadoop_Hadoop集群CentOS安装配置

    0下载:
  2. 细细品味Hadoop系列第一期,主要介绍Centos的安装和配置。(Savor the first phase of the Hadoop series, mainly on the installation and configuration of Centos.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1785856
    • 提供者:枫雨桐璐
  1. 实验2

    0下载:
  2. LL1文法分析器,可以识别LL1文法,求出first集与follow集,生成分析表。(LL1 grammar analyzer, you can identify the LL1 grammar, find the first set and follow set, generate an analysis table.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:415744
    • 提供者:UUUsb
  1. nppl

    0下载:
  2. 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用,()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-08
    • 文件大小:26624
    • 提供者:zpecbfy
« 12 3 4 5 »
搜珍网 www.dssz.com