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

搜索资源列表

  1. shiyanbaogaoyangli

    0下载:
  2. 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded a big operation principle comp
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1296747
    • 提供者:
  1. 15883

    0下载:
  2. (1)、本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -(1), the parsing code of LL (1) analysis. (2), all of grammar enter a production, it is automatically generated by the procedures of the LL (1) Forec
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:22422
    • 提供者:whom
  1. LL1wenfapanding

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

    • 发布日期:2017-04-24
    • 文件大小:284823
    • 提供者:小江
  1. complie

    0下载:
  2. 在文本中输入do while的代码 对它进行LL(1)分析-Enter in the text of the code do while it LL (1) Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者: 叶子
  1. 2006435013

    0下载:
  2. 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:441080
    • 提供者:余欢
  1. dowhilee

    0下载:
  2. 1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a given do-while statement, the sta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:145874
    • 提供者:李伟霞
  1. CIFA

    0下载:
  2. LL(1)分析过程模拟 -LL(1)分析过程模拟LL(1)分析过程模拟
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1072
    • 提供者:PUDN
  1. 200906241019311925

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

    • 发布日期:2017-04-06
    • 文件大小:191025
    • 提供者:chenpeng
  1. bianyikeshe_hsh-6.18_final

    1下载:
  2. 编译原理—课程设计—if else语句LL(1)方法分析,输出四元式-Compiler Construction Principles- curriculum design-if else statements LL (1) methods of analysis, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:214448
    • 提供者:hsh
  1. LL1Analysis

    0下载:
  2. 一个简单的LL(1)分析表生成器,根据文法输入判断是否是LL(1)文法,并生成分析表。 使用VS2008 Sp1调试通过-A simple LL (1) analysis table generator, according to the grammar input to determine whether it is LL (1) grammar, and generate analysis table. Debugging through the use of VS2008 Sp1
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:719300
    • 提供者:Kaiji
  1. cifa

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子-Includes a LR (1) syntax analysis procedure and an LL (1) Examples of the syntax analysis program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:4107
    • 提供者:yy
  1. yufa

    0下载:
  2. 语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax erro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1951353
    • 提供者:陈美娟
  1. LL1

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

    • 发布日期:2017-04-01
    • 文件大小:298638
    • 提供者:biao
  1. LL1C

    0下载:
  2. LL(1)词法分析源代码C语言版本,实现文法的分析-LL (1) lexical analysis of source code for C language to realize the analysis of grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:169420
    • 提供者:king
  1. yufafenxi

    0下载:
  2. 采用LL(1)方法,用C语言在C++开发环境下编写的语法分析程序,简单易懂,已经过调试-Using LL (1) method, using C language development environment C++ parser written in a simple easy to understand, has been commissioning
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:王志刚
  1. Predictor

    0下载:
  2. LL(1)预测分析程序,语法是定的,不过可以稍加修改环境vs2005 语言 C#-LL (1) predictive analysis, grammar is fixed, but can be modified to environmental vs2005 Language C#
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:18033
    • 提供者:高飞
  1. compiler

    0下载:
  2. 词法分析程序,根据 ll(1)算法编写,语言vc-compiler
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:197165
    • 提供者:rrrr
  1. LL11

    0下载:
  2. LL(1)语法分析器,构造分析表,输入一个语句,然后进行语法分析!-LL (1) lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4286
    • 提供者:肖琴琴
  1. main

    0下载:
  2. 编译原理实验之ll(1)语法分析,主要完成ll(1)分析表的构造和输入字符串的正确性检验-Compiler theory experiment ll (1) syntax analysis was completed for ll (1) of the table structure and test the correctness of input string
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2596
    • 提供者:toby
  1. yufa

    0下载:
  2. 简单的实现编译原理LL(1)语法分析,给定文法和分析表 -a program a baout LL(1)analsy
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:343424
    • 提供者:张建民
« 1 2 ... 8 9 10 11 12 1314 15 16 17 »
搜珍网 www.dssz.com