CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - LL(1)

搜索资源列表

  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48732
    • 提供者:cyberspace
  1. ll1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:168288
    • 提供者:黄宇
  1. BYYN

    0下载:
  2. 用一门面向对象语言建立一个针对LL(1)文法分析构造演示器,输入定义好的文法,进行分析后在内存中建立其存储结构,判断其能用LL(1)文法分析后,建立其分析过程。 为此我们将本任务分解为以下内容: (1)文法的建立; (2)上下文无关文法的判定; (3)消除文法中一切左递归的算法; (4)文法二义性的判定; (5)LL(1)文法的判定; (6)消除直接左递归; (7)消除间接左递归; (8)直接左公因子的改造; (9)间接左公因子的改造; (10
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:187304
    • 提供者:方方
  1. LL(1)语法分析器

    3下载:
  2. LL1语法分析器实验源代码加详细报告
  3. 所属分类:软件工程

  1. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)

    3下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)源代码
  3. 所属分类:报告论文

    • 发布日期:2012-01-01
    • 文件大小:774
    • 提供者:cls199093
  1. 5070106987

    0下载:
  2. LL(1)分析方法,实验报告加程序,基本能实现相应功能!-LL (1) analytical methods, experimental procedures for the report added, the basic function to achieve the corresponding!
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:87252
    • 提供者:
  1. WHILE

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-WHILE loop design of the translation process (LL (1) law, said output of the three addresses)
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:299722
    • 提供者:胡力
  1. LL(1)

    0下载:
  2. LL(1)文法让你去轻松了解LL(1)文法的好处和见解-LL (1) allow you to easily understand the grammar LL (1) grammar, the benefits and insights! ! ! ! ! ! ! ! !
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1464
    • 提供者:王杰
  1. DO-WHILE

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)的课程设计报告-DO-WHILE loop statement, the translation of program design (LL (1) method, the output three-address indicated) curriculum design report
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:171372
    • 提供者:whut
  1. LL(1)

    0下载:
  2. 一份比较完整的LL(1)实验报告,具体分析了first集、follow集的构造-A more complete LL (1) lab report
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:11782
    • 提供者:费澄
  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10837
    • 提供者:happyjack
  1. jack

    0下载:
  2. LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。-LL (1) analysis of the function is the use of LL (1) control program content according to display stack stack, forward-looking symbols and LL (1) of the table, the input symbol string
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:8895
    • 提供者:happyjack
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. FirstFollowLL

    0下载:
  2. However, grammars that are not left recursive and are left factored may still not be LL(1). To see if a grammar is LL(1), try to build the parse table for the predictive parser by the method we are about to describe. If any element in the table c
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:40789
    • 提供者:payal
  1. 7480-20577-1-PB

    0下载:
  2. I ll write some desription later. Maybe :)
  3. 所属分类:Project Design

    • 发布日期:2017-12-08
    • 文件大小:167791
    • 提供者:lalo
  1. LL1语法分析

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

  1. Oracle-Tutorial-(Part-1)

    0下载:
  2. Hi friends it my own creation to teach Oracle to my students at college.hope it ll help you much.
  3. 所属分类:Project Design

    • 发布日期:2017-11-29
    • 文件大小:488657
    • 提供者:Amitav Biswas
  1. LL1

    0下载:
  2. LL(1)文法的判定,在first集和follow集不确定的情况下-LL (1) grammar to determine, in the first set and follow set under conditions of uncertainty ......
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:4028
    • 提供者:dikey
  1. 3.1-3.2-book-quiz

    0下载:
  2. This file is about cryptography algorithm It ll be helpful for new developers
  3. 所属分类:Development Research

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

    0下载:
  2. 编译原理 LL(1)分析法 实验报告 C 语言-Compiler principle LL (1) analysis of experimental report C language
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:47319
    • 提供者:于欣越
« 12 »
搜珍网 www.dssz.com