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

搜索资源列表

  1. sss

    0下载:
  2. 编译原理,很有用的源代码printf(\"所得first集为:\") ShowCollect(first) printf(\"所得follow集为:\")
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2985
    • 提供者:庄涛
  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. CFF1.5

    0下载:
  2. 编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C + + languages, we hope to somewhat useful.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:141363
    • 提供者:吕进华
  1. 第一女儿

    0下载:
  2. 编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C + + languages, we hope to somewhat useful.
  3. 所属分类:Telnet服务器

    • 发布日期:2008-10-13
    • 文件大小:146415
    • 提供者:大肆法
  1. 编译原理First集合和Follow集合的求解

    0下载:
  2. 相信计算机专业的学生在学《编译原理》时都做了有关求first和follow集的问题。此程序用VC++做,相信会给大家一定的帮助。-it s sure that the student of computer do first and follow when learning <<compiler>>. This program uses vc++,and i am sure it is useful for everyone!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:239930
    • 提供者:如月
  1. 判断是否为LL(1)文法 java编写

    2下载:
  2. 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用java编写。
  3. 所属分类:编译器/词法分析

  1. 判断是否为LL(1)文法 C语言

    0下载:
  2. 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
  3. 所属分类:编译器/词法分析

  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. First-Follow

    0下载:
  2. 编译原理 求First和Follow集的C++源代码-Compiler Principle to Find First and Follow Sets
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:225183
    • 提供者:bjjj
  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 23 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com