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

搜索资源列表

  1. lex

    0下载:
  2. 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:66440
    • 提供者:lst
  1. C

    0下载:
  2. C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:62399
    • 提供者:kanjian666
  1. CIFAFENXI

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

    • 发布日期:2017-04-02
    • 文件大小:2302
    • 提供者:lili
  1. 语法分析器

    0下载:
  2. 词法分析器- Morphology analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:4620
    • 提供者:张惠
  1. code

    0下载:
  2. 编译原理词法分析器,生成二元式的代码!适合于大学计算机科学与技术实验设计。-compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1656
    • 提供者:qinying
  1. SLR1

    2下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:225176
    • 提供者:孔小亮
  1. Java-Scanner

    0下载:
  2. 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:183854
    • 提供者:林生
  1. 递归下降分析(大作业)

    0下载:
  2. 递归下降词法分析,很不错的一个词法分析器-recursive drop lexical analysis, a very good lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:47720
    • 提供者:an
  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. 词法分析器

    0下载:
  2. 编译原理:数学公式转化html语言格式的词法分析器(Lexical analyzer for converting mathematical formulas into HTML format)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:5760000
    • 提供者:ymchu
  1. compiler

    0下载:
  2. c语言子集编译器,完成词法分析、语法分析、语义分析,输出四元式。(C language subset compiler, lexical analysis, syntax analysis, semantic analysis, output four-unit sentence.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-12
    • 文件大小:16558
    • 提供者:ihdijk
  1. 词法分析

    0下载:
  2. 简单的词法分析器的设计的资料,非常有用,有助于新手学习。(Simple lexical analyzer design information, very useful)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-24
    • 文件大小:395264
    • 提供者:86752027
  1. PL0

    0下载:
  2. 基本的PL/0语言的词法编译器,具体实现要求见.txt文件(PL/0 Word scaner , to learn more details ,please read the .txt file)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-29
    • 文件大小:18432
    • 提供者:kincade
  1. 1

    0下载:
  2. 对一段c语言程序进行词法分析,输出每个单词的属性(This is a compiler of words,which is coded by c.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-01
    • 文件大小:44032
    • 提供者:UUUsb
  1. wordAnalysis

    0下载:
  2. 词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-05
    • 文件大小:615424
    • 提供者:菜丁丁
  1. 编译原理词法分析器

    0下载:
  2. 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:3268608
    • 提供者:帅帅的风
  1. Lexical_Analyzer

    0下载:
  2. 简易词法分析器,实现C语言词法分析。。。。(Simple lexical analyzer)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xiao_ning
  1. 词法分析器

    0下载:
  2. 简单的词法分析器,功能不多但是写的很详细(the scan of a simple compiler)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:饭香
  1. 简单词法分析器

    1下载:
  2. 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)
  3. 所属分类:编译器/解释器

    • 发布日期:2020-03-08
    • 文件大小:19456
    • 提供者:hsdhs123asd
  1. 词法分析

    1下载:
  2. 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo
  3. 所属分类:编译器/解释器

    • 发布日期:2020-12-09
    • 文件大小:1024
    • 提供者:ffffffx
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com