CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - ll1文法

搜索资源列表

  1. LL1.rar

    0下载:
  2. LL1分析法,做编译原理试验用的,pdf格式,LL1 analysis, so the compiler used the principle of the pilot, pdf format
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:52.1kb
    • 提供者:hit
  1. CAL

    0下载:
  2. 用递归下降的LL1文法实现的可编程计算器-Using recursive grammar LL1 decline in the realization of a programmable calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:34.53kb
    • 提供者:田伟
  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
    • 文件大小:57kb
    • 提供者:王艳
  1. LL1

    0下载:
  2. 用于LL1文法分析 大家交流学习一下 有不正确的地方 请指正-this programe is for LL1,welcome to download it
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.57kb
    • 提供者:lixianchuan
  1. LL1

    0下载:
  2. 预测法分析程序,具有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。-Compiling principle course design, grammar parsers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:65.89kb
    • 提供者:邢媛媛
  1. bianyiyuanli_ll1

    0下载:
  2. 编译原理LL1文法分析,求follow集,遍历follow集求解,推到产生式-Compiler theory LL1 grammar analysis to seek follow set the traversal follow set solving, pushed to the production
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.54kb
    • 提供者:危险源
  1. 050420212-

    0下载:
  2. 编译原理LL1文法的实现,左递归的消除,句子分析,过程显示。-LL1 grammer anlarnazi.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2.25mb
    • 提供者:song li
  1. LL1

    0下载:
  2. L1文法分析器,只能分析 E -> TE E -> + TE | ε T -> FT T -> *FT | ε F -> i | (E)
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:1.25kb
    • 提供者:范彬
  1. LL1_number

    1下载:
  2. 一个整数四则运算的LL1文法解析器,使用递归下降算法,是编译原理的作业。-An integer four computing LL1 grammar parser, recursive descent algorithm is the job of the compiler theory.
  3. 所属分类:Other windows programs

    • 发布日期:2016-06-17
    • 文件大小:488kb
    • 提供者:Kesco
  1. 20120502_lxw

    0下载:
  2. 实现编译原理中词法分析,语法分析,语义分析,包括递归下降算法,LL1文法等-Compiler theory lexical analysis, parsing, semantic analysis, including recursive descent algorithm, LL1 grammar
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2.06mb
    • 提供者:刘晓曦
  1. LL1

    0下载:
  2. 简单的LL1分析,文件输入文法~~你值得下载-Simple LL1 analysis, file input grammar ~ ~ ~ ~ you deserve download
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.22mb
    • 提供者:lucy
  1. LL1

    0下载:
  2. 程序的功能点: (1)根据LL1分析法编写一个语法分析程序,.输入已知文法,由程序自动构造文法的分析表M。 (2)所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL1文法。 (3)增加运行实例,对于输入的文法和符号串,所编制的语法分析程序应能正确判断此串是否为文法的句子,并输出分析过程。 (4)附加个人在编译原理课程设计中的设计报告,报告也是对源代码的详细说明。 (5)程序的开发具体环境是vs2003-The program function point:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:246.81kb
    • 提供者:comer
  1. LL1

    0下载:
  2. 编译原理,基于LL1文法的语法分析程序。源文件-LL1 grammar parser
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:69.83kb
    • 提供者:韩磊
  1. LL1

    0下载:
  2. 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。它会自动计算first,follow,预测分析表的构造,但并不输出。-Input has to eliminate left recursion and extract the public left factor of LL (1) grammar, then input the corre
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3.2mb
    • 提供者:何玉林
  1. 11003070108

    0下载:
  2. 能实现基本编译原理算法演示,如LL1文法、算符优先、词法分析、语法分析等-To achieve a basic compiler theory algorithm demonstration, such as LL1 grammar, operator precedence, lexical analysis, parsing, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:563.53kb
    • 提供者:万静
  1. LL1

    0下载:
  2. 求LL1文法的first集,follow集以及文法的分析构造表。-Seeking LL1 grammar first set, follow sets and grammar analysis to construct the table.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:刘望平
  1. 实验2

    0下载:
  2. LL1文法分析器,可以识别LL1文法,求出first集与follow集,生成分析表。(LL1 grammar analyzer, you can identify the LL1 grammar, find the first set and follow set, generate an analysis table.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:406kb
    • 提供者:UUUsb
  1. BY

    0下载:
  2. 北邮编译原理第二次编程作业LL1文法代码(Our compiler principle second programming operation LL1 grammar code)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:ret1
搜珍网 www.dssz.com