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

搜索资源列表

  1. antlr-3.0b5.tar

    0下载:
  2. ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a to
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.53mb
    • 提供者:guid
  1. LR0_show

    0下载:
  2. 本人编写的编译原理中LRO算法的演示程序,里面有较为详尽的文字说明-prepared by the compiler principles of the algorithm LRO Demonstration Program, which has a more detailed descr iption of
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:170.31kb
    • 提供者:杨杰
  1. wordchecker

    0下载:
  2. 请在解压时看说明文档 内有详细说明 -please see note when extracting files containing detailed descr iption Thank you
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:wangkai
  1. gramchecker

    0下载:
  2. 请在解压时看说明文档 内有详细说明 -please see note when extracting files containing detailed descr iption Thank you
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.97kb
    • 提供者:wangkai
  1. mod_python-3.3.1

    0下载:
  2. Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:576.4kb
    • 提供者:dipeng
  1. grammatica-0[1].4.tar

    0下载:
  2. Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号-Grammatica is a C# and Java syntax analysis program generator (compiler compiler). It can be used LL (k) to create readable syntax and
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:483.17kb
    • 提供者:侯为
  1. cifenqi

    0下载:
  2. 词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reserva
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:36.5kb
    • 提供者:黄枫
  1. suanfuwenfa

    0下载:
  2. 算符文法分析器,代码简单易懂,有详尽的解释和说明,对你的学习有很好的帮助-Operator grammar parser, easy-to-read code, a detailed explanation and descr iption of your study and have a good help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:9.82kb
    • 提供者:lyf
  1. s-shiyanbaogao

    0下载:
  2. S语言编译器的实验报告,内含详细对已经上传的S语言编译器的说明-S language compiler Experimental report, containing details that have been uploaded S descr iption language compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:400.39kb
    • 提供者:spring
  1. YAC_CLEX2Basic

    0下载:
  2. 本文包含简单中文说明和详细源代码,首先利用Lex进行词法分析,然后用YACC进行语法分析,最后生成执行代码,但是没有对执行代码进行优化。-This article contains the simple English descr iption and source code in detail, first of all carried out using Lex lexical analysis, and then carried out using YACC syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:26.05kb
    • 提供者:李庆
  1. cifafenxi

    0下载:
  2. 编译原理实验的词法分析,包括测试代码和分析器源程序以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and source code analyzer, as well as descr iption of the procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2.42kb
    • 提供者:刘雷
  1. gshtrjyekjeu

    0下载:
  2. 编译原理的词法分析实验,包括测试代码和实验源代码以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and test source code as well as the descr iption of the procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.82kb
    • 提供者:刘雷
  1. toptodown

    0下载:
  2. 编译原理中的自顶向下的语法分析,基于LL1文法描述,很好用。-Compilation Principle in the top-down syntax analysis, based on LL1 grammar descr iption, very good use.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:72.62kb
    • 提供者:hzy
  1. 20356875545

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:194.01kb
    • 提供者:xieli123
  1. 5656

    0下载:
  2. 它输入描述构词规则的一系列正规式,然后构建有穷自动机和这个有穷自动机的一个驱动程序,进而生成一个词法分析程序.-Enter the descr iption of its formation a series of formal rules of style, and then build a DFA and the DFA, a driver, and then generate a lexical analysis program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:jervis
  1. QQ

    0下载:
  2. 编译原理 的详细介绍 包括10章的内容 很详细的PPT-Compile a detailed descr iption of the principle of including the contents of Chapter 10 in great detail the PPT
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:15.99kb
    • 提供者:守望
  1. lua-5.1.2CE

    0下载:
  2. Lua is a powerful, fast, lightweight, embeddable scr ipting language. Lua combines simple procedural syntax with powerful data descr iption constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpre
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1.65mb
    • 提供者:xuyong
  1. LexicalAnalysis

    1下载:
  2. 自然语言处理中的词法分析程序,有详细说明,可独立运行。-Natural language processing in the lexical analysis process, there is a detailed descr iption can be run independently.
  3. 所属分类:Compiler program

    • 发布日期:2015-06-28
    • 文件大小:851.65kb
    • 提供者:Tianyi Chen
  1. Toyl

    0下载:
  2. 词法分析器 用c或c++描述toyl语言词法分析器-Lexical analyzer to use c or c++ descr iption toyl language lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:300.29kb
    • 提供者:刘研
  1. Analysis_of_the_essence_of_C_language_examples

    0下载:
  2. ◎ 光盘内容说明 1.【Code】目录,包括实例1~190的所有源代码和可执行程序。 2.【Tools】目录,包括TC2.0编译器。 ◎ 光盘使用说明 1. 源代码的使用说明,参见【Code】目录下的CodeReadme.txt文件。 2. TurboC 2.0 的安装方法,参见【Tools】目录下的ToolsReadme.txt文件。 ◎ 技术支持 在光盘使用过程中,如果遇到问题,请发邮件至linread@163.com或
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4.36mb
    • 提供者:吕成林
« 12 3 4 »
搜珍网 www.dssz.com