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

搜索资源列表

  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:容器
  1. Las Vegas

    1下载:
  2. 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:容器
  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. 字符串匹配算法

    0下载:
  2. 一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13661
    • 提供者:谢树扬
  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. intellgence

    0下载:
  2. 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3274
    • 提供者:黄羽翔
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7846
    • 提供者:张远洋
  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. 查找匹配字符串所在的位置

    0下载:
  2. 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:12803
    • 提供者:wchz
  1. charmatch

    0下载:
  2. 基于正则表达式的字符串匹配,对于学习正则表达式和字符串的同学们十分有帮助-Based on regular expression string matching, regular expressions for the learning of students and string very helpful
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:273033
    • 提供者:Yang
  1. kmp

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

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

    0下载:
  2. BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:188462
    • 提供者:汪浩
  1. KMP

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

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

    0下载:
  2. KMP 算法是由Knuth,Morris和Pratt等人共同提出的,所以成为Knuth-Morris-Pratt算法,简称KMP算法。KMP算法是字符串模式匹配中的经典算法。和BF算法相比,KMP算法的不同点是匹配过程中,主串的位置指针不会回溯,这样的结果使得算法时间复杂度只为O(n+m)。 采用VC++开发,实现KMP字符串匹配算法-KMP algorithm by Knuth, Morris and Pratt, who co-sponsored, so as Knuth-Morris-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:610798
    • 提供者:宇烁
  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
  1. FindString

    0下载:
  2. 一种简易的字符串匹配程序,支持通配符‘*’和‘?’,返回匹配成功次数。含测试程序,后续可进一步增加正则表达式处理。-A simple string matching program to support the wildcard ' *' and ' ? ' , Returns the number of successful matches. Including test procedures, follow-up can further increase the r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:332877
    • 提供者:albert
  1. textsearch

    0下载:
  2. VB实现字符串匹配查询,同时可统计字符串长度(VB to achieve string matching queries, while statistical string length)
  3. 所属分类:其他

  1. 搜索字符串

    0下载:
  2. labview搜素字符串标记,可以搜索指定的字符进行匹配(ni labview search some string from TXT or string)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:10240
    • 提供者:就哦了
  1. 字符串DNA与模糊识别

    0下载:
  2. 通过提取字符串DNA,对海量信息进行模糊识别与匹配,在大数据应用中有一定参考价值,附件含源码与示例(By extracting the string DNA, the fuzzy recognition and matching of the mass information has a certain reference value in the large data application. The appendix contains source code and example)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:156672
    • 提供者:cdg
  1. RKRGST

    0下载:
  2. 用于字符串文本的匹配算法,融入了kr算法,hash函数映射的方法,缩短了计算时间成本。多用于抄袭相似度比对等领域(The matching algorithm for string texts incorporates the kr algorithm and the hash function mapping method, which reduces the computation time cost.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:4096
    • 提供者:onionion
« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com