CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 字符串匹配算法

搜索资源列表

  1. string

    0下载:
  2. 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:45438
    • 提供者:cuiyuzheng
  1. Alg

    0下载:
  2. SMP快速字符串模式匹配算法(SMP fast string pattern algorithm)-SMP fast string pattern algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:46359
    • 提供者:陈晓文
  1. String

    0下载:
  2. 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1640
    • 提供者:司马俊杰
  1. modified_kmp

    0下载:
  2. 这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题-This is the KMP string matching algorithm code, which the next array algorithm is the progressive, and to avoid the problem of duplicate search
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1540664
    • 提供者:宗雯
  1. KMP

    0下载:
  2. 字符串匹配问题:输入主串和子串,通过算法实现字符串的匹配:若字串在主串中出现在输出出现的位置,否则匹配失败-String matching problem: Enter the main series and sub-string, through the string matching algorithm: if the string appeared in the main string appear in the output, or the failure to match
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:234672
    • 提供者:libingyang
  1. BruteForce

    0下载:
  2. BruteForce算法 简单模式匹配算法。。是处理字符串使用的-BruteForce
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:559
    • 提供者:寒冰
  1. TEMP

    0下载:
  2. 一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:26464
    • 提供者:sapple
  1. KMP

    0下载:
  2. KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:146268
    • 提供者:longliu
  1. bm_algorithm

    0下载:
  2. 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5681
    • 提供者:张英霞
  1. Boyer-Moore-Horspool-Sunday

    0下载:
  2. 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1406
    • 提供者:杜俊卫
  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
    • 文件大小:6013
    • 提供者:meng
  1. KMP-suanfa

    0下载:
  2. KMP算法 字符串匹配算法 The KMP algorithm string matching algorithm-The KMP algorithm string matching algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:5936
    • 提供者:wuhen
  1. KMP_Next

    0下载:
  2. KMP算法之寻找next值,它是一种改进的字符串匹配算法。-KMP algorithm to find the next value, it is an improved string matching algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:575
    • 提供者:travis
  1. KMP

    0下载:
  2. 字符串匹配算法,用KMP算法来解决字符匹配问题-String matching algorithm, using KMP algorithm to solve the problem of matching characters
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:651
    • 提供者:xiaoxue
  1. 38.KMP-String-match-algorithm

    0下载:
  2. KMP 快速模式串匹配查找算法。 与一般的字符串匹配算法不同在于,匹配中某个字符不同时,并不是把指针退回原点,而是从第二个匹配点开始匹配。-KMP fast string match algorithm, difference to common match algorithm is not back to original point when fail in matching letters.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:370569
    • 提供者:HY
  1. exKMP

    0下载:
  2. exKMP 一种扩展的KMP字符串匹配算法-exKMP extended KMP string matching algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:602
    • 提供者:skdbf
  1. yichuanpipei

    0下载:
  2. 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:博哥
  1. ngram模型分词与统计算法

    0下载:
  2. N-Gram(有时也称为N元模型)是自然语言处理中一个非常重要的概念,通常在NLP中,人们基于一定的语料库,可以利用N-Gram来预计或者评估一个句子是否合理。另外一方面,N-Gram的另外一个作用是用来评估两个字符串之间的差异程度。这是模糊匹配中常用的一种手段。本文将从此开始,进而向读者展示N-Gram在自然语言处理中的各种powerful的应用。(N-Gram (sometimes referred to as N metamodel) is a very important concept
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:28672
    • 提供者:天云之剑
  1. Boyer-Moore

    0下载:
  2. 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3651584
    • 提供者:四维木童
  1. StringMatcher

    0下载:
  2. 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:Echo28
« 12 »
搜珍网 www.dssz.com