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

搜索资源列表

  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字符串匹配算法,用于查找匹配字符的位置-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. algorithm

    0下载:
  2. C++基础算法,包括KMP,红黑树,二叉树,排序堆等常规算法,初学者可以试着-C++ basic algorithms including KMP red-black tree, sorting-heap etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:52977
    • 提供者:吴建涛
  1. data_struct

    0下载:
  2. 自己实现的重要的数据结构以及算法(包括dfs,bfs,huffman code,kmp,dij等)。每一个.cpp或.c文件都是一个可直接运行的程序。-Important data structures and algorithms to achieve their own (including dfs, bfs, huffman code, kmp, dij, etc.). Every one. Cpp or. C file is a program can be run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:46406
    • 提供者:欧龙崎
  1. FileFind

    0下载:
  2. 实现了文件中的字符快速查找和替换功能,基于KMP模式匹配算法。-Realized characters in the file quickly find and replace function, KMP pattern matching algorithm.
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:209855
    • 提供者:cm
  1. cppsfs

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

    • 发布日期:2017-04-25
    • 文件大小:9287
    • 提供者:gxtxtplg
  1. kmpaBM

    0下载:
  2. 实现kmp和BM算法,并对其进行了性能对比-Achieve kmp and BM algorithm and compare its performance
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:899249
    • 提供者:姚永光
  1. exKMP

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

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

    0下载:
  2. 实现字符串的处理算法,比如KMP,看看就知道,很久前写的,希望能有帮助-Realization string processing algorithms, such as KMP, look, we know that a long time ago to write, hoping to help
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:5774068
    • 提供者:wangyunkai
  1. BMSearch

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

    • 发布日期:2017-03-30
    • 文件大小:1344
    • 提供者:张欣悦
  1. KBMPH

    0下载:
  2. 图论中的kbmph算法,用于解决基于加权节点的Steiner树问题-Graph theory kmp algorithm for solving the problem based on a weighted Steiner tree node
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3464
    • 提供者:纪亚宝
  1. khreeKMP

    0下载:
  2. 用C++实现了kmp,BoyerMoore,和暴力搜索三种算法-In c++ realize the KMP, BoyerMoore, search three algorithms and violence
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-17
    • 文件大小:857088
    • 提供者:table
  1. 5433479

    0下载:
  2. 用C++实现了kmp,BoyerMoore,和暴力搜索三种算法-In c++ realize the KMP, BoyerMoore, search three algorithms and violence
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-14
    • 文件大小:857191
    • 提供者:Geosfkey
  1. xxtabase

    0下载:
  2. 用C++实现了kmp,BoyerMoore,和暴力搜索三种算法()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-22
    • 文件大小:857088
    • 提供者:chabyctex
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com