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

搜索资源列表

  1. antlr_2_7_5

    0下载:
  2. antlr学习电子书.antlr是一种语言识别工具,他提供了一个框架,可以通过包含java,c++,或c#的语法描述来构造语言识别器,编译器和解析器-antlr learning books. antlr is a speech recognition tool, he provides a framework can include java, c++, or c# syntax descr iption to construct the language identifier, the co
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1.28mb
    • 提供者:罗高
  1. 根据某一LL(1)文法编制调试预测分析程序

    0下载:
  2. 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:7.05kb
    • 提供者:suhuhu
  1. LR1

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-Construct LR (1) analytical procedures, and use it to parse sentences of whether the judgment given string of symbols for grammar recognition LR (K) analysis method is stri
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:34.88kb
    • 提供者:孙辰
  1. f

    0下载:
  2. Prompt Indian Coin Recognition with Rotation Invariance using Image Subtraction Technique Vaibhav Gupta, Rachit Puri, Monir Verma -ImagePrompt Indian Coin Recognition with Rotation Invariance using Image Subtraction Technique Vaibhav
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:2.26mb
    • 提供者:machao
  1. tcp_server

    0下载:
  2. siri语音识别基于lua开发的驱动程序。经过测试,十分好用。-siri speech recognition based on lua development driver. After testing, very easy to use.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:6.2kb
    • 提供者:胡彪
  1. test

    0下载:
  2. 编译原理词法分析程序,能够实现简单的算式表达式识别,入门学习可以参考的。-Compiler theory lexical analysis procedures, to achieve a simple formula expression recognition.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:253.05kb
    • 提供者:
  1. EBP

    0下载:
  2. 能进行BP神经网络的建立、训练与识别,广泛应用于模式判别-BP neural network can be set up, training and recognition
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1.07kb
    • 提供者:离天堂
  1. character-recognisation

    0下载:
  2. Character recognition using neural network
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6.6kb
    • 提供者:Dipjyoti
  1. test1

    0下载:
  2.   1.1输入输出   程序输入为含有Pascal语言字符串的文件Test.cpp程序在控制台输出为含有二元组<code,String>和错误信息。其中code为单词符号类别标示,String为识别的单词。   1.2大小写不敏感:   程序对大小写不敏感,输出均为小写字符。 1.3注释识别功能:   当程序中出现“/*”时就会放弃对之后字符的识别,直至遇到“*/”,并将/*…*/部分识别为注释输出。   当输入中只有“/*”而没有与之对应的“*/”时输出“E
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:江桥
  1. grammatical-analysis

    0下载:
  2. 编译原理语法分析,识别程序中语法是否正确,输出识别过程-Compilation Principle syntax analysis, identification procedures in the correct syntax, output the recognition process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:47.87kb
    • 提供者:张锷
  1. isbn

    0下载:
  2. 基于jflex的isbn识别,返回isbn码是否正确-Isbn recognition jflex based on the return code is correct isbn
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.07kb
    • 提供者:zzx
  1. syntactic-analyzer

    0下载:
  2. 用Yacc编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-With Yacc write a parser, so that combined with the lexical analyzer that depending on the context-free grammar of language, whether the input word sequence recognition grammar of the senten
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:314.19kb
    • 提供者:xiaowang
  1. lexical-analyzer

    0下载:
  2. 用递归下降法编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-Write a parser using recursive descent method, combined with the lexical analyzer makes it possible depending on the context-free grammar of language, whether the input word sequence recogn
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:204.58kb
    • 提供者:xiaowang
  1. DHO-HMM-sourceforge-1.03

    0下载:
  2. this code contain hmm speech recognition
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:39.32kb
    • 提供者:sem
  1. finger

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

    • 发布日期:2017-04-15
    • 文件大小:4.7kb
    • 提供者:hung le
  1. mark_minutia

    0下载:
  2. fingerprint recognition matlab code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:669byte
    • 提供者:hung le
  1. ANN

    0下载:
  2. Uploaded file is associated with ANN. which is one most important method to pattern recognition, forecasting and -Uploaded file is associated with ANN. which is one most important method to pattern recognition, forecasting and ...
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:954byte
    • 提供者:ali
  1. SB2_ControlSettings

    0下载:
  2. 这是相关向量机的工具包文件的part1,相关向量机作为机器学习的一种,被广泛用于数据预测、模式识别等等。-This is related to vector machine toolkit files part1, relevance vector machine as a machine learning, it is widely used for data prediction, pattern recognition, and so on.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:清临溪
  1. SB2_Diagnostic

    0下载:
  2. 这是相关向量机的工具包文件的part2,相关向量机作为机器学习的一种,被广泛用于数据预测、模式识别等等。-This is related to vector machine toolkit files part2, relevance vector machine as a machine learning, it is widely used for data prediction, pattern recognition, and so on.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.73kb
    • 提供者:清临溪
  1. Door-Recognition

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

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