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

搜索资源列表

  1. c1233456efasdo

    1下载:
  2. 编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行行,详详细地阐述了一个编译器的设计与实现。它是大纲教学,课程设计良好的示范,也是编程与开发爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,与大家多多交流,成为热爱编程与开发的好朋友 -Compile the source code of the principle of invol
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:20011
    • 提供者:liming
  1. LL1

    0下载:
  2. 在手动生成LL分析表的基础上,在VC++6.0环境实现的LL词法分析器。-LL lexical analyzer implemented based on manually generated LL Table, in VC++6.0 environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:3817
    • 提供者:lee
  1. LL1

    0下载:
  2. 通过完成预测分析法的语法分析程序,了解预测分析法和递归子程序法的区别和联系。使学生了解语法分析的功能,掌握语法分析程序设计的原理和构造方法,训练学生掌握开发应用程序的基本方法。有利于提高学生的专业素质,为培养适应社会多方面需要的能力。-By completing the forecast analysis grammar analysis program, understanding the forecast analysis and recursive subroutine method di
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:14450
    • 提供者:孙辰
  1. LL1

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

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

    0下载:
  2. 实现编译原理LL1分析,从TXT文本读入句子,文本放在D盘下-Achieve the compiler theory LL1 analysis, TXT text reads the sentence, the text on the D drive
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:1705
    • 提供者:gy
  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
    • 文件大小:499712
    • 提供者:Kesco
  1. ll1

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-The translation program design of the WHILE loop (LL (1) method, output three address said)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:251613
    • 提供者:gsm
  1. mySNL

    0下载:
  2. 程序是编译原理课程的基于SNL语言的编译器(词法分析,语法分析,语义分析),该压缩包包含程序运行所需的所有代码,所需文本文件放到D盘即可,词法分析和LL1语法分析部分在实现上有亮点,是课程设计非常值得参考的资料-The program compiler theory of curriculum-based the SNL language compiler (lexical analysis, parsing, semantic analysis), the compression progra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:708143
    • 提供者:timial
  1. tyj

    0下载:
  2. LL1 语法分析,实现对算数表达式的语法分析,输出分析过程和产生式-LL1 syntax analysis, parsing arithmetic expressions, output analysis and production
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:2083
    • 提供者:tyj
  1. First_Follow_FOR.NET

    0下载:
  2. .NET源码,First集与follow集和LL1文法的实现-. NET source code, First set and follow set and achieve LL1 grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:3148029
    • 提供者:王先生
  1. tpcompilll1

    0下载:
  2. Dons ce TP nous avons réalisé un analyseur syntaxique en utilisant la méthode d’analyse descendant LL1. Cette méthode permet au premier temps de tester si une grammaire quand veut analyser si elle est non récursive à gauche et factorisé. Ensui
  3. 所属分类:Java Develop

    • 发布日期:2017-11-29
    • 文件大小:119061
    • 提供者:sarala
  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
    • 文件大小:2155336
    • 提供者:刘晓曦
  1. LL1语法分析

    0下载:
  2. (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。
  3. 所属分类:文档资料

  1. DIP_wavelet-transform

    0下载:
  2. 利用二维Mallat小波分解原理,对一幅标准图像进行3级分解,获取小波高/低频系数,并分别用低频分量LL1、LL2、LL3小波系数进行图像重建,分别计算这三种情况和原始图像比较地PSNR-2D Mallat wavelet decomposition principle, a standard image 3 decomposition, to obtain of Wavelet high/low frequency coefficients, and the low-frequency com
  3. 所属分类:Wavelet

    • 发布日期:2017-11-26
    • 文件大小:58236
    • 提供者:like
  1. yufafenxi(LL1)

    0下载:
  2. 该程序为LL(1)自顶向下词法+语法分析器,输入特定语句,输出LL(1)自动机栈的情况-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-29
    • 文件大小:268819
    • 提供者:feng
  1. wavelet

    0下载:
  2. 对某一标准图像进行二维Mallat小波的3级分解,获得小波高/低频系数,分别 用低频分量LL1、LL2、LL3的小波系数进行图像重建,分别计算这三种情况 和原始图像比较的PSNR。-A standard image 3 2D Mallat wavelet decomposition, wavelet high/low frequency coefficients , respectively Low frequency component LL1 , LL2, LL3 wavelet
  3. 所属分类:Wavelet

    • 发布日期:2017-11-22
    • 文件大小:44833
    • 提供者:张聪聪
  1. yufafenxiqi

    1下载:
  2. 语法分析器可选择LL1分析法、算符优先分析法、LR分析法之一,实现如下表达式文法的语法分析器: (1)E→E+T | E-T | T (2)T→T*F | T/F | F (3)F→P^F | P (4)P→(E) | i -Parser can choose the LL1 analysis, the operator first analytic method, one of the LR analysis, the following expression gramma
  3. 所属分类:Document

    • 发布日期:2017-11-18
    • 文件大小:75089
    • 提供者:张登一
  1. Compile

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,词法分析器-LL1 parser input grammar expression can automatically output the prediction analysis table to determine whether the LL1 grammar, you can then enter any of a sentence, and then analyze them gives a detailed analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:42614
    • 提供者:搁浅时光
  1. Compiler

    0下载:
  2. c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析-c# compiler sample language lexical analysis DFA NFA LL1 LR analysis
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:263848
    • 提供者:test
  1. LL1

    0下载:
  2. 编译原理实验: 对下列文法,用LR(1)分析法对任意输入的符号串进行分析: (1)E- E+T (2)E- E—T (3)T- T*F (4)T- T/F (5)F- (E) (6)F- i -Compiler Principle Experiment: The following grammar, with LR (1) analysis method for arbitrary strings of symbols for analysis: (1) E-E
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:1746
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com