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

搜索资源列表

  1. LL1

    0下载:
  2. LL(1)文法分析程序,输入一个写入了一个LL1文法的文件名,运行程序,根据提示执行-LL (1) grammar analysis program, enter a LL1 write a grammar file name, run the program, according to prompt the implementation of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:3505
    • 提供者:孙闲逸
  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. compiler

    0下载:
  2. 完成一个完整的编译程序,语法分析大部分采用LL(1)文法实现,算术表达式用算符优先至底向上实现。-Completion of a complete compiler, syntax analysis of the majority of the use of LL (1) grammar realization of arithmetic expressions by bottom-up operator to achieve the priorities.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:15229
    • 提供者:熊永红
  1. newscan

    0下载:
  2. 词法分析,语法分析器,使用LL(1)算法-Lexical analysis, syntax analyzer, the use of LL (1) algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:38152
    • 提供者:赵磊
  1. bool

    0下载:
  2. 用LL(1)法对布尔表达式的语法分析,中间代码用四元式表示-By LL (1) on Boolean expression syntax analysis, intermediate code used quaternion type that
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1033
    • 提供者:6272082
  1. LL1

    0下载:
  2. 采用VC编程的LL(1)分析法示例,有助于加深理解编译原理中的LL(1)分析法-VC programming using LL (1) sample analysis, contribute to a better understanding of the principle of compiler LL (1) Analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:7806
    • 提供者:卓琳 瑞格
  1. yufayuyi

    0下载:
  2. 基本实现基于LL(1)法的语法及语义分析程序设计-Based on the basic realization of LL (1) the law of grammar and semantic analysis of program design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:6759
    • 提供者:Holy
  1. antlr

    0下载:
  2. ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:468234
    • 提供者:jason
  1. llApp(FR)

    0下载:
  2. ll(1)文法,First集,Follow集。预测分析表-ll (1) grammar, First Set, Follow sets. Forecast Analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:18528
    • 提供者:menglusi
  1. syntax

    0下载:
  2. 1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4801
    • 提供者:lu
  1. LL1_grammar_analysis_code

    0下载:
  2. 功能基本实现,录入合法的LL1文法,将输出LL1预测分析表-Function of the basic implementation, input the valid LL1 grammar, you ll get the output-LL1 prediction analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:54022
    • 提供者:MrChen
  1. FS

    0下载:
  2. 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。-Designed a given LL (1) analysis table, type a sentence, can be from the basis of LL (1) analysis of the output table corresponds to the grammar and sentence tree. Syntax tree can simulate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:王志贤
  1. yufa

    0下载:
  2. 1. 分析文法是否符合要求,适当消除左递归,提取左因子。 2. 分析新构造的产生式集合,构造预测分析表。实现LL(1)分析 3. 编写程序根据分析表输出结果---产生式的序列 -1
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2284
    • 提供者:cyb
  1. ll1

    0下载:
  2. LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:28255
    • 提供者:于翔
  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. 111

    0下载:
  2. 构造LL(1)分析表,过程中有一定的注释,能够运行的控制台应用程序-Construction LL (1) analysis table, the process has some notes, be able to run the console application
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:5004
    • 提供者:wtz
  1. 1

    0下载:
  2. 编译原理的语法分析实验,运用LL(1)方法进行分析 ,里面含有一个CPP文件,用VC运行,程序已调通-Compiler parsing principle experiments, the use of LL (1) methods of analysis, which contains a CPP file with VC running, the program has been transferred Qualcomm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1662
    • 提供者:duanxinn
  1. yucefenxi

    0下载:
  2. 编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-LL(1)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:139860
    • 提供者:李娥娥
  1. CompileDesign

    0下载:
  2. 本次课程设计主要实现语法分析器的构造,该语法分析器能够分析词法分析器的结果,即单词二元式。在输入单词二元式后,能输出分析的结果。 1、构造LL(1)分析表 2、求句子的预测分析过程-The main achievement of the curriculum design of the structure parser, the syntax analyzer to analyze the results of lexical analyzer, that is, the dual-ty
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:409719
    • 提供者:穆鹏
  1. Lexical_analysis

    0下载:
  2. 编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:7040
    • 提供者:凤清
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com