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

搜索资源列表

  1. cmmLexAnalysis

    0下载:
  2. 自己写的一个c的子集的词法分析器,实现对单词的识别等,出错有出错提示功能-Himself wrote a c a subset of the lexical analyzer, the realization of word recognition, and that mistakes have prompted an error function
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:286381
    • 提供者:yy
  1. Cifa

    0下载:
  2. C++做的简单的词法分析器,实现了最原始的识别功能-C++ Do simple lexical analyzer to achieve the most primitive recognition
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1698
    • 提供者:suyi
  1. antlr

    0下载:
  2. ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:468234
    • 提供者:jason
  1. 15102856134

    0下载:
  2. 词法分析器,本程序是C语言的一个子集的词法分析程序,只能识别整型数字和部分关键字和部分符号。-Lexical analyzer, the C language program is a subset of the lexical analysis procedure to identify only integer numbers, and some parts of keywords and symbols.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:125089
    • 提供者:jervis
  1. main

    0下载:
  2. 小型的英语识别程序 识别语法是否正确 没有太深的编译原理知识的人可以接受 -Small-scale identification procedures to identify English grammar is correct compiler is not too deep knowledge principle acceptable
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1419
    • 提供者:liangyihao
  1. pl_0_word

    0下载:
  2. PL/0 语言的编译程序的一个部件,词法分析器。读入由PL/0语言编写的源代码,识别其中的关键字、标志符、数字,转换成程序可识别的中间符号并输出,包含词法错误检测-PL/0 compiler language of a component, lexical analyzer. Read entry from the PL/0 language source code, to identify one of the keywords, identifier, number, convert the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:4650
    • 提供者:吴潇
  1. Compile

    0下载:
  2. 用于用C++编写的词法分析分析器,能够很好的识别语言中的错误,以及语法
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1928073
    • 提供者:刘涛
  1. LexicalAnalyzer

    0下载:
  2. 两个C语言的词法分析器,从缓冲区中取出字符,识别出单词符号-Two C language lexical analyzer, remove the characters from the buffer to identify the word symbols
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3311
    • 提供者:马烈
  1. my

    0下载:
  2. flex 词法分析器 识别token单元-syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2170
    • 提供者:hy
  1. compiler

    0下载:
  2. 一个简单的识别运算的编译器程序,在windows下运行-Identification of a simple computing program compilers, run at windows
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:42298
    • 提供者:王玮
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
  1. LexicalanalysisofC

    0下载:
  2. C词法分析程序,能够识别浮点型,科学计数型-C lexical analysis procedure to recognize floating-point type, scientific Counting
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1933619
    • 提供者:wangyao
  1. cifafhenxiqi

    0下载:
  2. 编写能识别给定的程序设计语言的词法规则,输出单词流的识别程序。-Prepared to identify a given programming language of the lexical rules, the output word identification process flow.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1349
    • 提供者:陈媛
  1. bianyiyuanlicifafenxiqi

    0下载:
  2. 这是一个很好的C语言词法分析器,可以识别c的所有标示符,运算符,并将结果输出到文件中,并对错误进行提示-This is a very good C language lexical analyzer to identify all the indicators c, operator, and the results output to a file, and prompt errors
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:572520
    • 提供者:张慧
  1. 8736102620070413245632

    0下载:
  2. 编译原理运用c++词法编译中怎样对保留字的识别-How to compile lexical word recognition on the reservation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3461
    • 提供者:xxb
  1. Lex

    1下载:
  2. 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:338833
    • 提供者:Nancy
  1. cifa

    0下载:
  2. 编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,-The preparation of a C language subset of the lexical analysis of C language source code program to scan, identify simple language the basic words, identifiers, unsigned
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:1195
    • 提供者:xifei
  1. cifa

    0下载:
  2. 此为C语言的词法分析器,基本能识别标示符、数字、字母,运算符等-This is the C language, lexical analyzer, to identify the basic indicators, numbers, letters, and other operators
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:18983
    • 提供者:
  1. parser

    0下载:
  2. 语法分析,包括对浮点数的识别 分析只针对表达式进行的-Syntax analysis, including analysis of floating-point numbers only to the identification of expressions
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2420
    • 提供者:yjjhyxy
  1. chepaidingweixidong

    0下载:
  2. 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4490647
    • 提供者:李国庆
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com