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

搜索资源列表

  1. CIFAFENXI

    0下载:
  2. C语言 词法分析器。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号. (2) 可以识别并读取源程序中的注释. (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,输出统计结果. (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置. (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理, 可以检查并报告源程序中存在的所有词法拼写错误.-C l
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2302
    • 提供者:lili
  1. pccts133

    0下载:
  2. 本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便-The Tool provide an IDE for Syntactic and phrase parser,also provide interfaces for other c comiler, which is very convenient
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:505011
    • 提供者:站长
  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. word

    0下载:
  2. c语言版的词法分析器,分析c语言 图形界面-c language version of the lexical analyzer, analyze c language graphical interface
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:82449
    • 提供者:谢斌
  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. c

    0下载:
  2. C++ C 词法分析器,编译原理, 运行时输入文件(input.txt)路径,文件内容为{}BEGIN FOR(I=0 I<10 I=I+1){} END-C++ C lexical analyzer, compiler theory, run-time input file (input.txt) path, the document says () BEGIN FOR (I = 0 I < 10 I = I+1) () END
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2338
    • 提供者:Nancy
  1. while

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

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. cifafenxiqi

    0下载:
  2. 编译原理 词法分析器实现 用c++实现 -complie theory 词法分析器
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:25062
    • 提供者:王博
  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. cifafenxi

    0下载:
  2. C语言词法分析器源代码,用于实现C语言的词法分析。-C language lexical analyzer source code used to implement the C language, lexical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:9935
    • 提供者:ML
  1. Clex

    0下载:
  2. C语言编写的C语言词法分析器,输出格式(词类,数值)-C language lexer
  3. 所属分类:

    • 发布日期:2017-04-01
    • 文件大小:15013
    • 提供者:何圈
  1. compilation

    0下载:
  2. 编译原理 内有词法分析器 语法分析器 语义 中间代码生成-compile
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2210710
    • 提供者:DUHONGLIN
  1. Simple-C-lexical-analyzer

    0下载:
  2. 简单C词法分析器 C语言的字符串常量书写时使用了大量的转义符-Simple C lexical analyzer written in C language string constants used a large number of escapes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:3029
    • 提供者:xiaoxiao
  1. C-language-WordAnalyse

    0下载:
  2. C语言词法分析器,本C++代码实现了对C语言的分析。是C语言的解释器。-C language lexical analyzer, the C++ code analysis for C language. Is a C language interpreter.
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-11
    • 文件大小:3064222
    • 提供者:fi
  1. c--

    0下载:
  2. flex中使用的C--词法分析器源代码,可以用于yacc中-used in flex C- lexical analyzer source code can be used in yacc
  3. 所属分类:其他小程序

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:航海日志
  1. CPPLexical-nalysis

    0下载:
  2. 用C#制作的C++词法分析器,可以完成对代码量不太长的分析。-Made in C# C++ lexical analyzer, the amount of code can be done not too long analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:60103
    • 提供者:崔立东
« 1 2 34 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com