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

搜索资源列表

  1. ljSimple

    0下载:
  2. 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced sea
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:61206
    • 提供者:liujing
  1. 09004242

    0下载:
  2. 由VC++构建的词法分析器,实现简单的词法分析器,从输入的测试程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。-VC constructed by the lexical analyzer and achieve simple lexical analyzer, from the import of testing procedures, all identified with the independent significance of the wor
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34372
    • 提供者:IE
  1. biyicifa

    0下载:
  2. 一个类PASCAL语言的词法分析器完成的较粗糙.-a category PASCAL language lexical analyzer completion of the rough.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:laohu
  1. fenxiq

    0下载:
  2. C语言书写的词法分析器,功能不是很完善,请多指教-written in C language lexical analyzer, function is not perfect, please enlighten
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2617
    • 提供者:macha
  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. 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. bianyiyuancifafenxiqi

    0下载:
  2. 编译原理词法分析器,大家下来看看.很好的东西.-compiler theory lexical analyzers, we look down. Good things.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1714
    • 提供者:张磊
  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 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com