CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kmp算法

搜索资源列表

  1. 123

    0下载:
  2. kmp模式匹配的实现 也就是字符串匹配的kp算法实现-kmp pattern matching is the realization of a string matching algorithm kp
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:600
    • 提供者:邵伯仲
  1. suiji

    0下载:
  2. 算法,随机算法,分别用KMP、Monte Carlo和Las Vegas算法编制3个程序(VS2008 C#编写)-Algorithm, random algorithm, respectively KMP, Monte Carlo and Las Vegas algorithm for the preparation of three procedures (VS2008 C# written)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:36104
    • 提供者:yan
  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. text_match

    0下载:
  2. 常用字符串匹配算法的C语言实现,KMP、KR、BM等-String matching algorithms used C language, KMP, KR, BM, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3589
    • 提供者:孟jc
  1. DataStructure

    0下载:
  2. 部分数据结构代码,包括快熟排序、KMP等算法-Part of the data structure code
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:24508
    • 提供者:jiezhao
  1. StringMatch

    0下载:
  2. 用BF、KMP、BM算法实现字符串的匹配- BF, KMP, BM algorithm for string matching
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:4742
    • 提供者:liugongzheng
  1. TString

    0下载:
  2. 一个封装有KMP模式匹配算法的String类示例,VC++ 2010下编译通过。. -A package KMP pattern matching algorithm with the String class example, VC++ 2010 compile. .
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1682426
    • 提供者:王彦之
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  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
    • 文件大小:995692
    • 提供者:zhzhl
  1. Sort

    0下载:
  2. 实现了插入、冒泡、选择、快速、希尔、堆、归并、基数排序。实现了字符串全排列、字符串逆序、查找数据中最大子序列、外存大文件排序;kmp字符串匹配、feibonacci数列计算、求数组主元素。等算法-sort test , Big data sort, kmp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:269894
    • 提供者:cool
  1. main

    0下载:
  2. miller_rabin素数生成算法,KMP,Monte Carlo 和Las Vegas字符串匹配算法-00 00 00
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2034
    • 提供者:liufan
  1. LCS

    0下载:
  2. KMP monte carlo Las vagas匹配算法对的比较-KMP monte carlo Las vagas matching algorithm for comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1403
    • 提供者:weirong
  1. Exper0603

    0下载:
  2. KMP模式匹配算法,很简单 易懂 快速,容易学习-KMP pattern matching algorithm is very simple to understand and quick
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:982
    • 提供者:张剑
  1. Handbook-of-Exact-String-Matching

    0下载:
  2. 字符串匹配算法,经典的数据结构练习题,典型的与KMP两种方法解决字符串匹配问题。-String matching algorithms, the data structure of the classic exercises typical KMP are two ways to solve the string matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:340373
    • 提供者:王京石
  1. jc_KMP

    0下载:
  2. c++语言实现KMP字符串匹配算法,用于查找匹配字符的位置-KMP algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:912
    • 提供者:jiangcan
  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
    • 文件大小:908
    • 提供者:sf
  1. poj_dsa_string_homework

    0下载:
  2. 数据结构与算法字符串作业: 合格的字符串(查找集) English_number_translator(递归) 前缀中的周期(KMP)-Data Structures and Algorithms string operations: Qualified string (search set) English_number_translator (recursive) prefix cycle (KMP)
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:3073
    • 提供者:刘铭名
  1. cppsfsc

    0下载:
  2. 主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-Is mainly a collection of some commonly used algorithms C++ relevant con
  3. 所属分类:IME Develop

    • 发布日期:2017-04-03
    • 文件大小:10133
    • 提供者:谈美明
  1. KMPstrMatching

    0下载:
  2. kmp模式匹配算法——优化版next数组求解及其matching的方法-kmp string matching
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:707
    • 提供者:张铁舰
« 1 2 ... 16 17 18 19 20 2122 »
搜珍网 www.dssz.com