搜索资源列表

  1. kmp

    0下载:
  2. 数据结构中的用kmp算法查找关键字,供初学者参考-Data structure using kmp algorithm to find the keyword reference for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:264192
    • 提供者:chenqian
  1. kmp-c-program

    0下载:
  2. 数据结构的kmp算法的实现和调试,进一步学习树与二叉树的数据结构算法。-Data structure kmp algorithm implementation and debugging, and further study binary tree data structure and algorithm.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 关于数据结构中的KMP算法。。理解起来可能比较难-my code is about KMP. if you are intersted in it ,you can download.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. KMP算法的C++实现,通过了编译和运行-KMP-algorithm s realization
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. KMP算法,有好几种写法,配上图形,简单易懂。C/C++编写。-KMP algorithm, there are several writing, accompanied by graphics, easy to understand. C/C++ written.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明-Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm descr iption
  3. 所属分类:并行运算

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

    0下载:
  2. kmp string matching implementation in matlab
  3. 所属分类:matlab例程

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

    0下载:
  2. 用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 关于KMP算法:字符串匹配问题。朴素匹配算法的改进版本。理解起来有些难度,但是十分高效-On the KMP algorithm: string matching problem. Improved version of the simple matching algorithm. To understand difficult, but very efficient
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3697664
    • 提供者:仲崇鑫
  1. String-KMP

    0下载:
  2. 如何在C环境中使用KMP算法遍历一个字符串。-How to use KMP algorithm to traverse a string in a C environment.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. kmp匹配算法,用于匹配两个字符是否相同-kmp match algorithm
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 分别用KMP、Monte Carlo 和Las Vegas 算法编制3 个程序,随机生成不小于5000 对、 长度很长、且长度不等的01 串X 和Y(三个程序生成 相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意, 先利用本题下方所给素数实现上述算法,学完素数判定 算法之后,将该算法编程,产生一定数量的大素数并用数组保存起来(分别试不超过5000、50
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. kmp 算法初级c++学习入门算法,简单实用易于学习-it is a KMP source code
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also lo
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. kmp算法的简单实现,应该对理解算法比较有帮助-kmp algorithm simple to implement, should help understand the algorithm more
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. c++文档 KMP算法的实现及注释 有详细的文档说明-KMP algorithm c++ document to achieve a detailed documentation and notes
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 用c 实现的kmp算法,希望对大家有帮助-KMP algorithm implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:于洪达
  1. KMP

    0下载:
  2. 对于KMP算法的自己写的的代码,有一定的优化-KMP algorithm, written in code, the optimization
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 实现字符串内指定字符的快速查找,使用了KMP算法-Quickly find specific characters within the string, using the KMP algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:161792
    • 提供者:刘丽辉
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »

源码中国 www.ymcn.org