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

搜索资源列表

  1. java词法分析器_ - Java - Java_开发文档.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:19219
    • 提供者:
  1. c词法分析器.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:9014
    • 提供者:
  1. complied

    0下载:
  2. 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:付联榕
  1. lexel

    0下载:
  2. 一个词法分析器的设计与实现,含部分源代码。-a lexical analyzer design and implementation with some source code.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:40875
    • 提供者:zz
  1. 45646

    0下载:
  2. 编译原理词法分析器c++源程序-compiler theory lexical analyzer c source
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7117
    • 提供者:赵志飞
  1. 词法分析器(wendang)

    0下载:
  2. /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:6289
    • 提供者:徐昕
  1. C_minus语言词法分析器的设计

    0下载:
  2. C_minus语言词法分析器的设计
  3. 所属分类:文档资料

    • 发布日期:2010-11-30
    • 文件大小:33280
    • 提供者:mazhuo001
  1. CFFXQ

    0下载:
  2. 词法分析器C++ 编译原理实验 .程序功能分割 (1)标识符的识别 (2)关键字的识别 (3)常数的识别:整数,实数,指数形式表示的数 (4)界符的识别 (5)算符的识别(注意区分:单目,双目的区分+,++,+=) (6)关系比较符的识别(注意区分:单目,双目>,>=) (7)字符常量的识别 (8)字符串常量的识别 (9)错误处理 等等 -Good!
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2014
    • 提供者:星东
  1. scpi

    1下载:
  2. 本文通过设计实例,介绍了这种两级解析模型的设计与实现过程。文章首先简单介绍了SCPI语言,并以费思泰克电子负载FT6600支持的SCPI语句举例。之后在文章第3部分详细介绍了SCPI语言词法分析器的设计,在文章第4部分详细介绍了SCPI语义分析器的设计。最后在第5章进行了总结,并展望了这一设计技术的进一步改进和应用。-scpi
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:50275
    • 提供者:weikun
  1. analyse

    0下载:
  2. 词法分析,做的很详细,说明了各方面的情况,词法分析器实验报告-Lexical analysis, done in great detail to illustrate the various aspects of the experimental report of lexical analyzer
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:36343
    • 提供者:刘慧刚
  1. cffx

    0下载:
  2. 词法分析器试验报告,详细描述了试验过程,并有心得体会,是一份不错的实验报告-Lexical analyzer test report, a detailed descr iption of the testing process, and experiences is a good test report
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:373881
    • 提供者:Michael
  1. cifa

    0下载:
  2. C语言词法分析器 输入Pascal语句,输出token序列-c language lexical analyzer input a pascal statement, the output token sequence
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:23201
    • 提供者:李涛
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. CFFX

    0下载:
  2. 一个编译原理词法分析器的代码,可以将输入的一串字符进行词法分析,检验是否符合要求。-Principles of a compiler lexical analyzer code, you can enter the string of characters lexical analysis, testing for compliance.
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:39042
    • 提供者:储昭良
  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10837
    • 提供者:happyjack
  1. bianyi

    0下载:
  2. 一篇完成的编译词法分析器的正式报告,对正式报告的书写有帮助-A complete official report compiled lexical analyzer, written in the formal report helpful
  3. 所属分类:文件格式

    • 发布日期:2017-04-17
    • 文件大小:124249
    • 提供者:qqbt
  1. 词法分析器

    0下载:
  2. 词法分析器,输出单词种别及种别编码。较为简单,仅供参考。-Lexical analyzer, the output word kind and species do not coding. Simpler for reference only.
  3. 所属分类:文件格式

    • 发布日期:2017-11-26
    • 文件大小:251533
    • 提供者:mumu
  1. 词法分析器

    1下载:
  2. c++实现编译原理的词法分析器 输入源语句 输出token序列
  3. 所属分类:文档资料

  1. 词法分析

    0下载:
  2. 编译原理设计一个简单的词法分析器,用C++实现(Lexical analysis of compiler principles)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:1301504
    • 提供者:Ruka-211
  1. 编译原理词法分析器报告

    1下载:
  2. 含有两份报告可以提供思路参考,适合编译原理 实现功能:使用词法分析的自动生成工具 Flex生成 C/ C++ 语言的词法分析器
  3. 所属分类:文档资料

« 12 3 »
搜珍网 www.dssz.com