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

搜索资源列表

  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. 02mpi-mandel

    2下载:
  2. 用vc实现一个画出曼德勃罗特集的mpi并行程序。请先装mpi。-using vc to implement a mpi program which draw out the mandel set. Please install mpi first.
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1362105
    • 提供者:lau
  1. 11111

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

    • 发布日期:2017-04-17
    • 文件大小:378727
    • 提供者:xuy
  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. LL(1)Lexical_Analysis

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

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

    1下载:
  2. (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:2555
    • 提供者:dong
  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. LL1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar using a set top-down analysis techniques. LL (1)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:298638
    • 提供者:biao
  1. 41695055ll1

    0下载:
  2. 该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:168292
    • 提供者:fly
  1. yufafenxiqi

    0下载:
  2. 该程序能求出任意给定的文法的所有非终极符和终极符的first集,所有非终极符的follow集,所有语句的select集,能求出能导空的非终极符集合。给定任意字符串该程序能判定出是否能接受。由于空符号不好输入,在程序中用到空符号全部用@表示。-The program can calculate any given grammar of all non-ultimate breaks and the ultimate symbol of the first set, all non-ultimate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:4748
    • 提供者:徐禄
  1. ll(1)

    0下载:
  2. ll(1)文法分析程序,实现first集,follow即等的运算-ll (1) grammar analysis programs to achieve first set, follow the operation, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:11308
    • 提供者:张三
  1. Operator_priority

    0下载:
  2. 自动的编译原理算符优先算法(具有自动算FIRST集,FOLLOW集和算符优先表,)编译后为exe,可输入参数执行环境为vs2005 语言C#-Automatic Compilation Principle operator priority algorithm (with automatic calculation FIRST sets, FOLLOW sets, and operator priority table,) compiled for the exe, the implementa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:33706
    • 提供者:高飞
  1. LL(1)

    0下载:
  2. 一份比较完整的LL(1)实验报告,具体分析了first集、follow集的构造-A more complete LL (1) lab report
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:11782
    • 提供者:费澄
  1. complier

    0下载:
  2. 编译原理中的first集跟following集的Java语言描述-Compiled in the first set of principles set in the Java language with the following descr iption of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:11596
    • 提供者:
  1. suanfuyouxian

    0下载:
  2. c++实现编译原理的算符优先分析~~输入一个文法和first集输出算符分析表-c++ compiler theory of the operator to achieve the priority of ~ ~
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6390
    • 提供者:周俊辉
  1. CourseWork

    0下载:
  2. 编译原理课程设计,求文法的first集,follow集,sellect集,实现ll1分析法-Course Design Compiler, find the first set of grammar, follow set, sellect set and achieve ll1 analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:2045357
    • 提供者:liu
  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. FIRSTFOLLOW

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

    • 发布日期:2017-03-30
    • 文件大小:207294
    • 提供者:御栗树
  1. Syntax_Analysis-LL(1)-LCC

    0下载:
  2. 编译原理之语法分析LL(1) (1)消除左递归 (2)求First集 (3)求Follow集 (4)预测分析表 (5)预测分析过程-Compiler theory of parsing LL (1) (1) elimination of left recursion (2) Find First Set (3) Find Follow set (4) prediction of sheet (5) prediction analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:66567
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com