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

搜索资源列表

  1. cparser

    0下载:
  2. 词法分析器,做的比较好。有完整的资料和注释,一个蛮好的作品-Lexical analyzer, to do better. Have complete information and comments, one works just fine
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1090310
    • 提供者:lc
  1. cifafenxiqi

    0下载:
  2. 词法分析器··C++实现 -lexical analyzer
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1884454
    • 提供者:赖志华
  1. CMinus

    0下载:
  2. c-词法分析器 很好很强大 编译in。txt文件内容的-c-lexer very very strong build in. txt file contents of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1374582
    • 提供者:于汐
  1. scan

    0下载:
  2. 单独分离出来的C-手工词法分析器,需要自己建立一个工程来运行本程序。为《编译原理与实践》一书之后的实验题的代码。-Single isolated C-hand lexical analyzer, needs its own to establish a project to run this program. For " Compiler Construction Principles and Practice," a book after the experiment of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4293
    • 提供者:飞鱼
  1. language

    0下载:
  2. 比较简单易懂的词法分析器,可以拿来参考-adsfasdfasdfasdfadf
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:387640
    • 提供者:flyingpifads
  1. Pascal

    0下载:
  2. 1、pascal词法分析器实验报告 2、包括产生式规则,源代码,完整的实验报告和简单的例子 3、能够区分出各各单词并能判断它属于保留字、标识符、常数、运算符、分隔符五大类中的哪一类-1, pascal experiment reports two lexical analyzer, including production rules, source code, complete the report and a simple example experiment 3, to disti
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:92394
    • 提供者:yangdingda
  1. shiyan2

    0下载:
  2. 本函数是一个词法分析器,其分析主要从几个方面入手: * * 1.先判别是不是注释。一旦读入的字符出现 / * ,则用一个while循环一直读取下面的字符,直到出现* /为止。 * * 2.接着判断是不是以数值开头的。如果是以数值开头则再分情况讨论: * A.在遇到空格之前,后面读进来的都是数值的话,则很明显,这是一个数。然后将其种别码输出来(37,-) * B.在遇到空格之前,后面读进来的都是数值的话,譬如123ac 那么这是一个非法字符,输出错误-This funct
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2829
    • 提供者:JK
  1. LexicalAnalysis

    0下载:
  2. 小词法分析器 可以从文本输入内容后,经程序分析得出分析结果-LexicalAnalysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:917
    • 提供者:blue3
  1. CodeAnalyseTest

    0下载:
  2. java写的词法分析器,java语言的分析器-java write lexical analyzer, java language parser
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:27904
    • 提供者:huang
  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. cifafenxiqi

    0下载:
  2. 一个成型的小型词法分析器.很适用.不错的的选择.-Forming a small lexical analyzer. Is applicable. A good choice.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:79179
    • 提供者:liwei
  1. compiler

    0下载:
  2. 词法分析器即词法分析程序又称为扫描器,其功能在于依次扫视字符串形式源程序中的各个字符,逐个识别出其中的单词,并将其转换为内部编码形式的单词符号串作确为输出-Lexical analyzer that lexical analysis program, also known as scanner, its function is to sweep a string followed by the various characters in the form of the source progra
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:81214
    • 提供者:biao
  1. cifayufa

    0下载:
  2. 一个简单的词法和语法分析器,很适合新手学习,也可以拿来做实验报告.-A simple lexical and syntax analyzer, it is suitable for novice learning can also be used as a lab report.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:60982
    • 提供者:liwei
  1. PL0

    0下载:
  2. 用VC实现PL0编译程序的词法分析器的修改和扩充,增加保留字,扩充运算符,增加条件语句 -Achieved with the VC compiler lexical analyzer PL0 changes and expansion to increase the reserved words, expansion operator to increase the conditional statements
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2685
    • 提供者:新新
  1. lab3

    0下载:
  2. 用C++编写的简单的词法分析器,还请大家多多指教。-C++, written in a simple lexical analyzer, but also please the exhibitions.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3149
    • 提供者:wendongqin
  1. 123

    0下载:
  2. 算符优先的自上而下词法分析器,有些许复杂,有点难。-Operator priority top-down lexical analyzer, slightly complicated, somewhat difficult.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:169022
    • 提供者:wendongqin
  1. parser

    0下载:
  2. 可用于编译原理课程设计,有词法分析器,语法分析器等-Principles of curriculum design can be used to compile, there are lexical analyzer, parser, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:69752
    • 提供者:王军
  1. lexical_analyzer

    0下载:
  2. 设计SIMPLE语言的词法分析器,包含编译原理的实验报告,并有实验截图-SIMPLE language, lexical analyzer design, including principles of experimental report compiled and are experimental Screenshots
  3. 所属分类:Editor

    • 发布日期:2017-04-04
    • 文件大小:44427
    • 提供者:wu
  1. mlex

    0下载:
  2. 词法分析器设计 读入源程序,每从源程序中发现一个符号串构成一个单词,即输出一个二元式(单词种别,单词值)。其中单词种别用整数说明。标识符的单词值为其在符号表中的记录号。非负整常数的单词值为其在常数表中的记录号-Lexical analyzer designed to read into the source code, each symbol from the source found in a string constitutes a word, that is, the output o
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:447721
    • 提供者:孔小亮
  1. LRTrans1

    0下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:223335
    • 提供者:孔小亮
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com