搜索资源列表

  1. C语言kmp算法实现

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

    • 发布日期:2008-10-13
    • 文件大小:1259
    • 提供者:ipkh
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:891904
    • 提供者:张远洋
  1. 三种模式匹配算法的比较

    0下载:
  2. Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:332800
    • 提供者:lxr
  1. kmp1

    0下载:
  2. 对KMP算法进行改进,有助于对算法的更进一步的了解-KMP algorithm for improved algorithm contribute to the further understanding
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:356352
    • 提供者:jie
  1. KMP查找法

    1下载:
  2. 方便快捷地实现目标的查找,是高速度的优化查找算法-convenient manner to achieve the goal of discovering, is the optimization of high-speed search algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李乐
  1. kmpEx

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:黄建雄
  1. kmp_algorith

    0下载:
  2. kmp算法实现,使用java实现,代码经过调试,绝对高效率,正确和可靠-KMP algorithm, using java achieved through debugging code, the absolute high efficiency, correct and reliable
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:weide
  1. my_str_KMP

    0下载:
  2. 字符串KMP算法,是数据结构学习的好例子,用DELPHI实现-string KMP algorithm, the data structure is a good example of learning, using DELPHI
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:171008
    • 提供者:
  1. StringMatchAlgorithms

    0下载:
  2. 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics-- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two w
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:成熠
  1. macth

    0下载:
  2. 字符串匹配问题,采用KMP算法,匹配速度快-String matching problems, the use of KMP algorithm, matching speed
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lyh
  1. KMP

    0下载:
  2. 内有KMP的模板和pku2406,pku2752的源代码,经典字符串算法。-There are KMP of the templates and pku2406, pku2752 source code, classical string algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zuobaojing
  1. GetNext

    0下载:
  2. 字符匹配中的KMP算法,计算NEXT值实现部分。 -Matching characters in the KMP algorithm, calculation NEXT realize some value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:熊天
  1. KMP

    0下载:
  2. kmp高效字符串匹配算法,算法复杂度大大减小。-KMP string matching algorithm efficient, the algorithm complexity is greatly reduced.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Whitehorse32
  1. kmp

    0下载:
  2. KMP的算法实现。nlg(n)的复杂度判读两个字符串是否部分或全部匹配-KMP algorithm. nlg (n) the complexity of interpretation whether the two string matching some or all of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:pillar
  1. KMP(VB)

    0下载:
  2. 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考-Wrote it myself VB6.0 platform based on the KMP string matching algorithm, the algorithm process and Yan Wei-min version of the same data structure can be used as a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杨羽
  1. kmp

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

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:成斌
  1. DataStructure

    0下载:
  2. 展示数据结构的一些实用技巧. 包含: 1.运用kmp算法计算无穷概率 2.矩阵乘法的十种经典运算技巧 3.位运算的实用技巧(1) (2) (3)-Data structure to display a number of practical skills. Includes: 1. The use of KMP algorithm infinite probability 2. 10 kinds of classi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:686080
    • 提供者:int
  1. kmp

    0下载:
  2. kmp算法的实现,简单程序,可以循环输入,可以输入特殊字符结束。 使用比较方便-KMP algorithm, simple procedures, could be re-input, the end can enter special characters. More convenient to use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:小尢
  1. KMP

    0下载:
  2. kmp算法的程序,效率很高,非常不错,吐血推荐-KMP algorithm procedures, efficient, very good, hematemesis Recommended
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. kmp算法的C++实现 系统有部分是伪代码,可以作为一个重要的 参考还包括一个hirschberg实现源码-KMP implementation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:wangwei
« 1 2 3 45 6 7 8 9 10 ... 25 »

源码中国 www.ymcn.org