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

搜索资源列表

  1. LL1wenfa

    0下载:
  2. 根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对预测分析LL(1)分析法的理解。-prepared in accordance with a grammar debugging LL (1) analysis of procedures for the importation of arbitrary strings of symbols for analysis. The main purpose of the experiment was t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2279
    • 提供者:颜炳昊
  1. ll(1)fenxibiaodeshengcheng

    0下载:
  2. 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i, *, (and ) consisting of the # end of the strings,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8443
    • 提供者:xiao
  1. Compilerprogram

    0下载:
  2. 编译原理课程设计 语法分析程序的LL(1)分析方法-compiler theory of curriculum design syntax analysis procedures LL (1) Analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:9564
    • 提供者:薛希
  1. yufafenxichengxu1111

    0下载:
  2. 简易的语法分析程序 此为LL(1)语法分析程序 语法分析程序-simple syntax analysis procedures such as LL (1) syntax analysis program syntax analysis program
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:290592
    • 提供者:杨应
  1. LL(1)analysis1

    0下载:
  2. * VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005-running through this procedure done for my intention, in your reading
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5901
    • 提供者:yao
  1. LL1up_down

    0下载:
  2. LL(1)文法分析字符串,JDK1.5中运行-LL (1) grammar analysis string running JDK1.5
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1460
    • 提供者:展丹
  1. yufall1

    0下载:
  2. 做的很不错的LL(1)文法分析程序,可以作为学习编译原理课程的参考或课设-do very good LL (1) grammar analysis procedures can be compiled as a learning theory courses or courses based reference
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:11813
    • 提供者:
  1. jianyiyufafenxiqi

    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, If so, then swit
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:127217
    • 提供者:wanghe
  1. wode(LL1)

    0下载:
  2. 这是一个LL(1)方法,大家可以从中学到一些技巧,帮助甚大-This is an LL (1), we will be able to learn some skills, great help
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7519
    • 提供者:刘杨
  1. Parser2

    0下载:
  2. 形式文法分析JAVA工具包本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统 -form grammar analysis of the Java tool kit for Java Applet procedures for LL (1) LL (2) and LR (1) grammar analysis, users can import to meet any conditions in the form
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 原创-originality.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:3472
    • 提供者:gaoxiao
  1. 2005060717340116648

    0下载:
  2. LL(1)语法分析器,对任意输入LL(1)文法的分析表及字符串, 否为该文法的句子,并能给出分析过程。-LL (1) parser, the indiscriminate importation of LL (1) grammar analysis table and string, whether or not the sentence grammar, and can provide analysis process.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7160
    • 提供者:飒飒
  1. yufafenxisaomiaochenxu

    0下载:
  2. 了解语法分析器的内部工作原理,通过在本次实验中运用一定的编程技巧,掌握对表达式进行处理的一种方法。① 对输入文法,由程序自动构造FIRST FOLLOW集② 对输入文法,由程序自动生成它的LL(1)分析表;③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 240x128 graphic mode/Driver ic:t6963C writed by hawk liu 2001 Aug. 22 1/128 duty 1/12.3 bias Vop=20V STN GRAY Trasflective mode character/Graphic mode demo program-240x128 graphic mode / Driver ic : t6963C writed by N2952
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:7640
    • 提供者:d
  1. yufafenxishiyan

    0下载:
  2. 本人编译的实验报告 语法分析 含说明 包括三个文件 yukun2.cpp yukun2.EXE 语法分析(LL(1))使用说明.txt等-I compiler of the report syntax analysis are included with the three documents yukun2.cpp yuku n2.EXE syntax analysis (LL (1)) for use. txt, etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:39533
    • 提供者:余琨
  1. ll1Analysis

    0下载:
  2. LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1593
    • 提供者:吴伟
  1. SimpleLL1

    0下载:
  2. 一个LL(1)分法分析器,可以输入文法,分析句子,非常方便-an LL (1) France analyzers, can be imported grammar, sentence analysis, a very convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:55253
    • 提供者:杜立博
  1. gi-1.2

    0下载:
  2. 用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能-with java achieve definitive interpreter, including slr, lr (0), lr (1), lr (k), ll, etc., but also in the OSS api on the development of other functions
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:416348
    • 提供者:digg
  1. experimentofll(1)

    0下载:
  2. 编译原理实验ll(0)预测表分析法,编译调试通过.检查是没问题了.-compiler principle experiment'll (0) projections for analysis, debugging through compiler. Inspection is not a problem.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8524
    • 提供者:李建国
  1. Shareaza_2.1.0.0_source

    1下载:
  2. Shareaza2.1.0.0 Shareaza is the most luxurious and sophisticated file sharing system you ll find. It can harness the power of up to four separate peer-to-peer (P2P) networks, including EDonkey2000, Gnutella, BitTorrent and Shareaza s native netw
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:2348186
    • 提供者:lococo
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 29 »
搜珍网 www.dssz.com