CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译 语法分析

搜索资源列表

  1. VCbianyiqi

    0下载:
  2. VC编译环境下实现编译器。 实现词法和语法分析。-VC build environment under compiler. Achieve lexical and grammatical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:146303
    • 提供者:E_wait
  1. yufafenxi_ll(1)

    0下载:
  2. 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符号串是否为该文法的句型。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5054
    • 提供者:李爱春
  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. parsing

    0下载:
  2. 用、Visual++6.0 开发的控制台程序,编译原理中的语法分析-use, Visual 6.0 console procedures, compiler theory of syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:25722
    • 提供者:周川祥
  1. SLRcompiler

    0下载:
  2. 包含了语法分析,词法分析,语义分析的编译前端,分析方法为SLR-contains grammatical analysis, lexical analysis, semantic analysis of the compiler front-end, analytical methods for SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6463
    • 提供者:胡恩
  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. lr0forwin

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。- Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to carry
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:37315
    • 提供者:刘远兴
  1. ll1forwin

    0下载:
  2. 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。- Translation principle LL (1) grammar analyzer input legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table, and will be allowed to carry on the grammar a
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:33735
    • 提供者:刘远兴
  1. compiler

    1下载:
  2. 大三下学期编译原理三个完整的实验和报告(包括词法分析语法分析(LL1和预测分析-junior next semester compile three principles and integrity of the report (including lexical analysis syntax analysis (and pre-LL1 Measurement Analysis
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:57125
    • 提供者:echo
  1. WordAnalyser

    0下载:
  2. 1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务 针对本次课程设计我们设计了一个简化的pascal语言,称
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:178379
    • 提供者:钟国生
  1. Compile

    0下载:
  2. 编译原理课程设计,语法分析.学校的课程设计,好象还有点用吧-compiler theory curriculum design, syntax analysis. School curriculum design, as if it still has some use
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:27632
    • 提供者:林夕
  1. yufafenxi

    0下载:
  2. 此程序的功能是用c语言实现编译原理课程中的语法分析程序-this procedure is the function of c language compiler theory courses syntax analysis program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4639
    • 提供者:sunwei
  1. if-else

    0下载:
  2. 编译原理的课程设计,if-else条件语句的翻译,包括语法分析和词法分析。-compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15904
    • 提供者:yan yue
  1. C_compiler

    0下载:
  2. 1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。 2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。 -1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and use of compiler theory course
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:571145
    • 提供者:rayson
  1. dgxj

    0下载:
  2. 用C++实现编译原理的递归下降语法分析 用C++实现编译原理的递归下降语法分析-C compiler to achieve the principle of recursive grammar analysis dropped C compiler to achieve the principle of recursive grammar analysis drop
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:638
    • 提供者:韩健
  1. bg

    0下载:
  2. 编译原理词法,语法分析,能检查错误,pl/0,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15921
    • 提供者:杜霞
  1. yffenxi

    0下载:
  2. 编译原理中的语法分析,是对以PASCAL的一个子集编写的编译程序,功能还行,自己看着用吧
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:48916
    • 提供者:箫玉
  1. compile

    0下载:
  2. 学了编译原理之后写的一个小的词法兼语法分析程序,vc6.0开发的,有界面,不过功能比较简单,仅供参考
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:31777
    • 提供者:张富强
  1. 20170828889

    0下载:
  2. 编译原理LL(1)语法分析 从文法开始,一直做到了符号表的实现
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:60454
    • 提供者:daiuirchuan
  1. xxxprinceLR

    1下载:
  2. 编译原理语法分析LR方法,编译原理学习的重要部分
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5327
    • 提供者:辛华
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 42 »
搜珍网 www.dssz.com