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

搜索资源列表

  1. LL(1)compiler.rar

    0下载:
  2. 一个LL1语法分析程序。学习编译原理时可供参考。,A LL1 parser. Learning for reference when compiling principle.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:7382
    • 提供者:光着脚
  1. LL1

    0下载:
  2. LL(1)预测分析程序代码,演示自上而下语法分析的过程.-compiler
  3. 所属分类:Editor

    • 发布日期:2017-03-31
    • 文件大小:186882
    • 提供者:smartdue
  1. yufafenxi

    1下载:
  2. 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13133
    • 提供者:chenxue
  1. ll(1)fenxiqi

    0下载:
  2. 你可以任意输入合法文法,给定任意的句子,将会分析出这个句子是不是文法的的句子-You can enter any legal grammar, given any sentence, it will analyze the sentence is not grammatical sentences! !
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2916
    • 提供者:王莎
  1. 根据某一LL(1)文法编制调试预测分析程序

    0下载:
  2. 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:7224
    • 提供者:suhuhu
  1. LL(1)Analysis

    0下载:
  2. 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6521
    • 提供者:liangye
  1. LL

    0下载:
  2. 编译原理的LL(1)分析法的程基本序模版-Compilation Principle of LL (1) analysis of the way the basic sequence template
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:16974
    • 提供者:张新钢
  1. LL1

    0下载:
  2. 对自定的产生式规定LL(1)分析表后,对一个自定的表达式进行语法分析,判读其是否是一个正确的表达式。-Of self-production of the provisions of LL (1) Analysis of form, of a self-expression for grammar analysis, interpretation of whether it is a correct expression.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1448
    • 提供者:waterfly
  1. ll1

    0下载:
  2. LL(1)语法分析源代码,实现了LL(1)语法分析,不同于其他语法分析程序-LL (1) syntax analysis of source code, the realization of the LL (1) syntax analysis, syntax analysis is different from other procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2045
    • 提供者:liuhongliruc
  1. LL

    0下载:
  2. 递归下降分析法实现LL(1)文法的语法分析器-Recursive implementation fell analysis LL (1) grammar parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:66758
    • 提供者:马烈
  1. LL(1)

    0下载:
  2. LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子-LL (1) analysis of written grammar analysis program, but can not eliminate the left recursion, extracting common factor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:194183
    • 提供者:
  1. 113172228javacc-4.2

    0下载:
  2. 这是JavaCC 他是词法语法分析器,他是目前唯一的支持ll(1)的语法分析器,这是源码 相当好的-This is the JavaCC parser lexical he is, he is the only support for the ll (1) syntax analyzer, which is a very good source
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:639792
    • 提供者:tome
  1. 1

    0下载:
  2. LL(1)文法分析过程的可视化及教学应用研究-LL (1) grammar analysis and visualization applications in teaching and learning research
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3794721
    • 提供者:taigongxiaowang
  1. ll

    0下载:
  2. ll1文法分析,(1)LL(1)分析程序,编制人:姓名,学号,班级 (2)输入一以#结束的符号串(包括+—*/()i#):在此位置输入符号串 (3)输出过程如下: 步骤 分析栈 剩余输入串 所用产生式 1 E i+i*i# E->TG (4)输入符号串为非法符号串(或者为合法符号串) 注:(1)在“所用产生式”一列中如果对应有推导则写出所用产生式;如果为匹配终结符则写明匹配的终结符;如分析异常出错则写为“分析出错”;若成功结束则写为“分析成功”
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:58368
    • 提供者:王艳
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh, huh, are放上来, and a variety of
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7874305
    • 提供者:wangyao
  1. LL(1)inDelphiandSQL

    0下载:
  2. 编译原理课程设计的编程部分LL(1)算法分析,使用Delphi+sql数据库实现,需要课程设计的文档部分请mail我。-Principles of curriculum design compiler programming part of LL (1) algorithm analysis, the use of Delphi+ sql database, the need for curriculum design part of the document, please mail me.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-03
    • 文件大小:11403
    • 提供者:pandd
  1. BianYiYuanLi

    1下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)编制好分析程序后,设计若干用例,上机测试并通过所设
  3. 所属分类:Compiler program

    • 发布日期:2016-01-08
    • 文件大小:334354
    • 提供者:龚斌
  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. 89346479experimentofll(1)

    0下载:
  2. LL(1)预测分析法(1)判别文法是否为LL(1)文法。为此需要依次计算FIRST集、FOLLOW集和SELLECT集,根据SELLECT集可判断文法否为LL(1)文法。 (2)构造出分析表。根据SELLECT集和文法产生式构造出LL(1)分析表。 (3)进行句子分析。依据分析表判断出某句子是否为给定文法的句子。 -LL (1) Forecast Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8528
    • 提供者:lucky
  1. LL(1)yucefenxi

    0下载:
  2. 编译原理LL1预测分析程序。编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-Forecast for Compilation Principle LL1 parser. Forecast for the development of a common analysis procedures, requires a certain degree of error-handling capabiliti
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:99827
    • 提供者:David
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com