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

搜索资源列表

  1. LL(1).rar

    1下载:
  2. 用LL(1)法对布尔表达式的语法分析
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:1603
    • 提供者:
  1. LL(1)_LR(0)_Demo.rar

    2下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:239282
    • 提供者:
  1. LL(1)语法分析器

    1下载:
  2. LL(1)语法分析器
  3. 所属分类:语音合成与识别

    • 发布日期:2008-04-09
    • 文件大小:968530
    • 提供者:ligen@
  1. 判断是否为ll(1)文法程序

    2下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecas
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. LL(1)分析的实现

    0下载:
  2. 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminant can input strings of symbols
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10312
    • 提供者:原子
  1. ll(1)词法分析

    0下载:
  2. LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:82075
    • 提供者:王淼
  1. LL(1)wenfaa

    0下载:
  2. LL(1)文法的实现方法,有需要的可以-LL (1) grammar method, it is necessary to look at the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:cai
  1. LL(1)_syntax

    0下载:
  2. LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:82050
    • 提供者:张玉峰
  1. ll(1)Analyzer

    0下载:
  2. 执行程序,输入文法,与需要分析的语句执行ll(1)分析,很方便-implementation procedures, the importation of grammar, and the need to analyze the implementation of the phrase ll (1) analysis, is a convenient
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:11505
    • 提供者:Wandy_1234
  1. LL(1)defenxiqi

    0下载:
  2. 这是一个LL(1)的分析器,针对文法E->TG , T->FU , G->+TG|^ , U->*FU|^ , F->(E)|i,是对编译原理初学者的一个帮助。-This is an LL (1) analyzers, the grammar-E -
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:7909
    • 提供者:飞翔
  1. LL(1)parser

    0下载:
  2. LL(1) parser , writen by C,include LLGenerator-LL (1) parser, written by C, include LLGenerator
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:25574
    • 提供者:林祐安
  1. 简易语法分析程序LL

    0下载:
  2. 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine whether to LL (1) grammar, a
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-07-01
    • 文件大小:82442
    • 提供者:赵珊珊
  1. LL(1)_parsing

    0下载:
  2. 关于编译方面的LL(1)语法分析程序,可以输出分析栈,按要求可以实现对输入字符串的完整分析归约过程。-compiler on the LL (1) syntax analysis procedures can output analysis stack, by asking for input strings to achieve a complete analysis of the reduction process.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1890
    • 提供者:zhou
  1. LL(1)yufafenxi

    0下载:
  2. 这是一个用C语言实现的LL(1)语法分析程序-This is a C language of LL (1) syntax analysis program
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:yue
  1. LL(1)Syntax

    0下载:
  2. 用LL(1)方法分析四则运算,包括一个词法分析的头文件。-with LL (1) Analysis of four operations, including a lexical analysis of the headers.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3710
    • 提供者:田甜
  1. LL(1)while

    0下载:
  2. 用C++做的LL(1)分析法的程序,大家先用着吧,比较好用吧-C do LL (1) analysis of the procedure, we first used to it, the more useful it
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:23570
    • 提供者:John
  1. LL(1)daima

    1下载:
  2. [编译原理课程设计-源代码]LL(1)语法分析代码(c++).-[Design Compiler Principle-source code] LL (1) syntax analysis code (c).
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2194
    • 提供者:xiaogemao
  1. ll

    0下载:
  2. 编译原理中的LL(1)分析程序设计
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10996
    • 提供者:liu
  1. LL(1)yufafenxi

    0下载:
  2. *--- --- --声明--- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 补充: 程序存在问题: (1) follow集不能处理
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5280
    • 提供者:林月忠
  1. LL(1)suanfa

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

    • 发布日期:2014-01-17
    • 文件大小:33179
    • 提供者:
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com