搜索资源列表

  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. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1043456
    • 提供者:jiangwei
  1. chuanbipei

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:elick
  1. moshipipeizaiwangluoruqingjiancexitongyingyong

    0下载:
  2. 本文是网络入侵检测中模式匹配算法的研究,文件需caj打开-This is a network intrusion detection pattern matching algorithm, the file be opened caj
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:3232768
    • 提供者:wwj
  1. KMP

    0下载:
  2. 1)编程动态实现简单模式匹配算法及模式匹配KMP算法; 2)根据给定的主串与模式串,给出根据两种匹配算法进行匹配的各趟匹配结果。 -KMP
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zhangxing
  1. string

    0下载:
  2. 实现朴素模式匹配算法和KMP快速模式匹配算法。 Index(S,T,pos) 函数返回值为串T在串S的第pos个字符后第一次出现的位置。-Achieve simple pattern matching algorithm and KMP pattern matching algorithm. Index (S, T, pos) function returns the string value of S T in the strin
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:176128
    • 提供者:Bill
  1. stringmatchin

    0下载:
  2. bore-moore模式匹配算法及一些改进算法-boyer-moore string matching algorithm and improving
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:235520
    • 提供者:ll_dzl
  1. Data_structures_string_pattern_matching_algorithm.

    0下载:
  2. 数据结构串的模式匹配算法Data structures string pattern matching algorithm -Data structures string pattern matching algorithms Data structures string pattern matching algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:47104
    • 提供者:ib
  1. suanfa

    0下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:dark
  1. KMP

    0下载:
  2. 本程序可以实现字符串模式匹配算法,在数据结构C语言版本的基础上,稍微改动了一下,原理参照书上所写的。-This program can be a string pattern matching algorithms, data structures in C language based on slightly changed a bit, principles written in the book reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:浪飞人海
  1. mfccdtw

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

    • 发布日期:2024-05-20
    • 文件大小:6816768
    • 提供者:吴斌
  1. acsmx

    0下载:
  2. AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:mashiwei
  1. ACsearch_DPPcompact_with_driver

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

    • 发布日期:2024-05-20
    • 文件大小:2627584
    • 提供者:wangzhenhua
  1. Rabin-Karp

    0下载:
  2. 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1007616
    • 提供者:linge
  1. BM

    0下载:
  2. 经典的单模式匹配算法:BM算法,对特征码检测有特别实用的帮助-The classic single-pattern matching algorithms: BM algorithm, signature detection with the help of special practical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dywisdomno1
  1. NEXTVAL

    0下载:
  2. 字符串的模式匹配算法,主要用的是数据结构-String pattern matching algorithm, the main data structure is used
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:mgh
  1. pattern-matching-algorithm

    0下载:
  2. 基于内容过滤的模式匹配算法比较,基于内容过滤的模式匹配算法比较.-Content-based filtering pattern-matching algorithm is relatively
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:321536
    • 提供者:linhaisong
  1. filtering-pattern-matching-algorithm

    0下载:
  2. 基于内容过滤的模式匹配算法比较 -Content-based filtering pattern-matching algorithm is relatively
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:264192
    • 提供者:linhaisong
  1. TString

    0下载:
  2. 一个封装有KMP模式匹配算法的String类示例,VC++ 2010下编译通过。. -A package KMP pattern matching algorithm with the String class example, VC++ 2010 compile. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1682432
    • 提供者:王彦之
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order meth
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:880640
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1531904
    • 提供者:陈雨
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org