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

搜索资源列表

  1. 有穷自动机识别无符号数

    0下载:
  2. 有穷自动机识别源码- Has the poor automaton recognition source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:39.52kb
    • 提供者:秋水寒
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.41kb
    • 提供者:米子
  1. expresion

    1下载:
  2. 一个公式解析程序,支持变量,具有操作符优先级的自动识别,语法错误报警等功能-an analytical formula that supports variable, with the operator precedence, the automatic recognition of grammatical mistakes alarm functions
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:151.28kb
    • 提供者:hy
  1. antlr-3.0b5.tar

    0下载:
  2. ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a to
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.53mb
    • 提供者:guid
  1. jianyiyufafenxiqi

    0下载:
  2. LL(1)语法分析程序,(1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型 -LL (1) syntax analysis program, (1) on the importation of grammar, it can determine whether to LL (1) grammar, If so, then swit
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:124.24kb
    • 提供者:wanghe
  1. Noname2

    0下载:
  2. 编译原理\\单词识别-compiler theory \\ word recognition
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:蓝心
  1. lr

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar recognition, understanding LR (K)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11.46kb
    • 提供者:
  1. c

    0下载:
  2. 实现源程序输入串中注释、续行符的删除,换行符和Tab的替换,大写字母变换,得到预处理后的文本串,为单词识别做好准备。-Realization of input strings in the source notes, continued at the deleted line, newlines, and Tab replacement, capital letters transform, obtained after pretreatment of the text string, read
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1.14kb
    • 提供者:陈斌
  1. suanfa

    0下载:
  2. 实现识别标识符的状态转换图算法。掌握识别标识符的状态转换图的理论知识和算法实现。-Identifier to achieve recognition of the state transition map algorithm. Master identifier to identify the state transition graph theoretical knowledge and algorithms to achieve.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:994byte
    • 提供者:陈斌
  1. work

    0下载:
  2. 实现用MFCC作为特证向量的孤立词识别系统-Using MFCC as a special permit vector isolated word recognition system
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:460.67kb
    • 提供者:韩玉强
  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
    • 文件大小:279.67kb
    • 提供者:yy
  1. Cifa

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

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

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

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

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

    • 发布日期:2017-04-14
    • 文件大小:3.38kb
    • 提供者:xxb
  1. 83390096NNpascalsourcecode.ZIP

    0下载:
  2. Character Recognition OCR artificial intelligence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:15.03kb
    • 提供者:lenon
  1. TYJ(1)

    0下载:
  2. 一个简单的DFA,能实现任何自动机的识别器,且可以有多个终态-A simple DFA, to achieve any recognition automata, and can have more than one final state
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:835byte
    • 提供者:tangyanjun
  1. LexicalAnalyzer

    0下载:
  2. 可以实现词法分析器的基本要求,包括字符的识别,运算符号的识别等,算法简单,对学习编译原理有很好的帮助。-Lexical analyzer can achieve the basic requirements, including character recognition, symbol recognition operation, the algorithm is simple, the principle of learning to compile a very good help.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:156.9kb
    • 提供者:liang
  1. test2

    0下载:
  2. test for character recognition sofware
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.43kb
    • 提供者:sir
  1. antlr2.7.5

    0下载:
  2. ANTLR是什么ANTLR, 语言识别的另一个工具(ANother Tool for Language Recognition),( 前身是 PCCTS)是一种语言工具,它提供了一个框架,可以通过包含Java,C++,或C#动作的语法描述来构造语言识别器,编译器和解释器。 算机语言的解释已经变成了一种非常普遍的工作。传统的计算机语言的编译器和工具(如C或Java)仍旧需要被构造,它们的数量与需要开发的那些成千上万的小语言的识别工具和解释工具相比是相形见拙。程序员为了解析数据格式,图形文
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:425.35kb
    • 提供者:xiao keng hou
  1. dc1

    0下载:
  2. license plate recognition
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:471.31kb
    • 提供者:kemakem
« 12 »
搜珍网 www.dssz.com