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

搜索资源列表

  1. mpistring.rar

    0下载:
  2. 在MPI上实现并行串匹配的源代码。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:4927
    • 提供者:
  1. 字符匹配判断

    0下载:
  2. 给出串字符串作为模式串然后再输入你所要找的字符串-given string string as a model input strings and then you have to find the string
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:5437
  1. 模式匹配MFC_jwj

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the string, after you input the strin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32685
    • 提供者:蒋文靖
  1. mwm

    0下载:
  2. 一种多模串匹配算法,可以加快模式串匹配的速度-a multi-string matching algorithm, can speed up the pattern matching speed
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15996
    • 提供者:haifeng
  1. 找出模式串t在主串s中的所有匹配

    0下载:
  2. 给定模式串t和主串s,找出模式串t在主串s中的所有匹配-to set the pattern and the main string t s, t find the pattern in the main string's match of all
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-14
    • 文件大小:1554
    • 提供者:小吴
  1. stringmatch

    0下载:
  2. c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:1306
    • 提供者:shuai
  1. string_match

    0下载:
  2. 串匹配算法,KMP,QS,Horspool,RP
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1855
    • 提供者:ck
  1. 改良快速模式匹配

    0下载:
  2. Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards? * And the standard Series
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7585
    • 提供者:林志伟
  1. traceback

    0下载:
  2. 这是用matlab编写的有关动态规划算法中回溯的实现,是串匹配时用的
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8433
    • 提供者:石自强
  1. mpi14

    0下载:
  2. 用于并行计算模式串匹配可以根据每个源程序代码附加的测试结果加深理解
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:7400
    • 提供者:james
  1. 第四章 串

    0下载:
  2. 数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!-This the work of data structure,it can achieve the full text index using the string matching.Download it quickly, come on
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5974
    • 提供者:徐瑞
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. trie_suffix.rar

    0下载:
  2. 后缀tire树(tire图),用于多字符串匹配。,Suffix tire tree (tire chart), for use in multi-string matching.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1112
    • 提供者:nxliliang
  1. MPI-StringMatch

    0下载:
  2. KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:9799
    • 提供者:不死鸟
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3462504
    • 提供者:funfunhit
  1. Dictionary

    0下载:
  2. 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:15696
    • 提供者:wxliu
  1. ACandACBM

    0下载:
  2. 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference v
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2619992
    • 提供者:shenzhang
  1. kmp

    0下载:
  2. 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:620
    • 提供者:赵珑
  1. KMP

    1下载:
  2. 求解KMP算法,用的是c++语言进行编写,KMP是一种迅速的字符串匹配算法,输入文本和要匹配的字符串即可-a solution of KMP alogorithms
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:1041057
    • 提供者:comeon0r
  1. KMP

    0下载:
  2. 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:156880
    • 提供者:nimo
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com