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

搜索资源列表

  1. LRgrammar

    0下载:
  2. 在本章中主要介绍如何判断LR文法,详细介绍计算机在分析LR的思想,以及相关的FIRST,FOLLOW,SELECT的分析方法,并附加了解释各种FIRST,FOLLOW,SELECT的例子,简单易懂-In this chapter describes how to determine the main LR grammar, detailed computer analysis of the idea of LR, as well as FIRST, FOLLOW, SELECT method,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:128220
    • 提供者:xixi
  1. LL1Grammar

    0下载:
  2. 读取BNF表达式和终结符文件,然后生成相应文法的First、Follow集、文法分析表以及冲突表。-BNF expressions and terminator read the file, and then generates the appropriate grammar First, Follow sets, grammar analysis table, as well as conflict table
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:20308
    • 提供者:biao
  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. 使用vc++实现first-follow集的求解,编译原理-Using vc++ to achieve first-follow set of the solution, compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:22058
    • 提供者:dfadf
  1. 2tree

    0下载:
  2. 中序表达式先换为后续表达式后入2叉树后按二叉树方式输出-Expression in order for the first follow-up after the expression tree into two by binary mode output after
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:267646
    • 提供者:王萌
  1. Follow-upbinarytreetraversal

    0下载:
  2. 上帝王牌:给出先序遍历和中序遍历,求后续遍历,要求: 函数头如下: bool getPostOrder(const char* perOrder, const char* inOrder, char* postOrder) 返回值是一个布尔 代表是否有这样的二叉树 用法: char* perorder = "abdgcefh" char* inorder = "dgbaechf" 或者 char* inorder = "abcde" char post
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:177890
    • 提供者:上帝王牌
  1. firstfollow

    0下载:
  2. first follow编译原理程序 -f
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:287795
    • 提供者:liuxin
  1. FIRST-FO

    0下载:
  2. first and follow of any non terminal
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1234
    • 提供者:Nitin
  1. LL1wenffxi

    0下载:
  2. LL1wenffxi实现first follow select-LL1wenffxi grammar analyzer. Achieve first follow select
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:10214
    • 提供者:蝶羽
  1. test

    0下载:
  2. 两个长度不定的升序链表,两个链表中数据有可能重复,先找到混合的第n个数然后输出后续m个 (可重复),时间复杂度为n。 -Two variable-length list in ascending order, the two data are likely to repeat the list, first find the number of mixed and then output the first follow-up n m a (repeatable), the time com
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:909
    • 提供者:wer004
  1. LL1parserVS2010

    0下载:
  2. LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools for VS2010
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:273028
    • 提供者:jianren2hao
  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. SyntaxAnalysisL-R

    0下载:
  2. 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:75985
    • 提供者:
  1. Program

    0下载:
  2. First Follow Set calculator
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1891
    • 提供者:gagan
  1. LL1_display5.11

    0下载:
  2. 本文描述了针对编译原理课程中LL(1)文法分析过程的演示系统的设计与实现过程。本系统在Visual C++环境中使用MFC类库开发实现。针对高效率和美观实用两个目标,分别设计了前台和后台。前台负责界面显示和用户交互,后台透明地执行LL(1)分析过程的相关操作,为前台提供数据。通过MFC的消息响应机制,将后台功能模块加入到前台相应功能菜单的消息函数中。前台界面提供了和用户交互的菜单,根据演示系统的需求以及LL(1)文法分析过程中的各个步骤,将前台分为七个模块,其中每个菜单项分别对应各自的功能模块。
  3. 所属分类:Compiler program

    • 发布日期:2017-06-01
    • 文件大小:14099235
    • 提供者:
  1. Doc1

    0下载:
  2. 判别正规文法,求first,follow集-find first,follow
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:15360
    • 提供者:tangruiwen
  1. Compilers

    0下载:
  2. 对于任意给定的正则表达式,可以通过本程序分析出first,follow,ll1表达式-The program can explain any Regular expression to first follow ll1 expression.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:34254
    • 提供者:金洋
  1. predictive-analysis-

    0下载:
  2. 编译原理预测分析表 求first follow集-Compiler theory prediction table seeking first follow set
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4582
    • 提供者:xiao
  1. LL(1)

    0下载:
  2. LL(1) 文法 判空 求产生式 first follow select 集-LL (1) grammar sentence empty seek to produce first follow the select set
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2943
    • 提供者:范冬雨
  1. firstfollowLL

    0下载:
  2. 很好的语法分析器,first,follow集LL算法代码,值得初学者下载。-Good parser, first, follow the set the the LL algorithm code, it is worth beginners download.
  3. 所属分类:Project Manage

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