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

搜索资源列表

  1. 00

    0下载:
  2. 非常简单的词法分析程序,还有很多不足之处-Very simple lexical analysis procedures, there are many inadequacies
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1133
    • 提供者:Jamon Wong
  1. cifafenxi

    0下载:
  2. 简单c语言词法分析程序,实现了关键字识别功能,二分查找功能-Simple lexical analysis program c language to realize the keyword recognition, binary search function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7467
    • 提供者:屈小勇
  1. compilar

    0下载:
  2. 实现编译器的词法分析,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行)-Achieve compiler lexical analysis, from the input source program to identify each word has an independent significance, that is the basi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:4350
    • 提供者:林彩霞
  1. cifafenxi

    0下载:
  2. 系个简单的词法分析程序源代码,大家共同分享-Department of a simple lexical analysis of source code, we share
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:47198
    • 提供者:changmo
  1. byyl

    0下载:
  2. 词法分析 vc++ 适用于简单的c源程序的词法分析-Lexical Analysis vc++ Applied to a simple c source of lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3195
    • 提供者:hdxklsc
  1. 1

    0下载:
  2. 编译原理 词法分析程序(定义保留字,标识符,常数,运算符,分隔符,其它单词总别码分别为1,2,3,4,5,6 )-Compilation Principle lexical analysis process (the definition of reserved words, identifiers, constants, operators, delimiters, other words the total of other codes were 1,2,3,4,5,6)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1819
    • 提供者:w
  1. subset

    0下载:
  2. 一个简单的词法分析子程序,可以分析简单文本-A simple lexical analysis routines can be simple text analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:290520
    • 提供者:蒋文军
  1. PROGRAM4

    0下载:
  2. 用Pascal语言编写的PL0的词法分析和语法分析功能的程序-By Pascal language PL0 the lexical analysis and syntax analysis procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2568
    • 提供者:helen
  1. lab1

    0下载:
  2. c-词法分析(Lex自动生成) 能自动生成c-语言程序的token序列-c-lexical analysis (Lex automatically generated) can be automatically generated c-language program of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:12716
    • 提供者:
  1. cffxsy

    0下载:
  2. 1.任选一个C语言词法子集设计DFA模型 2.要求对C语言词法规则设计编码,最后编写成源程序并能输出正确的结果。 3.给出2个测试实例,一个正确的和一个错误的来验证本词法分析程序。 4.用文件输出单词属性表(名字为班号最后2位+学号.txt)-1. Choose a C-word method design DFA model 2. Calls for the design of C language lexical coding rules, and finally devel
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:39647
    • 提供者:wangtao
  1. word

    0下载:
  2. c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:82449
    • 提供者:谢斌
  1. cifa

    0下载:
  2. 能实现对输入字符的词法分析,但不太完善,还需要进一步完善,结果中会出现毛病.-To achieve the input of the lexical analysis of characters, but less than perfect, but also need to be further improved, the result will be problems.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:9988
    • 提供者:夜间游子
  1. Lexical_Analyzer

    0下载:
  2. 该程序完成对相应文法的词法分析,并返回相应的结果-The procedure is completed the corresponding lexical grammar analysis, and return to the corresponding results
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:5389
    • 提供者:shulin
  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
    • 文件大小:26678
    • 提供者:李庆
  1. cifafenxi

    0下载:
  2. 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列-Compilation Principle- lexical analysis functions: Input: the grammar of the source code to the output string: Binary Group (syn, token or sum) constitute a sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:8646
    • 提供者:李小玲
  1. cifafenxi

    0下载:
  2. 实验题目:词法分析器 一、实验目的: 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析原理的理解。-Experimental subjects: a lexical analyzer, experimental purposes: the design, preparation, debug a subroutine lexical analysis- to identify words, deepen understanding of the princ
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1487
    • 提供者:jkmshen
  1. yufa

    0下载:
  2. C语言语法分析器,完成其整个词法语法分析,并将规约动作显示出来-C language parser, to complete its analysis of the lexical grammar, and the Statute of action displayed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:14070
    • 提供者:wanggang
  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
    • 文件大小:2482
    • 提供者:刘雷
  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
    • 文件大小:2888
    • 提供者:刘雷
  1. hhsthththw

    0下载:
  2. 编译原理的词法分析实验,包括实验源代码、实验说明,初学者能够自己看懂-Compiler Construction Principles of lexical analysis experiments, including experiment source code, the experiment shows that beginners can understand their own
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1897
    • 提供者:刘雷
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com