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

搜索资源列表

  1. 编译原理LL1

    0下载:
  2. 简单的LL(1)的分析,具体可见程序,有过程,一目了然,谢谢指教-simple LL (1) analysis, we can see specific procedure, a process, clear, thank you enlighten
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5952
    • 提供者:王立伟
  1. 编译原理课程设计报告LL1文法

    0下载:
  2. 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:126996
    • 提供者:爽爽
  1. bianyic++

    0下载:
  2. 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。-Input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for syntax analysis syntax tree corresponding output.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:165546
    • 提供者:丁关根
  1. LL(1)文法——vc

    0下载:
  2. LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2010
    • 提供者:陈为
  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48732
    • 提供者:cyberspace
  1. jellrap

    0下载:
  2. 形式文法分析JAVA工具包 本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本JAVA包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the Java tool kit for Java Applets procedures for LL (1) LL (2) and LR (
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:165594
    • 提供者:欧滨
  1. CocoSourcesCS

    0下载:
  2. The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser u
  3. 所属分类:C#编程

    • 发布日期:2014-01-23
    • 文件大小:42373
    • 提供者:yy
  1. 06012701377504

    0下载:
  2. LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net -LL (1) grammar found (C#) SimpleLL1 directory of the source of EXE directory compil
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:184229
    • 提供者:尹君
  1. LL1_fenxi

    0下载:
  2. 判断是否为LL(1)文法,如果是,可以对该文法进行语法分析。-determine whether to LL (1) grammar, and if so, can this grammar for syntax analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:81677
    • 提供者:常宏
  1. LL1_a

    0下载:
  2. 又一个LL(1)的分析器,针对文法// { E->-E|(E)|VX , X->-E|^ , V->iA , A->(E)|^ } // Expr : E ExprTail : X Var : V VarTail : A id : i ,是对编译原理初学者的一个帮助。-also an LL (1) analyzers, the grammar / / (E -
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:2050
    • 提供者:飞翔
  1. FileStorage.v3.0.1

    1下载:
  2. he FileStorage component capable to upload and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If your software requires any additional files (.DLL s, WAV s, .TXT s etc), these files could be uploaded straight o
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:118596
    • 提供者:hfb
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table, the final analysis of foreca
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:swb
  1. ll1ll1

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 lifanxi@263.net 2002年5月-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will output LL (1) Table Forecast and An
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30088
    • 提供者:111
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax analysis and operator precedence s
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 这是编译原理LL1文法的实验报告,有源代码,请大家尽管下载-This the principle LL1 grammar compiler of the report experiments, the active code, please download .. although
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:29306
    • 提供者:清风澈
  1. LL1Grammar

    0下载:
  2. 用于自动生成LL(1)分析表,并且产生相应的LL(1)分析器-for automatic generation LL (1) Analysis Table and generate the corresponding LL (1) Analyzer
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:6694
    • 提供者:conan
  1. UniSimu-Compilers

    0下载:
  2. 这是一个DFA简化和生成LL(1)分析表的程序,自动生成表格及图形-DFA This is a simplified and generation LL (1) Analysis Table procedures, forms and automatically generated graphics!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:912169
    • 提供者:李建
  1. 0306

    0下载:
  2. 该程序是使用STL实现的,适用于非常简单的LL(1)文法的程序实现。-that the procedure was used to achieve the STL, in a very simple LL (1) grammar program.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2070
    • 提供者:john
  1. ll1yufa

    0下载:
  2. 编译原理的实验,是LL(1)文法做的,可以实现基本功能-compiler principle experiments is LL (1) grammar do, can achieve a basic function
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:89114
    • 提供者:ninglei
  1. hm

    0下载:
  2. /* 程序名称: LL(1)文法分析程序 */ /* 程序用途: 编译原理课程设计 */ /* 编写日期: 2006年6月29日 */ /* 实验题目: 识别下列表达式 */ /* E->E+T|E-T|T */ /* T->T*F|T/F|F */ /* F->(E)|i */ -/ * process Name : LL (1) grammar analysis program * / / * process uses : Course Desi
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:4240
    • 提供者:黄铭
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »
搜珍网 www.dssz.com