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

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

    0下载:
  2. 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Yuan0173
  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. StringMatcher

    0下载:
  2. 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:Echo28
  1. 微机原理实验1:字符串匹配程序实验

    0下载:
  2. 一、实验目的 1.掌握分支程序的设计方法。 2.熟悉在PC机上建立、汇编、链接、调试和运行8086汇编程序的过程。 二、实验内容 1.比较两个字符串STRING1和STRING2所含的字符是否相同,若相同则显示‘Match’,否则显示‘No Match’。 2.修改程序,显示所比较字符的个数。
  3. 所属分类:编程文档

« 1 23 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com