CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 语法分析 ll(1)

搜索资源列表

  1. yufafenxi_ll(1)

    0下载:
  2. 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符号串是否为该文法的句型。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5054
    • 提供者:李爱春
  1. 分析程序

    0下载:
  2. 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是\" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine to a string of "whether
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26928
    • 提供者:chu
  1. grammatica-0[1].4.tar

    0下载:
  2. Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号-Grammatica is a C# and Java syntax analysis program generator (compiler compiler). It can be used LL (k) to create readable syntax and
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:494767
    • 提供者:侯为
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4062606
    • 提供者:孔小亮
  1. LL(1)yufafenxiqi

    0下载:
  2. LL(1)语法分析器,本程序是按照固定语句进行LL(1)语法进行分析,对初学者具有良好的参考价值。-LL (1) parser, this procedure is carried out according to a fixed statement, LL (1) syntax analysis, a good reference for beginners.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:190015
    • 提供者:小黑
  1. ll(1)

    0下载:
  2. 编译原理中的LL(1)分析程序。具有代表性的语法分析方法。-LL(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4632
    • 提供者:伍颖瑜
  1. LL(1)

    0下载:
  2. 编译方法中,用于实现LL(1)语法分析方法的C++代码,很规范的。-Compilation method for achieving LL (1) syntax analysis method C++ code, it is regulated.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:2408
    • 提供者:liuhongjuan
  1. Compiler

    1下载:
  2. 一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written in C-language program for lexic
  3. 所属分类:Compiler program

    • 发布日期:2015-05-25
    • 文件大小:269132
    • 提供者:无意乂
  1. LL(1)

    0下载:
  2. 编译原理LL(1)分析过程模拟 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子 对应的语法树。能对语法树生成过程进行模 拟-for LL(1)
  3. 所属分类:Compiler program

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

    0下载:
  2. 编译原理 LL(1)语法分析,预测分析表,分析字符窜-LL(1)yufa fenxi ,bianyi yuanli
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:luliang
  1. LL(1)fenxi

    0下载:
  2. 编译原理 LL(1)语法分析,预测分析表,分析字符窜-LL(1)yufa fenxi ,bianyi yuanli
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:109790
    • 提供者:luliang
  1. LL(1)byyl

    0下载:
  2. c++语言编写的PL0语言的语法分析程序,可实现此法分析,语法分析,中间代码生成,以及程序运行-c++ languages PL0 language parser can implement this analysis, syntax analysis, intermediate code generation, and the program runs
  3. 所属分类:Compiler program

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

    0下载:
  2. 编译器语法分析,用于编译器的LL(1)分析-Compiler, syntax analysis, the compiler for LL (1) Analysis
  3. 所属分类:Compiler program

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

    0下载:
  2. 编译过程中的一个相对简单LL(1)语法分析器,能够分析语法的正确性,并输出分析结果-The compilation process is relatively simple LL (1) parser, able to analyze the grammatical correctness, and output results
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:73712
    • 提供者:Bruce
  1. LL(1)

    0下载:
  2. 用C++实现编译器语法分析功能,算法是LL(1),非常精炼-parsing function with C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:3579
    • 提供者:丰文安
  1. LL(1)translator

    0下载:
  2. 采用LL(1)分析法对所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。-The LL (1) The analysis defined assignment statement syntax analysis and assignment statement entered in the the grammar analysis process will translate quaternion type.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:13586
    • 提供者:yinwuzhe
  1. LL-(1)-grammar-C

    0下载:
  2. 利用c语言构造LL(1)分析表,并能够实现输入文法的语法检验-Using c language constructs LL (1) analysis table, and to achieve the input grammar grammar test
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:2341
    • 提供者:董金根
  1. LL(1)-grammar_analyse

    0下载:
  2. 编译原理上机实验:LL(1)语法分析。包含测试文本,本语法分析器可以实现对文本的语法分析。-Compiler theory on experiments: LL (1) parsing. Contains test text, the parser can parse the text.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1925176
    • 提供者:weiyi
  1. 语法分析器

    0下载:
  2. 该程序使用的自上而下的LL(1)分析法,,该文法不允许左递归,首先要消除左递归。(The program uses the top-down LL (1) analysis method, which does not allow left recursion, and the left recursion is first eliminated.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2194432
    • 提供者:寻常j
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com