CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - string matching

搜索资源列表

  1. string

    0下载:
  2. 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:45438
    • 提供者:cuiyuzheng
  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 matching function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:106235
    • 提供者:覃东
  1. StringMatch

    0下载:
  2. 字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:310548
    • 提供者:wangfang
  1. String

    0下载:
  2. 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1640
    • 提供者:司马俊杰
  1. MatchingString

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

    • 发布日期:2017-04-07
    • 文件大小:3032
    • 提供者:胡燕
  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. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1540664
    • 提供者:宗雯
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3597
    • 提供者: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, or the failure to match
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:234672
    • 提供者:libingyang
  1. TEMP

    0下载:
  2. 一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:26464
    • 提供者:sapple
  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 the output of the text do not ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5681
    • 提供者:张英霞
  1. stringmatching

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

    • 发布日期:2017-03-28
    • 文件大小:1707
    • 提供者:wind
  1. Boyer-Moore-Horspool-Sunday

    0下载:
  2. 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1406
    • 提供者:杜俊卫
  1. cb

    0下载:
  2. 算法VC++编程用bf,bm,kmp解决串匹配-Algorithm for VC++ programming with bf, bm, kmp solve the string matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:916
    • 提供者:曹力强
  1. pipei

    0下载:
  2. 字符串匹配的随机算法,不同于传统的KMP算法-The random string matching algorithm, the KMP algorithm is different from the traditional
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1841
    • 提供者:sunbo
  1. 1

    0下载:
  2. 字符串匹配问题,找到s2出现在s1中的哪里。-String matching problem, finding s2 in s1 of where.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:541788
    • 提供者:程珏
  1. Structures-Of-String-Matching-And-Data-Compressio

    0下载:
  2. Structures Of String Matching And Data Compression - Jesper Larsson
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:656936
    • 提供者:killerbee007
  1. Finding-rotational-symmetries-by-cyclic-string-ma

    0下载:
  2. Finding rotational symmetries by cyclic string matching
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:441335
    • 提供者:gelareh
  1. string-matching

    0下载:
  2. 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:6013
    • 提供者:meng
  1. String-matching

    0下载:
  2. 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:32477
    • 提供者:刘翼
  1. Mazharul String Matching By Finite Automata

    0下载:
  2. Mazharul String Matching By Finite Automata
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1027072
    • 提供者:Mazhar
« 12 3 4 »
搜珍网 www.dssz.com