CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 编译器/词法分析

资源列表

« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 785 »
  1. pl0xiugaihoudeyuanmahebaogao

    1下载:
  2. pl0修改后的源程序和报告 (1) 修改后的PL/0语言文本。包含词法分析(正规式),语法分析(BNF)。 (2) 有关修改后的PL/0编译/解释器的说明。详细说明你的编译器是如何编译新的PL/0语言程序的。指出你的程序中最精彩的部分,以及你为什么这样做,你是如何控制和恢复语义错误的。 (3) 给出你所改动后的编译器源程序清单,并标记出你所修改的部分。比较你的编译器和原来的编译器之间的差别。 (4) 说明你的编译器中可能存在的错误。 (5) 总结经验与教训,如果重做一遍,你会
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:365.89kb
    • 提供者:盼盼
  1. ll(1)YUFAPANDUAN

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

    • 发布日期:2017-03-23
    • 文件大小:4.67kb
    • 提供者:liangye
  1. compileflash

    1下载:
  2. 编译原理中几乎所有文法和算法的Flash演示,如果你正在学习编译原理,绝对不能错过。在我学习编译原理时候这些演示对我有很大的帮助。吐血推荐了-Compiler Construction Principles in almost all the grammar and algorithms Flash demo, if you are learning to compile principle, absolutely can not miss. Compiler Construction Prin
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:210.47kb
    • 提供者:张洛逢
  1. TMS320C1X(2X)(2XX)(5X)

    1下载:
  2. 关于汇编的编译器原理和源码分析,英文版本,有看的价值-On the compilation of the compiler theory and source analysis, the English version, there are to see the value of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.06mb
    • 提供者:x
  1. yufafenxi

    1下载:
  2. 编译原理实验,关于语法分析,附有实验报告,仅供参考-Compilation Principle experiments on grammatical analysis, with the experimental reports for reference only
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:43.26kb
    • 提供者:雨涵
  1. LuaJIT-1.1.5

    1下载:
  2. lua 脚本编译器, 解释器, 1.115, 相当于lua 5.1.4-lua scr ipt compiler, interpreter, 1.115, which is equivalent to lua 5.1.4
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:419.3kb
    • 提供者:
  1. LR(1)

    1下载:
  2. LR(1)分析器文法分析程序,输入一定的文法进行分析,系统会分析你所给文法的正确与否-LR (1) grammar analyzer analytical procedures, input a certain grammar analysis, the system will analyze your grammar is right or not to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2.8kb
    • 提供者:黄大开
  1. plo

    1下载:
  2. plo 源碼 在基礎上增加了 switch:case语句 和 while語句 輸入文件為Pascl-plo-source based on an increase in the switch: case statements and while statements input file for Pascl
  3. 所属分类:Compiler program

    • 发布日期:2015-07-14
    • 文件大小:14.82kb
    • 提供者:james
  1. pl0

    1下载:
  2. c++语言编写的PL0语言的语法分析程序,可实现此法分析,语法分析,中间代码生成,以及程序运行-c++ languages PL0 language parser can be realized in this analysis, syntax analysis, intermediate code generation, as well as the program runs
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:85.66kb
    • 提供者:周庆续
  1. byyl

    1下载:
  2. 该文件是编译原理的实验报告,里面是本人老师写的,是个好东西啊!-The document is to compile the report of the principle of the experiment, which was written by my teacher is a good thing ah!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:20.03kb
    • 提供者:jane
  1. pl0

    1下载:
  2. 编译方法实验根据编译器的工作过程,分为以下三个部分 词法分析 语法分析 语义分析和代码生成 三部分之间互相关联,最终完成三个实验后,就实现了C- -言(C++语言的子集)或PL0语言的编译器。 -Methods compiled in accordance with the work of the compiler process, divided into the following three-part analysis of lexical semanti
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:60.61kb
    • 提供者:田月
  1. compiler

    1下载:
  2. 本程序是实现C-的一个小型编译器,里面包含两部分内容,分别是词法分析和语法分析。-This procedure is to achieve a small C-compiler, which contains the contents of two parts, namely, lexical analysis and syntax analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:72.44kb
    • 提供者:小刚
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 785 »
搜珍网 www.dssz.com