搜索资源列表

  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

    0下载:
  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. 模式匹配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 str
  3. 所属分类:Windows编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:3274
    • 提供者:黄羽翔
  1. regexp_source

    0下载:
  2. 一个字符串匹配、查找替换算法的代码,支持各种通配符-a string matching algorithm to search the replacement code, support wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40111
    • 提供者:peter
  1. stringmatch2

    0下载:
  2. 字符串的模式匹配算法&一般的字符串匹配算法-string pattern matching algorithm & General string matching algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1297
    • 提供者:
  1. trie_suffix

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

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:nxliliang
  1. kmp

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

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:赵珑
  1. My_BM4

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

    • 发布日期:2024-05-11
    • 文件大小:188416
    • 提供者:汪浩
  1. KMP

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

    • 发布日期:2024-05-11
    • 文件大小:1041408
    • 提供者: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-
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:610304
    • 提供者:宇烁
  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编程

    • 发布日期:2024-05-11
    • 文件大小:156672
    • 提供者: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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:332800
    • 提供者:albert
  1. 匹配查找字符串

    0下载:
  2. 汇编 匹配查找字符串 程序接收用户键入的一个关键字以及一个句子。如果句子中不包含关键字则显示‘NO match!’;如果句子中包含关键字则显示‘MATCH’,且把该字在句子中的位置用十六进制数显示出来。
  3. 所属分类:汇编语言

  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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:Yuan0173
  1. 搜索字符串

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

    • 发布日期:2024-05-11
    • 文件大小: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 contain
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小: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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:onionion
« 1 2 3 4 56 7 8 9 10 ... 34 »

源码中国 www.ymcn.org