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

搜索资源列表

  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 string, after you input the strin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32685
    • 提供者:蒋文靖
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:4351
    • 提供者:张云
  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. kmp

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

    • 发布日期:2017-03-21
    • 文件大小:620
    • 提供者:赵珑
  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. KMP

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

    • 发布日期:2016-01-24
    • 文件大小:1041057
    • 提供者:comeon0r
  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. KMP

    0下载:
  2. 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:156880
    • 提供者: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-up can further increase the r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:332877
    • 提供者:albert
  1. StringMatch

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

    • 发布日期:2017-12-21
    • 文件大小:60416
    • 提供者:北海朝阳
  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
    • 文件大小: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
  1. 搜索字符串

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

    • 发布日期:2018-01-10
    • 文件大小: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 contains source code and example)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:156672
    • 提供者:cdg
  1. StringMatcher

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

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