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

搜索资源列表

  1. cf

    0下载:
  2. 是关于一个词法分析器的一个程序-Is about a morphology analyzer procedure
  3. 所属分类:Compiler program

    • 发布日期:2017-12-05
    • 文件大小:2178
    • 提供者:贺静静
  1. JLex

    0下载:
  2. JLex词法分析生成器,可以用于生成简单词法分析器,java编写-JLex lexical analysis generator can be used to produce simple lexical analyzer, the preparation of java
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:94373
    • 提供者:
  1. cifafenxiqi

    0下载:
  2. 编译原理课程设计报告+词法分析器(C++)源代码 逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:50067
    • 提供者:michelle
  1. Scan

    0下载:
  2. C语言的词法分析器,界面很好看,功能也还可以-C language, lexical analyzer, a good interface, the functions can also be
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3140
    • 提供者:liujunfeng
  1. cifafenxiqi

    0下载:
  2. C语言的词法分析器,功能比较简单,可识别部分关键字,变量,常量,标识符。-C language lexical analyzer function is relatively simple to identify some keywords, variables, constants, identifiers.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1604
    • 提供者:秦始皇
  1. 200632580164

    0下载:
  2. 一个基于c#语言的词法分析器,实现的功能全部由《编译原理》提供-Based on the c# Language lexical analyzer to achieve the functions of all by the
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:53009
    • 提供者:lc
  1. LexicalAnalyer

    0下载:
  2. 一个简单有效的CMM语言的词法分析器,带图形界面-A simple and effective CMM language lexical analyzer with a graphical interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:81574
    • 提供者:adam goo
  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. 20047221637691

    0下载:
  2. 编译原理,词法分析器,vc源代码,已编译通过!-Compiler theory, lexical analyzer, vc source code, compiled through!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1741421
    • 提供者:zuojuxian
  1. Test

    0下载:
  2. 具有图形化界面的词法分析器,其功能为:可通过手工输入或文件打开形式输入程序,进行此法分析。-With the graphical interface of lexical analyzer, and its function as follows: through manual input or file input program to open the form, in this analysis.
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:3114
    • 提供者:孙静
  1. wordanalysis

    0下载:
  2. 采用VC编程的词法分析器,代码可以直接运行,思路清晰易懂,可用作演示,也可帮助理解编译原理的词法分析过程-Programming using VC lexical analyzer, code can be directly run clear and understandable, can be used as a demo, but also can help the compiler to understand the principle of the process of lexical
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:6948
    • 提供者:卓琳 瑞格
  1. LEX

    0下载:
  2. 词法分析器,VC++编写,是学习编译原理的好工具,包含自己定义格式的源文件输入。-Lexical analyzer, VC++ to prepare, to learn principles of good tools to compile, contains its own definition of input source file formats.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:26832
    • 提供者:huihui
  1. lexicalanalyzer

    0下载:
  2. 一个简单的C词法分析器,c语言编写,通俗易懂-A simple C lexical analyzer, c language, user-friendly
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:10132
    • 提供者:
  1. pl_0_word

    0下载:
  2. PL/0 语言的编译程序的一个部件,词法分析器。读入由PL/0语言编写的源代码,识别其中的关键字、标志符、数字,转换成程序可识别的中间符号并输出,包含词法错误检测-PL/0 compiler language of a component, lexical analyzer. Read entry from the PL/0 language source code, to identify one of the keywords, identifier, number, convert the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:4650
    • 提供者:吴潇
  1. cifafenxiqi

    0下载:
  2. 这是一个词法分析器 压缩文件包括了源代码和测试数据 -THIS IS A PROGRAMME
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:48381
    • 提供者:wangqinghu
  1. Compiler---Thesisandcode

    1下载:
  2. 参照龙书编写的编译器,包括词法分析器,语法分析器,和生成三地址码的中间代码生成器。文件中包含代码和三篇论文。-Reference book written long compilers, including lexical analyzer, parser, and generate three address code between the code generator. File contains code and thesis 3.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1488964
    • 提供者:Wang Jia
  1. C_language_lexica_analyzer

    0下载:
  2. VC++环境下编写的C语言的词法分析器。-VC++ environment to prepare the C language lexical analyzer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:tianshi
  1. ccfxq

    0下载:
  2. 这是我同学做得编译原理——词法分析器,有读源文件,和写目标文件-This is the principle of my classmates to do the compiler- lexical analyzer source file has read, and write the destination file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2716
    • 提供者:海阔天空
  1. Lex

    0下载:
  2. 一个关于运算的词法分析器,转载人家的,很简单的一具词法分析器-lex
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1058
    • 提供者:peilishen
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com