搜索资源列表

  1. kmp

    0下载:
  2. window 下的kmp 字符串 匹配算法。 -window under the KMP string matching algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:xiyang
  1. kmp

    0下载:
  2. 自己编写的一个KMP字符串匹配算法的实现-I have written a KMP string matching algorithm implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:jususe
  1. match

    0下载:
  2. 字符串匹配。输入XML文件中的Key值,可以在程序读入的XML文件中找到Key值相对应的信息并输出。-StringMatch
  3. 所属分类:通讯编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:白雪
  1. MatchingString

    0下载:
  2. C语言的字符串匹配函数,我一直在用,挺不错的-C language string matching function
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:胡燕
  1. kmp

    0下载:
  2. KMP字符串匹配算法C语言实现 精确度高-KMP string matching algorithm C language to achieve high accuracy
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:li shu
  1. modified_kmp

    0下载:
  2. 这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题-This is the KMP string matching algorithm code, which the next array algorithm is the progressive, and to avoid the problem of duplicate search
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1541120
    • 提供者:宗雯
  1. second

    0下载:
  2. 字符串匹配问题。 输入一个字符串,程序计算出字符串里有没前后重复的部分,并输出重复的内容。-String matching problem. Enter a string, the program calculated before and after the string, there are no duplicate parts and duplicate the contents of the output.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:yanzi
  1. KMP

    0下载:
  2. 字符串匹配问题:输入主串和子串,通过算法实现字符串的匹配:若字串在主串中出现在输出出现的位置,否则匹配失败-String matching problem: Enter the main series and sub-string, through the string matching algorithm: if the string appeared in the main string appear in the output,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:234496
    • 提供者:libingyang
  1. similar

    0下载:
  2. 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-This code you can complete the similarity between two string calculations. Then the value of similarity can be found not to match two strings
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王岩
  1. stringmatch

    0下载:
  2. 高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配-High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:段建国
  1. VB_code_parser

    0下载:
  2. VB源代码解释器,用richtext控件编的,对于学习如何使用rtf控件有很大帮助,包括加亮,起始字符串匹配段落功能-VB source code interpreter used for the richtext control, for learning how to use the rtf control of much help, including a bright start paragraphs string matchi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:106496
    • 提供者:覃东
  1. KMP

    0下载:
  2. KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:146432
    • 提供者:longliu
  1. SundayAlgorithm

    0下载:
  2. 字符串高效匹配算法Sunday,是目前单字符串匹配算法中最为高效的一种。-Efficient string matching algorithm Sunday, is currently the single most efficient string-matching algorithm as a.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:陈玉琨
  1. SearchofConcatenatedStrings

    0下载:
  2. Asia Regional Contest, Aizu, 2008 Search of Concatenated Strings 状态DP+字符串匹配-Asia Regional Contest, Aizu, 2008 Search of Concatenated Strings status DP+ string-matching
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:赵大昊
  1. bm_algorithm

    0下载:
  2. 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:张英霞
  1. regexp

    0下载:
  2. WIN32平台上用正则表达式匹配字符串的源代码-WIN32 on a string using regular expressions to match
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:74752
    • 提供者:Amy
  1. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:515072
    • 提供者:彭石
  1. STRING_MATCH00

    0下载:
  2. 输入一段字符串,判断是否与原字符串匹配,并输出提示-Enter a string to determine whether the original string matching, and output tips
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:郭海鱼
  1. string.tar

    0下载:
  2. 数据结构课程设计--实现并对比三种基本的字符串匹配算法-EasyMatch Rabin—Karp KMP
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:4034560
    • 提供者:playboy
  1. stringmatching

    0下载:
  2. 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wind
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »

源码中国 www.ymcn.org