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

搜索资源列表

  1. LL(1)

    0下载:
  2. LL(1)程序提供给大家下载,欢迎大家一起交流交流心得~-GOOD~
  3. 所属分类:CSharp

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

    1下载:
  2. LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:639946
    • 提供者:张帅
  1. LL(1)

    0下载:
  2. 用c语言来实现,判断一个文法是否为LL(1)文法,并求该文法的First 和Follow集合,比较有用。-C language used to achieve, to determine whether a grammar for LL (1) grammar, and grammar for the collection of First and Follow, more useful.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4332
    • 提供者:张强
  1. ll

    0下载:
  2. 是用Visual C++实现的一个LL(1)分析过程模拟-With Visual C++ realization of a LL (1) Analysis of Process Simulation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:768142
    • 提供者:刘德慧
  1. LL(1)grammarsyntax

    0下载:
  2. LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:18065
    • 提供者:chenpeng
  1. for

    0下载:
  2. 实现了for语句的翻译,LL(1)法,输出三地址,我是借鉴同学的成果,也给大家借鉴。有一定的难度。-this is the work of translation of for sentences.we need the LL(1) and output three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2582600
    • 提供者:哈哈哈
  1. LL(1)

    0下载:
  2. LL(1)的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A LL(1) parser, built by MS VC 6.0, an assignment of my Complier Principles course
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:422662
    • 提供者:lyx
  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. LL1_VC

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan inp
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3694037
    • 提供者:biao
  1. ll(1)

    0下载:
  2. ll(1)文法分析程序,实现first集,follow即等的运算-ll (1) grammar analysis programs to achieve first set, follow the operation, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:11308
    • 提供者:张三
  1. 1

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

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

    0下载:
  2. 编译程序的一个求LL(1)文法的FIRST集合工具-Compiler of an order to LL (1) grammar, the FIRST set of tools for
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:13546
    • 提供者:纪欣吉
  1. ll(1)

    0下载:
  2. 语法分析器LL(1)文法(C语言版) 语法分析器LL(1)文法(C语言版)(-Parser LL (1) grammar (C language version) parser LL (1) grammar (C language version) (
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1839
    • 提供者:dixon
  1. LL

    0下载:
  2. 一个在编译原理中用到的LL文法分析器,可以学习一下-A principle used in at compile LL grammar parser, you can learn about
  3. 所属分类:Compiler program

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

    0下载:
  2. 通过一个简单程序体现编译原理中的LL(1)算法,帮助理解与学习。-Compiled by a simple program reflects the principles of the LL (1) algorithm, to help understanding and learning.
  3. 所属分类:Other windows programs

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

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

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

    0下载:
  2. 运用VB编写的一个关于编译原理实践的LL(1)预测分析系统,可视化界面,方便。-Prepared using a VB compiler theory practice on LL (1) forecast analysis system, visual interface and convenient.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:242499
    • 提供者:zhh
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com