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

搜索资源列表

  1. Lexical-analyzer 简单的词法分析器

    1下载:
  2. 简单的词法分析器 1. 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。 2.依次输出各个单词的内部编码及单词符号的自身值。 3.遇到错误时显示“无法识别的单词”,然后跳过错误部分继续显示 -Simple lexical analyzer 1. A process of reading words from the input source program, identify the meaning of
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-04-09
    • 文件大小:1091584
    • 提供者:xiao
  1. simple词法分析器.rar

    0下载:
  2. 这是用VC++6.0编写的一个简单的c语言的词法分析器,个人感觉良好,简单又实用。,This is the VC 6.0 of a simple preparation of the c language lexical analyzer, personal feel good, simple and functional.
  3. 所属分类:Compiler program

    • 发布日期:2016-05-10
    • 文件大小:5959
    • 提供者:周艳红
  1. lexical.rar

    0下载:
  2. 词法分析器,该程序可以识别数字,标识符,运算符,关键字,提取出各个单词,Lexical analyzer, the program can identify the number of identifiers, operators, keywords, extracted all the words
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:9876
    • 提供者:ansir
  1. cffxq

    2下载:
  2. 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-08
    • 文件大小:1665
    • 提供者:wian
  1. Compiler

    1下载:
  2. 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:68607
    • 提供者:童华兵
  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. cffxq

    0下载:
  2. 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:19337
    • 提供者:Michael
  1. compilerprograms

    0下载:
  2. compiler design -lexical analyzer,and others source codes for B.tech-cse -compiler design-lexical analyzer,and others source codes for B.tech-cse
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1941
    • 提供者:saurabhsingh
  1. Simple_Language_Lexer

    0下载:
  2. 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:182696
    • 提供者:林宇浩
  1. Compilercifa

    0下载:
  2. C语言词法分析器,用于实现C语言的词法分析,编写语言为C。-C language lexical analyzer, used to implement the C language, lexical analysis, the preparation of language is C.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1969
    • 提供者:ML
  1. Lexical-analyzer-(scanner)

    0下载:
  2. 词法分析程序(扫描器)的设计-编译原理实验-Lexical analyzer (scanner) of the design- build principle experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:177821
    • 提供者:浮云
  1. Compiler-theory-lexical-analyzer

    0下载:
  2. 编译原理词法分析器,内含要求、内容、源代码、测试结果,希望能过各位大侠的法眼-Compiler theory lexical analyzer, containing requirements, content, source code, test results, hoping to have you heroes of discernment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:120680
    • 提供者:li
  1. lexical-analyzer

    0下载:
  2. Delphi做的用于分析Pascal语言的词法分析器-Delphi Pascal language for the analysis to do the lexical analyzer
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:699620
    • 提供者:刘敬贤
  1. lexical-analyzer

    0下载:
  2. 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedure given by the lexical analyzer to recognize one word symbols, and binary type (other types of code word, the word symbols of attribute values) shows. And
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:8991
    • 提供者:
  1. lexical-analyzer

    0下载:
  2. 编译原理,词法分析器,包含实验报告和完整代码,vc++编的可视化程序-Compiler theory, lexical analyzer, and a complete report contains experimental code, vc++ code visualization program
  3. 所属分类:Compiler program

    • 发布日期:2017-06-03
    • 文件大小:15865057
    • 提供者:雷滋和
  1. lexical-analyzer

    0下载:
  2. 编译原理,用C语言和lex两种方法实现词法分析,并包含成功测试案例,与失败测试用例以及实验报告-lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:112703
    • 提供者:猪兔兔
  1. Lexical-analyzer

    0下载:
  2. 设计各个单词的状态装换图,并为不同的单词设计种别码。将词法分析器设计成供语法分析器调用的子程序。-Each word with the state of the design change figure, and for different words design codes will be kind lexical analyzer design into the parser calls for grammar subroutine
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:158118
    • 提供者:宋志伟
  1. Lexical-analyzer-code

    1下载:
  2. 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
  3. 所属分类:编译器/词法分析

    • 发布日期:2016-03-15
    • 文件大小:1385
    • 提供者:刘贵鹏
  1. Lexical-analyzer

    0下载:
  2. 编译原理中的词法分析器,利用Visual C++6.0实现-Compiling principle of lexical analyzer, use of Visual C++ 6.0 realized
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1118237
    • 提供者:张三
  1. lexical-analyzer

    0下载:
  2. 通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法 输入:字符串。 输出:二元式(种别编码,单词自身)构成的序列。 举例: 输入:a=$ # 输出:(6,a) (12,=) FOUND ERROR (13, ) -The design, development, debugging a specific lexical analyzer, and deepen
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:466130
    • 提供者:张映生
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com