CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lexical analyzer

搜索资源列表

  1. simpleCompile

    0下载:
  2. 编译原理,一个简单的词法分析器,呵呵,这个大家应该能够喜欢-compiler theory, a simple lexical analyzer, what everyone should be able to like
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22972
    • 提供者:李合
  1. driver22

    0下载:
  2. 一个运行你的词法分析器来分析输入文件的测试平台-a run your lexical analyzer to analyze the input document Test Platform
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:whb
  1. 20070413245632

    0下载:
  2. 课程设计时作的词法分析器,大家看着玩玩吧,请大家指正-curriculum design for the lexical analyzer, we watched play it, please correct me
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3457
    • 提供者:sss
  1. wordanalyse

    0下载:
  2. 编译原理中的词法分析器,即对程序的词法进行分析,判断是否正确-compiler principles of the lexical analyzer, the program is the syntax analysis, judgment is correct
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13494
    • 提供者:daniao
  1. grammaranalyse12222

    0下载:
  2. 进行语法的分析,与词法分析器共同构成一个程序的分析器,检查程序错误等-syntax analysis, and the lexical analyzer together constitute a process analyzers, error checking procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:15509
    • 提供者:daniao
  1. cifayufa2003

    0下载:
  2. 这是一个使用MFC编成的词法语法分析器,它实现的界面及功能良好.-It is a monument of the MFC grammar lexical analyzer, it implements the interface and function well.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:96299
    • 提供者:lizi
  1. accidence_analyzer

    0下载:
  2. 这是一个编译原理里关于词法分析器的小程序。编程工具是:Visual C++ 6.0-This is a compiler theory Lane on the lexical analyzer small procedures. Programming tools : Visual C + + 6.0
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9927
    • 提供者:刘星
  1. bianyi0

    0下载:
  2. 一个用C++编写的词法分析器程序,可以添加关键字。-a C + + prepared by the lexical analyzer procedures, can add the keyword.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13240
    • 提供者:bobo
  1. tiger_Lexical

    0下载:
  2. 针对“虎书”中的tiger语言写的词法分析器 实现了多重注释嵌套、字符串中特殊转义字符和文件结束等处理。 具体请参考Readme.txt-the "tiger" that the tiger was the language lexical analyzer to achieve multiple nested Notes, strings and special escape characters such as an end-of-file processing.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:78800
    • 提供者:cjh
  1. TGramm

    0下载:
  2. 中文词法分析器,分析中文语句的歧异语句。-Chinese lexical analyzer, the Chinese part of the analysis of differences statement.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:64800
    • 提供者:于兴旺
  1. YuFaBY

    0下载:
  2. 这是一个功能比较完善的词法分析器,使用C语言编写,上传文件中已存在dsw文件及测试文件,下载无须配置环境即可运行。-This is a function of a relatively perfect lexical analyzer, the use of C language, Upload file has existed dsw documents and test documents, download configuration environment will not run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:18684
    • 提供者:lpz
  1. cffxqfengzhiweijayfung

    0下载:
  2. 该程序是汇编语言写的一个词法分析器,对初学者是一个很好的程序-the program is written in assembly language a lexical analyzer, for beginners is a good procedure
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:233557
    • 提供者:李微
  1. lexel

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

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

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. Compiler_lrt

    0下载:
  2. compiler lexical 词法分析器-compiler lexical lexical analyzer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6045
    • 提供者:梁荣堂
  1. Project-

    0下载:
  2. 编译器包括词法分析器,语法分析器,最后生成四元式-compiler including lexical analyzer and parser, the last four yuan-Generation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:71627
    • 提供者:侯晓婷
  1. mhgf

    0下载:
  2. 词法分析器 用c++做成的一个词法分析器-lexical analyzer c caused by the use of a lexical analyzer
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:36131
    • 提供者:moyuanyuan
  1. cffxiq

    0下载:
  2. 该程序是词法分析器,是编译原理课程的实验,对于广大学生很有用处。-the program is a lexical analyzer, the principle is to compile the experimental curriculum for the majority of students useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6783
    • 提供者:sun
  1. byylkcsj

    0下载:
  2. 基于C语言子集的词法分析器,编译原理作业-based on the C language subset of the lexical analyzer, compiler theory operations
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:17888
    • 提供者:张淼
  1. WordAnalysis2

    0下载:
  2. 用c++语言编写的词法分析器源代码,很适合做课程设计。-c language used in the preparation of a lexical analyzer source code, is suitable for curriculum design.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29932
    • 提供者:张智伟
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com