CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符串匹配

搜索资源列表

  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9263
    • 提供者:湖堤防
  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4171
    • 提供者:郑旋
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4356
    • 提供者:张三水
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码 vc源代码-the vc source code of string matching with wildcard.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4351
    • 提供者:张云
  1. 字符串匹配算法(KMP KR BM)

    4下载:
  2. 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:2820
    • 提供者:tjltail
  1. 字符串多关键字匹配算法(AC,WM)

    0下载:
  2. 多关键字字符串匹配算法 AC算法 WM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:4132
    • 提供者:tjltail
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. patternMatching.rar

    0下载:
  2. 三种字符串匹配:BF,BM,KMP,附上测试,three means of pattern matching
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-30
    • 文件大小:7089
    • 提供者:荆江
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3462504
    • 提供者:funfunhit
  1. str

    0下载:
  2. 字符串匹配 找到参考值后 在文件中匹配 匹配成功后再输出-String matching to find the reference value in the document match after match after a successful output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:yuyanli
  1. ACandACBM

    0下载:
  2. 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference v
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2619992
    • 提供者:shenzhang
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2086
    • 提供者:WJC
  1. bm

    0下载:
  2. BM可以说是继KMP算法之后更加 优秀的字符串匹配算了,BM 是大师Boyer-Moore的算法杰作, 所以称BM算法, 相比KMP算法效率提高了不少, -BM can be said that after following the KMP algorithm for string matching better forget, BM is the master of the Boyer-Moore algorithm masterpiece, so that BM algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1380
    • 提供者:li shu
  1. WordSegment

    0下载:
  2. 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:335146
    • 提供者:李宏波
  1. testeditsrch

    0下载:
  2. 在菜单栏下使用后输入字符串,单击右键启动搜索引擎后进行字符串匹配搜索。-to sreaching
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:76603
    • 提供者:王杰
  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
    • 文件大小:1314
    • 提供者:surlogics
  1. 精品字符串匹配源码

    0下载:
  2. 精品字符串匹配源码,Grep 2.5.3 的源代码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-02-25
    • 文件大小:728864
    • 提供者:testsb
  1. StringMatch

    0下载:
  2. 数据结构课程作业,利用c#窗体,运用了字符串匹配方法,实现了字符串匹配。两种匹配思想实现。(The string matching, using c# programming.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:60416
    • 提供者:北海朝阳
  1. yichuanpipei

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

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:博哥
  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
    • 文件大小:2494464
    • 提供者:summerqqq
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com