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

搜索资源列表

  1. kmp

    0下载:
  2. KMP算法,能够实现字符串的模式匹配!C++语言实现!-KMP 算法,能够实现字符串的模式匹配!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:740
    • 提供者:chen
  1. juzhen

    0下载:
  2. 数据结构中有关矩阵的知识,稀疏矩阵,模式匹配,特殊矩阵,字符串等知识-Data structure in the knowledge of the matrix, sparse matrix, pattern matching, a special matrix, string, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1445817
    • 提供者:邢永超
  1. kmp

    0下载:
  2. 在一个长字符串中匹配一个短子串的无回溯算法。时间复杂度为O(n).-In a long string substring matching a short non-backtracking algorithm. Time complexity is O (n).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:852
    • 提供者:john
  1. AWebsearchprogram

    0下载:
  2. 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:7215
    • 提供者:东东
  1. zifuchuangpipei

    0下载:
  2. 实现字符串的匹配,运用的是KMC算法。希望大家喜欢-The realization of string matching, the use of the KMC algorithm. I hope you like
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:韩婀
  1. KMPPatternMatching

    0下载:
  2. 利用串类型的KMP算法的简单实现。该算法可以较好的完成字符串的匹配。-KMP string type to use a simple algorithm to achieve. The algorithm can be better to complete the match string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1819
    • 提供者:鲁迪
  1. BruteForce

    0下载:
  2. BruteForce算法 简单模式匹配算法。。是处理字符串使用的-BruteForce
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:559
    • 提供者:寒冰
  1. filezhenghe081209

    0下载:
  2. 统计文件夹中的大量数据,匹配字符串。 统计结果,生成新的数据文件-generate random data, save to f:\new.txt
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:1232
    • 提供者:boonewwz
  1. StringMatch

    0下载:
  2. 字符串进行匹配工具,请看具体的操作说明,-String matching tools, see the specific instructions, thank you
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:27959
    • 提供者:张健
  1. JavaregularExpressions

    0下载:
  2. 正则表达式,就是用某种模式去匹配一类字符串的一个公式.-Regular expression is a pattern to match with a class of a formula string.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:225249
    • 提供者:taotao
  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. Delphi3

    0下载:
  2. delphi自动匹配输入字符串,对字符串进行自动匹配。-delphi auto-matching input string matches the string automatically.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:149481
    • 提供者:张家成
  1. main

    0下载:
  2. poj1035:Spell checker.字符串处理、匹配.正确程序.-poj1035:Spell checker.String matching.Accepted program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:762
    • 提供者:王文波
  1. KMPandmax_match

    0下载:
  2. 1,KMP:实现了在一个字符串中查找字串的高效算法,复杂度为O(m+n) 2,max_match:求两个字符串的最大匹配字串 在vc6.0中调试通过,可以使用-1, KMP: realized in a string to find String efficient algorithm complexity is O (m+ n) 2, max_match: seeking two strings maximum matching string in the vc6.0 debug en
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1247
    • 提供者:yfl
  1. match

    0下载:
  2. 判断一个字符串和一个通配符串是否能够匹配,可以任意方式输入通配符-To determine a string and is able to match a wildcard string, you can enter wildcard any way
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:1444
    • 提供者:wangwq
  1. longest

    0下载:
  2. 数据结构中,发现两个字符串中最大匹配的字符的相关程序-Data structure, we found two strings of characters in the biggest match of the relevant procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9496
    • 提供者:王营
  1. HStringapp

    0下载:
  2. 根据《数据结构》写了一个字符串操作基本函数,堆分配存储表示串(HString)。包括赋值,复制,比较,联接,子串,模式匹配(KMP)。主函数是使用例子。-According to " data structure" wrote a basic string operation functions, heap allocation of memory that string (HString). Including the assignment, copy, compare, l
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:167660
    • 提供者:夏伟
  1. asmP

    0下载:
  2. 对比两个字符串是否匹配,如果是则输出match,否则输出match-compare two strings
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1365
    • 提供者:wangchuan
  1. cal_the_string

    0下载:
  2. 对字符串计算式进行计算求值,中间进行括号匹配-calulate the string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:869301
    • 提供者:陈政同
  1. wjl99_oth

    0下载:
  2. 解析字符串,能够从生物信息网站进行字符串的匹配与解析-parsed text for biolog information
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:759
    • 提供者:wangli
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 28 »
搜珍网 www.dssz.com