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

搜索资源列表

  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. intellgence

    0下载:
  2. 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3274
    • 提供者:黄羽翔
  1. regexp_source

    0下载:
  2. 一个字符串匹配、查找替换算法的代码,支持各种通配符-a string matching algorithm to search the replacement code, support wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40111
    • 提供者:peter
  1. stringmatch2

    0下载:
  2. 字符串的模式匹配算法&一般的字符串匹配算法-string pattern matching algorithm & General string matching algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1297
    • 提供者:
  1. StringMatch111111

    0下载:
  2. 一个简单的字符串匹配的操作,是在JBuilder9环境下编译过的。-a simple string-matching operation, the compiler JBuilder9 environment before.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:28652
    • 提供者:dgsag
  1. bmzfdsf

    0下载:
  2. 著名的BM字符串匹配算法-famous BM string matching algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2151
    • 提供者:李林骏
  1. NFApatternmatch

    0下载:
  2. 本程序是在VC++环境下编写的利用非确定自动机NFA进行字符串匹配-procedures in the VC + + environment prepared by the automatic use of non-identified plane NFA strings match
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7337
    • 提供者:chaoyin
  1. LGFind

    0下载:
  2. 字符串匹配程序,比如用 “你好*小张”在“你好,我的名字叫小张”中可以得出匹配,支持通配符查找。-string matching program, such as "Hello * kept" in the "Hello, My name is Xiao Zhang "may draw match, find support wildcards.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34693
    • 提供者:fckadxz
  1. acbm

    0下载:
  2. AC-BM算法的实现的压缩包,很流行的字符串匹配算法,已经测试,-AC-BM algorithm for the realization of the compressed, the very popular string matching algorithm has been tested,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3774
    • 提供者:李阳
  1. dist2

    0下载:
  2. 字符串匹配的BM算法,完全自己做出来的, 大家可以拿去参考,一切分享-BM string matching algorithm, completely on my own to do it, we can spend reference, all sharing
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9918
    • 提供者:小艾
  1. gape

    0下载:
  2. 这是一个关于间隙字符串匹配问题的程序,程序已经通过并且得到运行。-This is a space on the string matching procedures, procedures have been adopted and running.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18139
    • 提供者:赵寰
  1. StringMatchingSearch

    0下载:
  2. 多种字符串匹配算法 多种字符串匹配算法-variety of string matching algorithm multiple string matching algorithm
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:10395
    • 提供者:hyf
  1. StringMatchAlgorithms

    0下载:
  2. 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics -- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0 / a string matching. An
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2018
    • 提供者:成熠
  1. bm

    0下载:
  2. 字符串匹配算法,单模式字符串匹配。 使用c语言编写
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6176
    • 提供者:刘学生
  1. source

    0下载:
  2. ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45756
    • 提供者:刘学生
  1. BoyerMooreSearch_src

    0下载:
  2. bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2405
    • 提供者:刘学生
  1. FV(SBMH)

    0下载:
  2. SBMH算法。为字符串匹配算法。c语言开发。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2281
    • 提供者:刘学生
  1. macth

    0下载:
  2. 字符串匹配问题,采用KMP算法,匹配速度快
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1760
    • 提供者:lyh
  1. KMP

    0下载:
  2. 著名的KMP算法 实现快速字符串匹配 其中还包括失效函数的实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:施欢欣
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com