CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 模式匹配

搜索资源列表

  1. c_chazhao

    0下载:
  2. 一个简单的查找程序,简单的模式匹配,并且不支持模糊查找(含有 ? 或者 * 的字符串),意义不大。-a simple search procedure, a simple pattern matching, and do not support Fuzzy Search (containing or * string), has little significance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:856byte
    • 提供者:张保强
  1. CHARpipei

    0下载:
  2. 字符串模式匹配的C语言实现.在Windows系统wintc下编译-string pattern matching the C language. In the Windows system under compiler wintc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:788byte
    • 提供者:xieyixin
  1. FindSub

    0下载:
  2. 串模式匹配的测试小程序,使用数据结构的链表存储管理-string pattern matching small test procedures, the use of the linked list data structure Storage Management
  3. 所属分类:书籍源码

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

    0下载:
  2. 这个是串模式匹配的类定义和实现的c++程序。程序首先给出了串模式匹配的的定义,接着给出了它的实现,最后测试,输出结果。 FindSub.cpp就是程序 FindSub.txt是运行结果-the string pattern matching is the type definition and realization of the c procedures. First procedures given the string pattern matching, the definitio
  3. 所属分类:其它

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

    0下载:
  2. 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme,
  3. 所属分类:其它

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

    0下载:
  2. 一个对简单的括号的模式匹配的算法,对入门的人员有一点的指导。
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:232.32kb
    • 提供者:xielei
  1. fib

    0下载:
  2. 模式匹配生成数组菲波那齐数列求职求值进制转换使十进制转二进制
  3. 所属分类:其它

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

    0下载:
  2. 使用纯汇编语言实现的字符串模式匹配源代码。
  3. 所属分类:汇编语言

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

    0下载:
  2. 这是一段关于语音处理与识别的程序,包括预处理,端点检测,线性倒谱系数求解,并运用dtw算法进行模式匹配。-This is a speech processing and recognition on the program, including pretreatment, endpoint detection, linear cepstrum solution, and the use of dtw algorithm for pattern matching.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:202kb
    • 提供者:董小方
  1. dtw

    0下载:
  2. 动态时间规正算法,用于语音识别,模式匹配等,在matlab环境下使用-Dynamic time warping algorithm for speech recognition, pattern matching, etc., in the matlab environment
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:2.03mb
    • 提供者:zzr
  1. KMP

    0下载:
  2. 用于模式匹配的算法,c++,能够比传统的回溯方法要强的多-for pattern match,c++
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:856byte
    • 提供者:fa
  1. ImagePatternRecognition

    0下载:
  2. 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10.17mb
    • 提供者:xingshimei
  1. ACsearch_DPPcompact_with_driver

    0下载:
  2. AC多模式匹配算法的CUDA实现 Aho-Corasick算法是基于有穷状态自动机的多模式匹配算法-AC multi-pattern matching algorithm CUDA implementation Aho-Corasick algorithm is a finite state machine based on the multi-pattern matching algorithm
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1019.35kb
    • 提供者:jiangwei
  1. chuanbipei

    0下载:
  2. 串匹配操作 串的模式匹配算法 分析串的基本操作及特性-String matching operation string pattern-matching algorithms analyze the basic operation and characteristics of string
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:877byte
    • 提供者:elick
  1. kmp

    0下载:
  2. 串的模式匹配可以从模式p的p[k]开始与正文t的t[j+i]开始依次比较,(若p[k]==t[j+i]继续比较p[k+1]=?=t[j+i+1]直至出现p[k+l]!=t[j+i+l-1]时,重新寻找新的p[k+l]的那个最大k 然后再比较p[k ]=?=t[j+i+l]直至匹配或遍历结束)。省去了前面的k次比较。当对应p[i]的k有多个,取最大的k。-Pattern matching string from the pattern p, p [k] started with the body
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:9.17kb
    • 提供者:王蕾
  1. KMP

    0下载:
  2. KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:674byte
    • 提供者:xilo
  1. mfccdtw

    1下载:
  2. 先用端点检测将语音中有用的语音部分提取出来(即将头部和尾部的静音部分除掉),然后用LPC算法提取语音信号的特征参数,进行动态归整(DTW算法)后与模板库里面的标准语音作比较,最后将识别结果进行D/A转化后播放出来。在本部分的设计中,则主要完成语音识别的模式匹配算法部分的软件实现。 -First with the endpoint detection of speech to voice some of the useful extracted from the (soon to mute som
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-22
    • 文件大小:6.5mb
    • 提供者:吴斌
  1. speech

    0下载:
  2. 这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:18.98kb
    • 提供者:董芳
  1. YUYIN

    1下载:
  2. 语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-16
    • 文件大小:18.96kb
    • 提供者:董芳
  1. ACsearch_DPPcompact_with_driver

    0下载:
  2. cuda语言实现AC多模式匹配算法,用cuda语言实现并行算法。-cuda AC multi-language pattern matching algorithm, parallel algorithm with cuda language.
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2.51mb
    • 提供者:wangzhenhua
« 12 3 »
搜珍网 www.dssz.com