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

搜索资源列表

  1. compilation2

    0下载:
  2. this program implements the LL1 algorithme for compilation. it s a scanner and parser for some expressions in C language
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:25483
    • 提供者:Aharrane
  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. ll1

    0下载:
  2. 编译原理 java开发 语法分析器 LL(1)-Java development parser compiler theory LL (1)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3575
    • 提供者:leo
  1. haha

    0下载:
  2. 操作系统课设,消费者和生产者之间,LL1的实现-Class-based operating system, between consumers and producers, LL1 realization
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2801884
    • 提供者:lee
  1. MyLL1

    0下载:
  2. 编译原理,实现ll1的算法,并且还有报告喔-Compiler theory, to achieve ll1 algorithms, and there are reports oh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:7983515
    • 提供者:lee
  1. hehe

    0下载:
  2. 编译原理课设,实现ll1,还附有报告喔,界面美观大方-Compiler theory class-based, to achieve ll1, accompanied by the report Oh
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5394994
    • 提供者:lee
  1. Desktop

    0下载:
  2. 编译原理语法分析 LL1 LR 程序自动分析表生成-Compilation Principle syntax analysis LL1 LR
  3. 所属分类:Console

    • 发布日期:2017-06-03
    • 文件大小:15053934
    • 提供者:欧荣彬
  1. vcapi20040127

    0下载:
  2. LL1文法分析器,可以实现自动生成分析表,给定文法,判断分析结果。-LL1 grammar analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:21298
    • 提供者:李妹
  1. bianyiyuanli

    0下载:
  2. 语法分析,LL1,输入表达是到00.txt输出语法分析过程-Syntax analysis, LL1, the input expression is to 00.txt output parsing process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10002
    • 提供者:刘括
  1. Untitled

    0下载:
  2.   本程序目的是对某一标准图像进行二维Mallat小波的3级分解,获得小波高/低频系数,分别用低频分量LL1、LL2、LL3的小波系数进行图像重建,分别计算这三种情况和原始图像比较的PSNR。-The purpose of this program is of a standard two-dimensional images of three Mallat wavelet decomposition, wavelet get high/low frequency coefficients, r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1176
    • 提供者:葛德
  1. shiyansi

    0下载:
  2. 一个编译原理的实验报告,LL1,自己看一下吧,我也不知道在哪个开发环境。-Report an experimental compiler theory, LL1, look at it yourself, I do not know in which development environment.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:56028
    • 提供者:fanyan
  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
    • 文件大小:3357648
    • 提供者:何玉林
  1. shiyan2

    0下载:
  2. 自上而下语法分析器设计,理解手工编写自上而下语法分析器的设计方法。1、 在VC下打开gram.dsp,阅读工程gram,gram为一个加法(适当扩充可为四则)运算表达式的LL1递归下降语法分析器,规定其文法-Down parser design, design method of top-down parser understand writing manual. 1, open in VC gram.dsp, read engineering gram, gram as an additiv
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:8948
    • 提供者:呵呵
  1. LL1

    0下载:
  2. LL(1)语法分析器,简单的LL(1)语法分析器。 输入语法,判断是否合法-LL (1) parser, simple LL (1) parser. Input syntax, then determine whether legal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:175548
    • 提供者:feng
  1. The-LL1-parser

    0下载:
  2. 输入: 非终结符号串:AB 终结符号串:a 起始符号:A 文法个数:2 第一个产生式:A->aB|a 第二个产生式:B->a 输出 first follow集 输入:测试句型 aa 语法正确 测试句型 ab 语法不正确-Input: Nonterminal symbol string: AB The end of string symbol: a Start symbol: A The number o
  3. 所属分类:Console

    • 发布日期:2017-03-22
    • 文件大小:460243
    • 提供者:何志鹏
  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
    • 文件大小:577055
    • 提供者:万静
  1. LL1

    0下载:
  2. 完成LL(1)语法分析器,包含FIRST集和FOLLOW集,预测分析表-LL (1) grammar analyzer, including FIRST and FOLLOW sets, forecast analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:136360
    • 提供者:王旺
  1. LL1

    0下载:
  2. 语法分析器 LR(1)分析法 功能简单 但是使用-you will like it.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:656043
    • 提供者:buzhidao
  1. complier

    0下载:
  2. 实现编译原理的分析阶段的代码,可以打印出分析过程LL1-Implement the principles of the analysis phase of compiling code, you can print out the analysis LL1
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:3703
    • 提供者:liuweijie
  1. 1

    0下载:
  2. LL1 消除左递归,可求first follow集合-first follow
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:8369
    • 提供者:jasmine
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com