CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kmp source algorithm

搜索资源列表

  1. C语言kmp算法实现

    0下载:
  2. 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:ipkh
  1. kmp.rar

    1下载:
  2. 字符串的kmp匹配算法并行计算的源程序。,KMP string matching algorithm parallel computation of the source.
  3. 所属分类:并行运算

    • 发布日期:2017-03-24
    • 文件大小:3.99kb
    • 提供者:成斌
  1. MPI-StringMatch

    0下载:
  2. KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:9.57kb
    • 提供者:不死鸟
  1. KMP

    0下载:
  2. 本文给出KMP算法的C++源代码 很好用的 直接下载后就能用-This paper show KMP algorithm in C++ source code.It can be used directly very well after download. after
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:3.45kb
    • 提供者:cltclt
  1. KMP--suanfa

    0下载:
  2. 初看kmp算法的时候有点模糊,第一次就根本没明白过。 仔细的推敲。找相关类似的问题。现在把源程序贴出来供大家参考。 关键一点就是要了解next函数的构造,以及为什么要这么做。在数据结构中的next推倒,不过不是很好理解。 其中next是按1开始。 -Kmp algorithm for the beginning of the time look a bit vague on the first did not understand too. Careful scrutiny. To fin
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:102.22kb
    • 提供者:左刘鸿翔
  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. KMP

    0下载:
  2. 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:153.2kb
    • 提供者:nimo
  1. kmp

    0下载:
  2. kmp算法 源代码 可实现多个匹配分析可实现多个匹配分析-kmp algorithm source code analysis of multiple matches
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:585byte
    • 提供者:leon_l
  1. mpi-kmp

    0下载:
  2. 详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明-Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm descr iption
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:162.89kb
    • 提供者:jiang
  1. KMP

    0下载:
  2. 图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。-Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7.19kb
    • 提供者:viemvimvir
  1. KMP-fail

    0下载:
  2. kmp算法中得next数组也叫fail数组的计算很难理解且代码也不容易实现,本代码就是计算fail数组的源代码-kmp algorithm was next in the array fail, also known as the calculation of the array is difficult to understand and the code is not easy to achieve, this code is to calculate the source code of
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11.45kb
    • 提供者:宁黎华
  1. KMP

    0下载:
  2. 详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明-Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm descr iption
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2.74kb
    • 提供者:冯飞
  1. kmp

    0下载:
  2. kmp模式匹配算法的源码 不错 可以-the kmp mode match the source code of the algorithm can look at
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:571byte
    • 提供者:卢倩
  1. KMPCAL

    0下载:
  2. KMP算法,以及KMP改进算法的源程序,c++语言描述-KMP algorithm, and KMP improved algorithm the source, c++ language to describe
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:125.64kb
    • 提供者:银夏
  1. kmp

    0下载:
  2. KMP串匹配并行算法MPI 源程序 并行思想加快速度-KMP string matching algorithm MPI parallel thinking speed parallel source
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:3.83kb
    • 提供者:袁旭炜
  1. BF-a-KMP-algorithm

    0下载:
  2. 实现BF算法和KMP算法,WORD文档格式,附有详细源码,带有程序运行截图-BF algorithm and the KMP algorithm implementation, WORD document format, with detailed source code, with the program running shots
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:139.88kb
    • 提供者:张丹玉
  1. KMP-Alg

    0下载:
  2. KMP算法即最小生成树算法,本示例用c语言编写的源码-KMP algorithm that minimum spanning tree algorithm, the sample with the c language source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:14.44kb
    • 提供者:changsheng wang
  1. kmp

    0下载:
  2. 易语言KMP算法源码例程程序置入汇编代码实现KMP算法。 -Easy language KMP algorithm source code routines into assembly code to achieve KMP algorithm.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3.23kb
    • 提供者:zhch2x
  1. kmp

    0下载:
  2. 易语言KMP算法模块源码例程程序应用字节集每个位数的比较,实现两个字节集数据的匹配。 -Easy language KMP algorithm module source routine procedures for the application of the byte set of each bit comparison, to achieve the matching of two bytes of data sets.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:zhch2x
  1. KMP

    0下载:
  2. 易语言KMP算法源码例程程序置入汇编代码实现KMP算法。(The source code routine program of the easy language KMP algorithm is placed in the assembly code to implement the KMP algorithm.)
  3. 所属分类:易语言编程

    • 发布日期:2018-04-29
    • 文件大小:3kb
    • 提供者:zhchwl
« 12 »
搜珍网 www.dssz.com