CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - string matching

搜索资源列表

  1. bm_c

    0下载:
  2. bm算法是串的一种匹配算法!本源代码介绍了bm算法的c实现。-bm algorithm is a string matching algorithm! Source code introduced bm Algorithm c achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:961byte
    • 提供者:文万志
  1. Las Vegas

    1下载:
  2. 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:容器
  1. 字符串匹配算法

    0下载:
  2. 一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.34kb
    • 提供者:谢树扬
  1. zifuchuanpipeisuanfa

    0下载:
  2. 字符串近似匹配算法,具有实际应用意义-approximate string matching algorithm is practical significance!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:20.03kb
    • 提供者:孙蕾
  1. hudong6

    0下载:
  2. 掌握串的堆存储及串的基本操作算法。 掌握串的匹配算法。 -master sculptors Series storage and strings of the basic algorithm. The master string matching algorithm.
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:李林骏
  1. 用动态规划算法思想求最小编辑距离

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

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

    0下载:
  2. 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:983.81kb
    • 提供者:linge
  1. Flexible_Pattern_Matching_In_Strings_Practical_On-

    0下载:
  2. 《柔性字符串匹配》的英文版,是目前讲解字符串匹配算法的参考资料中比较全面和前沿的,很有参考价值和收藏价值-" Soft string matching" in English, is the string-matching algorithm on the reference in a more comprehensive and cutting-edge, a good reference value and value to the collection
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:6.49mb
    • 提供者:yywbupt
  1. data_structure

    0下载:
  2. 1.表达式求值;2.二分匹配模板;3.最大流;4.点到线段的距离;5.字符串字典顺序-1. Expression evaluation 2. Two sub-matching template 3. Maximum flow 4. Points to the distance segment 5. String dictionary order
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.52kb
    • 提供者:cailongquan
  1. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:503.29kb
    • 提供者:彭石
  1. string

    0下载:
  2. 字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16.22kb
    • 提供者:neufox
  1. String-pattern-matching

    0下载:
  2. 用C++编写的一个字符串模式匹配程序,实现指定字符串的匹配功能。-Written in C++, a string pattern matching procedures, to achieve the specified string matching.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:14.62kb
    • 提供者:老七
  1. OCAML-String-to-String-Matching-Brute-Force

    0下载:
  2. Objective Caml (not lisp properly) Introduction to Functional Programming String to String Literal Force brute matching.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.89kb
    • 提供者:bonecrusher
  1. String-matching

    0下载:
  2. 这是一个实现字符匹配的代码,使用kmp算法实现字符匹配。-This is a realization of matching characters code, use KMP algorithm matching characters.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:556.44kb
    • 提供者:王宁
  1. Pattern-matching

    0下载:
  2. 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:541.46kb
    • 提供者:aa
  1. Handbook-of-Exact-String-Matching

    0下载:
  2. 字符串匹配算法,经典的数据结构练习题,典型的与KMP两种方法解决字符串匹配问题。-String matching algorithms, the data structure of the classic exercises typical KMP are two ways to solve the string matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:332.4kb
    • 提供者:王京石
  1. KMP-string-match

    0下载:
  2. 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9.65kb
    • 提供者:zzh
  1. String-matching-operation

    0下载:
  2. 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:521byte
    • 提供者:jed
  1. string-matching

    0下载:
  2. c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-06
    • 文件大小:1.9kb
    • 提供者:LIU Y
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com