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

搜索资源列表

  1. wordmatch

    0下载:
  2. 一个简单而有效的字符串近似匹配算法,与大家共享-a simple and effective approximate string matching algorithms, and share
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3.57kb
    • 提供者:彭昱
  1. LCS

    0下载:
  2. LCS算法;即公共串匹配算法; 好了;不说了-LCS algorithm that public string matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:961byte
    • 提供者:nishuo
  1. MailaddressRecognitionAndTranslation

    0下载:
  2. 本文提出了一种基于非精确字符串匹配技术的地址翻译方法,能够自动识别出英文地址并翻译成中文。-To deal with the address got from Optical Character Recognition, an English to Chinese address translation method based on inexact string matching technology was proposed。
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:601.29kb
    • 提供者:王林
  1. 09

    0下载:
  2. 这是一个关于串的模式匹配与串的应用举例的课件-This is a pattern matching on the string and the string of the application examples of the courseware
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.17mb
    • 提供者:江南
  1. kmp

    0下载:
  2. KMP是一种快速字符串匹配算法,KMP算法的时间复杂度为O(m+n)。-KMP string matching algorithm is a fast, KMP algorithm' s time complexity is O (m+ n).
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:709byte
    • 提供者:mashiwei
  1. Bmsuanfa

    0下载:
  2. BM算法也是一种快速串匹配算法,BM算法与KMP算法的主要区别是匹配操作的方向不同。-BM algorithm is also a fast string matching algorithms, BM KMP algorithm and matching algorithm is the main difference between operating in a different direction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:954byte
    • 提供者:mashiwei
  1. Algorithm-template

    0下载:
  2. C++ 写的一些算法模板 ,比如Kruskal、KMP、欧几里德算法、最大匹配(匈牙利算法)、最小费用最大流、字符串的哈希方法、增广路算法、网络最大流_邻接表等-C++ write some algorithms template, such as Kruskal, KMP, Euclid arithmetic, maximal matching (Hungary) is proposed, the minimum cost and maximum flow, string hash metho
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:972.36kb
    • 提供者:zhzhl
  1. KMP_Algorithm

    0下载:
  2. KMP算法 字符串匹配算法 c++源码实现 方便快捷 算法清晰-KMP algorithm for string matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:98.19kb
    • 提供者:nelson
  1. jc_KMP

    0下载:
  2. C++语言实现KMP字符串匹配算法,用于查找匹配字符的位置-C++ language KMP string matching algorithm is used to find the location of matching characters
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:908byte
    • 提供者:sf
  1. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5.82kb
    • 提供者:oeconom
  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 definition give
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:王小京
  1. RegexUtil

    0下载:
  2. 利用正则表达式,来完成对一些字符串的匹配,很好的工具。-Regular expressions, string matching
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:860byte
    • 提供者:fromth
  1. jbpjr

    0下载:
  2. Using famous KMP pattern matching algorithm for string matching, also can have a wildcard,
  3. 所属分类:Graph program

    • 发布日期:2017-12-17
    • 文件大小:7kb
    • 提供者:eqsagilj
  1. 221263

    0下载:
  2. 关于间隙字符串匹配问题的程序,程序已经通过并且得到运行,-String matching problem about clearance procedures, the program has been run through and get,
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-16
    • 文件大小:18kb
    • 提供者:Saanrxe
  1. paer

    0下载:
  2. 实现KMP模式匹配,模式匹配操作对象是字符串 不错的-Realize the KMP pattern matching, pattern matching operation object string is good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-24
    • 文件大小:51kb
    • 提供者:Shgrry
  1. Striig

    0下载:
  2. 字符串匹配的BM算法,完全自己做出来的, 大家可以拿去参考,一切分享(String matching of BM algorithm, completely made by yourself, you can take reference, all to share)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:9kb
    • 提供者:郑璐
搜珍网 www.dssz.com