搜索资源列表

  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:容器
  1. Las Vegas

    0下载:
  2. 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:容器
  1. zifuchuanpipeisuanfa

    0下载:
  2. 字符串近似匹配算法,具有实际应用意义-approximate string matching algorithm is practical significance!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:20509
    • 提供者:孙蕾
  1. kmpEx

    0下载:
  2. KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:黄建雄
  1. stringprocess

    0下载:
  2. 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7740
    • 提供者:苗建新
  1. regexp_source

    0下载:
  2. 一个字符串匹配、查找替换算法的代码,支持各种通配符-a string matching algorithm to search the replacement code, support wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40111
    • 提供者:peter
  1. wordmatch

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

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

    0下载:
  2. 字符串匹配的BM算法,完全自己做出来的, 大家可以拿去参考,一切分享-BM string matching algorithm, completely on my own to do it, we can spend reference, all sharing
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9918
    • 提供者:小艾
  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. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:370688
    • 提供者:HY
  1. PEX

    0下载:
  2. 字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:285696
    • 提供者:SilentMe
  1. exKMP

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:skdbf
  1. kmp

    0下载:
  2. KMP算法是一种改进的字符串匹配算法,KMP算法的关键是利用匹配失败后的信息,尽量减少模式串与主串的匹配次数以达到快速匹配的目的。-KMP algorithm is an improved string matching algorithm, the key KMP algorithm is the use of information after the match fails, try to reduce the pattern s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李天
  1. BMSearch

    0下载:
  2. BM算法,十分高效的一种字符串匹配算法,比KMP高效-BM Search
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张欣悦
  1. StringMatchAll

    0下载:
  2. 基于KMP算法所撰写的能实现带通配符的字符串匹配算法源代码-err
  3. 所属分类:数据库编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:bbjrj203liagta
  1. StringMatchAll

    0下载:
  2. 基于KMP算法所撰写的能实现带通配符的字符串匹配算法源代码-err
  3. 所属分类:数据库编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:nh939shunbei5
  1. KMP

    0下载:
  2. 字符串匹配算法KMP的实现:KMP算法避免了指针的回溯,大大节省了前缀字符串重复带来的重复匹配时间-String matching algorithm KMP implementation: KMP algorithm to avoid the pointer backtrack, greatly saving the prefix string to repeat the repeated match time
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:523264
    • 提供者:任何
  1. boyer_moore_algorithm

    0下载:
  2. 字符串匹配 boyer_mooer 算法(boyer_mooer algorithm for strings match)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:likwen
  1. ngram模型分词与统计算法

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

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:天云之剑
  1. StringDemo

    0下载:
  2. 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Yuan0173
  1. Boyer-Moore

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

    • 发布日期:2024-05-18
    • 文件大小:3651584
    • 提供者:四维木童
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

源码中国 www.ymcn.org