CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 字符串匹配

搜索资源列表

  1. suffix

    0下载:
  2. 后缀数组,用于高速处理庞大的字符串匹配问题-suffix array
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:307283
    • 提供者:Art
  1. xiaoxingwenbenbianjiqi

    0下载:
  2. 问题描述:设计一个行编辑程序,使其具有通常行编辑器(如Vi、Edlin)应具备的基本功能。 基本要求:编辑器应具备对文本文件的查找、插人、删除、修改、字符串替换、统计字数,统计行数等功能,对于超过一屏的长文件,应能够分页显示,查找功能用字符串匹配算法实现。设计用户接口命令,实现对文本的编辑。 可以支持“* ”、“? ”等通配符-Problem Descr iption: design a line editor, which is usually a line editor ( such
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1958
    • 提供者:姚伦帮
  1. Sort

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

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

    0下载:
  2. 包括字符串匹配,以及windows下的文件传输-output files , copy files from one spectial file to another
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1016
    • 提供者:su
  1. main

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

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

    0下载:
  2. 算法设计与分析中的字符串匹配算法,C++代码-String matching algorithm, algorithm design and analysis courses, C++ code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1163
    • 提供者:omic
  1. Zhou-Zhang

    0下载:
  2. 多模式字符串匹配,Zhou-Zhang算法-multiple pattern String match
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1779
    • 提供者:tang
  1. string-matching

    0下载:
  2. 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:6013
    • 提供者:meng
  1. KMP_Algorithm

    0下载:
  2. KMP算法 字符串匹配算法 c++源码实现 方便快捷 算法清晰-KMP algorithm for string matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:100549
    • 提供者:nelson
  1. fwordintxt

    0下载:
  2. 通过对文件的操作,实现对多个txt文件进行字符串匹配,并输出匹配结果。本程序用c语言编程。- String matching of multiple txt files, file operations, and output matching results
  3. 所属分类:File Operate

    • 发布日期:2017-12-01
    • 文件大小:289492
    • 提供者:hancunai
  1. The-character-matching-and-retrieval

    0下载:
  2. 使用C++编写的多字符串匹配检索,效果良好 -The character matching and retrieval
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:65091
    • 提供者:青叶
  1. KMPsuanfa

    0下载:
  2. c语言 的 KMP算法(C语言实现) C语言字符串匹配KMP算法的简单实现。-The c language KMP algorithm (C language implementation) KMP algorithm simple realization of C language strings match.
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:897
    • 提供者:李一凡
  1. mykmp

    0下载:
  2. 实现字符串匹配的简单匹配算法和KMP算法,并且使用相同的比较字符串重复比较至少5000次,计算两者的时间差别。C:\Users\Administrator\Desktop-The simple matching string matching algorithms and the KMP algorithm, and use the same comparison string repeat at least 5000 times, and calculate the time differen
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:2157701
    • 提供者:马明哲
  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. kmp

    0下载:
  2. KMP算法,能够高效的实现字符串匹配的算法-KMP algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2244
    • 提供者:雪人儿
  1. Kmp

    1下载:
  2. 字符串匹配问题,最经典的KMP算法。p为模式串,t为主串。返回的是最大匹配数-String matching problem, the most classic of KMP algorithm. p is the pattern string, t the main string. Back is the maximum number of matches
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-10
    • 文件大小:1024
    • 提供者:陶翔
  1. filter

    0下载:
  2. 自己写的一个MFC的字符串匹配,支持多模式匹配,关键词和匹配文档写在TXT中读入,BM算法实现-Himself wrote an MFC string matching, support for multi-pattern matching keywords and matching documents written in TXT reads, BM algorithm implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:1975908
    • 提供者:zzy
  1. BM-suanfa

    0下载:
  2. BM 算法 字符串匹配的一种算法 The BM Algorithm string matching algorithm-The BM Algorithm string matching algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:7802
    • 提供者:wuhen
  1. KMP-suanfa

    0下载:
  2. KMP算法 字符串匹配算法 The KMP algorithm string matching algorithm-The KMP algorithm string matching algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:5936
    • 提供者:wuhen
  1. k

    0下载:
  2. kmp算法实现,该算法可以实现在线性事件内完成字符串匹配-kmp algorithm, the algorithm can be completed online event string matching
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:942
    • 提供者:zengshaofeng
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com