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

搜索资源列表

  1. LL1

    0下载:
  2. 编译原理,课程设计 LL1文法分析 VC++ MFC程序代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:67177
    • 提供者:wx
  1. LL1

    0下载:
  2. 实现编译原理中的LL1文法,可以对句子进行判定是否被接受。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4788
    • 提供者:代戴
  1. LL1

    1下载:
  2. LL1文法的实现,先输入语法规则,之后求出FIRST和FOLLOW,最后给出预测分析表。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3917
    • 提供者:刘强国
  1. LL1

    0下载:
  2. 是一个程序,本程序实现了ll1文法,可以判断输入的一个句子是否满足该文法!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11042
    • 提供者:王业鹏
  1. 基于C++开发的LL1

    0下载:
  2. 基于从C++开发的一个LL1文法分析器,内付源码,源码中还有一定的注释-from C-based development of a LL1 grammar analyzer, which paid source, there still is a certain source of the Notes
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51887
    • 提供者:拉开距离
  1. LL1预测分析法

    1下载:
  2. 包括两个文法分析实例,有详细的设计思路和代码以及书面报告,欢迎指导
  3. 所属分类:源码下载

  1. LL1ParsingCode

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:4562
    • 提供者:张志宇
  1. bianyi

    0下载:
  2. 编译原理课程设计 MFC开发 单文档界面 LL1文法分析方法 实现到语法分析-no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:139623
    • 提供者:孟庆刚
  1. LL1

    0下载:
  2. LL(1)文法分析器~~~包含实验报告 文法为: *(1) E->TG *(2) G->+TG *(3 G->-TG *(4) G->^ *(5) T->FS *(6) S->*FS *(7) s->/FS *(8) S->^ *(9) F->(E) *(10) F->i -LL (1) grammar analyzer ~ ~ ~ with experimental rep
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:471063
    • 提供者:
  1. ll1

    0下载:
  2. 编译原理ll1文法分析 利用MFC编写-Analysis of the use of compiler theory ll1 grammar written in MFC
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2793765
    • 提供者:周宁
  1. LL1

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:17056
    • 提供者:余祖澔
  1. LL1

    0下载:
  2. 实现编译原理中LL1文法分析功能 编译原理课程中,在词法分析之后需要做文法分析,其中LL1文法分析方法是书中的重点,这里在VC++环境里编写了改方法的实现代码-The realization of the principle of LL1 grammar compiler analysis Compilation Principle course, in the lexical analysis, grammar analysis needs to be done, including LL
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:5556
    • 提供者:huang yufei
  1. LL1

    0下载:
  2. 给出给定LL(1)文法的FIRST和FOLLOW集,求出相应的分析表以及对给定字符串进行分析,判断是否属于该文法 -Give a given LL (1) grammar of the FIRST and FOLLOW sets, calculated the corresponding analysis table, as well as an analysis of the given string to determine whether or not belong to the gram
  3. 所属分类:Windows Develop

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

    0下载:
  2. 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:15337
    • 提供者:李方
  1. CMinus

    1下载:
  2. LL1文法的部分代码,功能有限。。但可以参考-LL1 grammar part of the code, and limited functions. .
  3. 所属分类:Java Develop

    • 发布日期:2016-12-03
    • 文件大小:26005
    • 提供者:周在
  1. minus

    0下载:
  2. LL1文法的部分代码,功能有限。。但可以参考-LL1 grammar part of the code, and limited functions. . But it can refer to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:21294
    • 提供者:周在
  1. mmm

    0下载:
  2. LL1文法的部分代码,功能有限。。但可以参考-LL1 grammar part of the code, and limited functions. . But it can refer to
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:15172
    • 提供者:周在
  1. LL1

    0下载:
  2. 编译原理课程中LL1文法的源程序代码,用来判断一个文法是否是LL1文法-Compilation Principle course LL1 grammar source code, used to judge whether it is a grammar LL1 grammar
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:3254
    • 提供者:hwj
  1. LL1

    0下载:
  2. 语法分析,利用LL1分析方法分析表达式文法,输入一个表达式(以‘#’结束),输出输入的表达式是否正确-Syntax analysis, using analysis to analyze the expression LL1 grammar, enter an expression (with '#' end), input-output expression is correct
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:171309
    • 提供者:逍遥一心
  1. ll1

    0下载:
  2. 对于给定的输入串,能够判断识别该串是否为给定文法的句型-For a given input string that can identify the string to determine whether a given grammar of the sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:12981
    • 提供者:king
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com