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

搜索资源列表

  1. 界面友好的词法分析器

    0下载:
  2. 建议的词法分析器,界面友好,用户把文法放在input文档中,由程序调用,在ouput文档中给出分析结果,-the lexical analyzer friendly interface, users grammar on the input documents, procedures called by the ouput documents presented results of the analysis,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34606
    • 提供者:原子
  1. suqaretryango

    0下载:
  2. 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10595
    • 提供者:shifenai
  1. lAlR(1)

    0下载:
  2. 这个文档是语法分析的文档,对输入的文档进行lR(1)分析,然后对所给的句型进行分析,判断是否合理-this document is grammatical analysis of documents, the importation of the document for l (1) analysis, then on to the boys for analysis, to determine whether reasonable
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4894
    • 提供者:boer
  1. PL0Lexicalgrammaticalanalysis

    1下载:
  2. 这是用C语言编写的PL/0 词法分析和语法分析程序,PL0Lexicalgrammaticalanalysis.rar中有词法分析源代码,语法分析源代码,以及相应的报告文档。-This is the C language PL / 0 lexical analysis and syntax analysis procedures, PL0Lexicalgrammaticalanalysis.rar a source of lexical analysis code, the source cod
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52454
    • 提供者:五香
  1. LRfanyichengxu

    0下载:
  2. 用LR法做的词法分析+语法分析+语义分析程序,对赋值语句进行翻译(用txt文档输入赋值语句)-LR Act do with the lexical analysis of syntax analysis semantic analysis procedures, The assignment for the translation (txt file with the importation of assignment)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13457
    • 提供者:chen启
  1. Soft20060210155836612

    0下载:
  2. 这是一个汇编应用的词法语法分析器,词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203369
    • 提供者:陈梅
  1. pl0_

    0下载:
  2. “编译原理与技术”的上机实验要求你对PL/0语言及其编译器进行扩充和修改。每个扩充或修改方式可得到不同的分数,满分为100分。 完成上机作业后,必须提交下列文档: (1) 修改后的PL/0语言文本。包含词法分析(正规式),语法分析(BNF)。 (2) 有关修改后的PL/0编译/解释器的说明。详细说明你的编译器是如何编译新的PL/0语言程序的。指出你的程序中最精彩的部分,以及你为什么这样做,你是如何控制和恢复语义错误的。 (3) 给出你所改动后的编译器源程序清单,并标记出你所修改
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:62296
    • 提供者:wanya
  1. WordParsing

    0下载:
  2. 简单的有穷自动机词法分析,同时也有语法分析,由于时间和精力关系。语法分析只是写了个大概,同时词法分析也需要继续完善:完善之处个人在文档中说明清楚。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7663
    • 提供者:朱英芳
  1. c++CiFaFenXi

    0下载:
  2. C++编写的词法分析,源代码存储在txt文档当中,请下载打开查看
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2073
    • 提供者:Jacky
  1. code

    0下载:
  2. 假设文档的内容为 i a * nul i b + nul i c # nul 是个单词二元式,对他进行不带回溯的自上而下的语法分析.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2105
    • 提供者:徐晓剑
  1. SLR(1)_compiler

    0下载:
  2. c语言实现,slr(1)语法分析,语法分析的ation表和goto表分别用txt文档保存。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3621
    • 提供者:WayZen
  1. 2next

    0下载:
  2. 编译原理词法分析的电子文档-compiler theory lexical analysis of electronic documents
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3132
    • 提供者:刘勇平
  1. lexical_analyzer(by_flex).rar

    0下载:
  2. 运用flex自动生成词法分析器。包含源代码和使用文档,Automatically generated using flex lexical analyzer. Contains the source code and use of documents
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:256897
    • 提供者:bluejoy
  1. snl编译器

    0下载:
  2. snl编译器,实现了SNL的词法分析,语法分析,语义分析,附带所有文档以及程序!-snl~
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-04-09
    • 文件大小:1078450
    • 提供者:justin
  1. scanner(liwenkaitop)

    0下载:
  2. 这是用VC6.0开发的集词法分析、语法分析、语义分析为一体的一个程序,是我在编译原理课程设计后期和同班一贼牛的哥们儿老胡共同研究的,做编译课设的朋友们不妨下来看看。语法分析采用的是算符优先分析法,语义生成的是四元式,符号集等格式处理方面基本是遵照大连理工出版的《编译原理》一书附的Simple语言来设计的。由于是自己的课余研究,当时没什么文档和维护的概念,因此没有留下文档,事隔一年半之后我也没有再研究它的动力了,看懂了的朋友不妨写个文档传上来告诉我一声!先此谢过了!-err
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:114088
    • 提供者:李文凯
  1. LRCompiler1.0

    0下载:
  2. 这是我用VC6.0(用了MFC类库)编写的一个集词法分析、语法分析为一体的程序,是我编译原理课程设计的拙作!压缩包里包括源代码、测试数据,可执行文件打包,安装文件打包,课程设计文档,程序使用说明和数据规范说明一应俱全。-This is what I used VC6.0 (using the MFC class library) to prepare a set of lexical analysis, grammar analysis of the procedure as a whole,
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:7013504
    • 提供者:李文凯
  1. C_compiler_structure

    0下载:
  2. 《C编译器对结构空间的分配及其应用》该文档深入分析了 C编译器中结构空间分配,并提出了修改汇编器的方法。本文档是不可多得原理性文章,知其然更要知其所以然-" C compiler for the distribution of the structure of space and its applications," the document-depth analysis of the C compiler in the structure of space allocatio
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:15007
    • 提供者:yu
  1. 09183522974

    0下载:
  2. C++的词法分析说明,DOC文档,适合新手学习与借鉴,程序可执行-C++ the lexical analysis, DOC files, suitable for novice learning and reference, the executable program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:50152
    • 提供者:付斌
  1. lafeng

    0下载:
  2. 本代码为根据老师的课程设计要求做的小编译器的词法分析部分和语法分析部分,附件中有老师的要求文档,还有语法分析时使用到的分析表-This code is based on the teacher' s curriculum design requirements to do a small part of the compiler' s lexical analysis and syntax analysis section, in the annex to the request o
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:501960
    • 提供者:
  1. listing

    0下载:
  2. 编译器关于C minus的 简单的词法分析文档-Compiler on the C minus the simple lexical analysis of the document
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:913
    • 提供者:泡泡
« 12 »
搜珍网 www.dssz.com