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

搜索资源列表

  1. in

    0下载:
  2. 编译原理中的词法分析器的生成,比较适合初学者-Build on the principle of lexical analyzer generation, more suitable for beginners
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:137366
    • 提供者:
  1. cffx3

    0下载:
  2. C++词法分析器。。简易的 分为关键字。。数字。。自定义字符-c++ cifafenxi..
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1214
    • 提供者:李笑功
  1. thecodeAnalysis

    0下载:
  2. 词法分析器。实现对输入的函数进行词法分析,并有规定的输出-Lexical analyzer. Realize the function of the input lexical analysis, and a specified output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6208
    • 提供者:energy4565
  1. cifafenxiqi6

    1下载:
  2. 该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter =
  3. 所属分类:其他小程序

    • 发布日期:2017-05-15
    • 文件大小:1978
    • 提供者:张凤
  1. compiler_construction_source_code

    1下载:
  2. 编译原理课程设计 包括语法分析器,词法分析器,自动词法分析器-compiler_construction_source_code including parser, scanner
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:28476
    • 提供者:michael
  1. 44444444425

    0下载:
  2. C 语言写的词法分析器,自己写的,多多指教-C language to write the lexical analyzer, he has written the exhibitions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2956
    • 提供者:许俊威
  1. cifa

    0下载:
  2. 词法分析器一个 c语言的词法分析器,简单实用-A lexical analyzer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2068
    • 提供者:hou
  1. cifa

    0下载:
  2. 自己写的词法分析器,语法分析器,觉得不错,多多指教-Write your own lexical analyzer, parser, feel good, great weekend
  3. 所属分类:Multi Monitor

    • 发布日期:2017-04-03
    • 文件大小:3385
    • 提供者:许俊威
  1. cifafenxiqi

    0下载:
  2. 词法分析器,用于实现编译过程中的词法分析与解释-Lexical analyzer, the compilation process for the realization of the lexical analysis and interpretation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:941905
    • 提供者:gting
  1. ICTCLAS2010CSharpDemo

    0下载:
  2. 中文分词源程序, 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:93050
    • 提供者:Liuying
  1. 89346508vc61667782466_newaspreytrtyh

    0下载:
  2. 判断单词结构的词法分析器小程序,它能够分析单词符号传递的语法语义-yufayuyifencichengxu
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:246328
    • 提供者:wangshunyao
  1. Cifafenxiqi

    0下载:
  2. 编译原理的词法分析器,将用户输入的内容转换成二元记号流-Compiler theory of lexical analyzer, the user input into the content stream of binary tokens
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:849
    • 提供者:Mervyn
  1. aaa

    0下载:
  2. VC++语言编写的一个简单的词法分析器实现词法分析功能-Written in VC++ lexical analyzer to achieve a simple lexical analysis function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:616381
    • 提供者:11
  1. xl

    0下载:
  2. 该文件为词法分析器,可以实现对基本词法分析-The document is the lexical analyzer, which enables the basic lexical analysis! !
  3. 所属分类:Editor

    • 发布日期:2017-04-01
    • 文件大小:41236
    • 提供者:hesen
  1. QIN

    0下载:
  2. 词法分析器程序 可以实现指定的单词的分析 可以实现‘{ 、 } 、 等的分析-词法分析器程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:895
    • 提供者:qinchao
  1. pl0

    0下载:
  2. 一个教学应用的编译器,pl0编译器基本实现了一个词法分析器的主要功能,但是有一些缺陷,这些缺陷是作者故意做的,以此可以让学生完善这些功能,从而达到让学生更好的了解编译器的目的-One of the application of the compilers, pl0 compiler lexer basically a main function, but there are some weaknesses which the author deliberately done, this can
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:3001
    • 提供者:李伟
  1. ForTrans

    0下载:
  2. 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1039010
    • 提供者:整修民
  1. cffx

    0下载:
  2. 词法分析器,对程序进行词法分析,编译器设计的第一个步骤-Lexer, lexical analysis of the procedures, the compiler first step in design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2289
    • 提供者:李子
  1. gaSQLParser

    0下载:
  2. 词法分析器 1.0版本 功能有限 JAVA-Java SQLparse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:194404
    • 提供者:liubin
  1. dsafgdsa

    0下载:
  2. 词法分析器,C++做的词法分析器.用于代码分析-Lexical analyzer, C++ to do the lexical analyzer. For code analysis
  3. 所属分类:Compress-Decompress algrithms

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