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

搜索资源列表

  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-05
    • 文件大小:44.37kb
    • 提供者: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
    • 文件大小:103.75kb
    • 提供者:覃东
  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
    • 文件大小:303.27kb
    • 提供者:wangfang
  1. MatchingString

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

    • 发布日期:2017-04-07
    • 文件大小:2.96kb
    • 提供者:胡燕
  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
    • 文件大小:1.47mb
    • 提供者:宗雯
  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
    • 文件大小:3.51kb
    • 提供者: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
    • 文件大小:229.17kb
    • 提供者: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. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:848byte
    • 提供者:王岩
  1. KMP

    0下载:
  2. KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:142.84kb
    • 提供者:longliu
  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-05
    • 文件大小:5.55kb
    • 提供者:张英霞
  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
    • 文件大小:1.67kb
    • 提供者: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
    • 文件大小:1.37kb
    • 提供者:杜俊卫
  1. zifu

    0下载:
  2. 字符串匹配程序:可以输入一段字符并找寻给定的关键字(精确匹配),也可以输入一个文件地址,并输入关键字查询(模糊匹配)-It is a string search program: it can search a given paragraph or search a given string from a local file, like Find function of Notebook
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.28kb
    • 提供者:surlogics
  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
    • 文件大小:1.8kb
    • 提供者:sunbo
  1. string_match

    0下载:
  2. 字符串匹配的一个简短程序。有详细的注释。字符串的匹配以及相关操作一直是一个重点,这里是一个简单的例子。-string match c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:142.02kb
    • 提供者:lizheng
  1. textsearch

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

  1. yichuanpipei

    0下载:
  2. 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:博哥
  1. dic_ec

    0下载:
  2. 字符串匹配,好吧,不能小于20字。所以再加几个字(String matching, well, it can't be less than 20 words. So add a few more words)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2.38mb
    • 提供者:summerqqq
  1. 搜索字符串

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

    • 发布日期:2018-01-10
    • 文件大小:10kb
    • 提供者:就哦了
  1. StringMatcher

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

    • 发布日期:2018-05-02
    • 文件大小:8kb
    • 提供者:Echo28
« 12 3 4 »
搜珍网 www.dssz.com