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

搜索资源列表

  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890byte
    • 提供者:Doreen
  1. kmp.rar

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

    • 发布日期:2017-03-24
    • 文件大小:3.99kb
    • 提供者:成斌
  1. AhoCorasick-string-matching-algorithm

    0下载:
  2. Aho–Corasick string matching algorithm Aho Corasick Implementation in c , UNIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:228.56kb
    • 提供者:shahar
  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. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3.3mb
    • 提供者:funfunhit
  1. feng

    0下载:
  2. 此为openmp的简单运用,主要是运用openmp将串匹配算法并行化-This is simple to use OpenMP, mainly to the use of OpenMP parallel string matching algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:吴日晖
  1. Approximate_String_Matching.pdf.tar

    0下载:
  2. This is a pdf file about string matching. Hope u guys enjoy it-This is a pdf file about string matching. Hope u guys enjoy it...
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:127.44kb
    • 提供者:Hendrik
  1. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:503.29kb
    • 提供者:彭石
  1. String-Matching

    0下载:
  2. String matching - The Hamming Distance Case
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:radu
  1. Assembly-language-string-matching

    0下载:
  2. 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1.82kb
    • 提供者:ly
  1. Structures-Of-String-Matching-And-Data-Compressio

    0下载:
  2. Structures Of String Matching And Data Compression - Jesper Larsson
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:641.54kb
    • 提供者:killerbee007
  1. string-matching

    0下载:
  2. 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5.87kb
    • 提供者:meng
  1. Handbook-of-Exact-String-Matching

    0下载:
  2. 字符串匹配算法,经典的数据结构练习题,典型的与KMP两种方法解决字符串匹配问题。-String matching algorithms, the data structure of the classic exercises typical KMP are two ways to solve the string matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:332.4kb
    • 提供者:王京石
  1. Applying-Fast-String-Matching-to-Intrusion-Detect

    0下载:
  2. applying fast string matching to intrustion detection-applying fast string matching to intrustion detection
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:122.4kb
    • 提供者:minh tu
  1. KMP-string-matching-algorithm

    0下载:
  2. 字符串匹配是计算机的基本任务之一。 举例来说,有一个字符串”BBC ABCDAB ABCDABCDABDE”,我想知道,里面是否包含另一个字符串”ABCDABD”? 许多算法可以完成这个任务,Knuth-Morris-Pratt算法(简称KMP)是最常用的之一。-String matching is one of the basic tasks of the computer. For instance, there is a string "BBC ABCDAB ABCDABCDA
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:68.73kb
    • 提供者:林华
  1. String matching alghorithm

    0下载:
  2. This book tell about string matching alghorithm, searching alghorithm
  3. 所属分类:文档资料

    • 发布日期:2014-03-14
    • 文件大小:449.57kb
    • 提供者:elxtrx
  1. String-matching-operation

    0下载:
  2. 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:521byte
    • 提供者:jed
  1. pencerian-algoritma-string-matching

    0下载:
  2. untuk melakukan pencarian string matching menggunakan methode KMP, BF , BM
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.01kb
    • 提供者:dana
  1. string-matching

    0下载:
  2. c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-06
    • 文件大小:1.9kb
    • 提供者:LIU Y
  1. Mazharul String Matching By Finite Automata

    0下载:
  2. Mazharul String Matching By Finite Automata
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1003kb
    • 提供者:Mazhar
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com