搜索资源列表

  1. TRF

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:赵机密
  1. Tuned Boyer-Moore algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:赵机密
  1. Zhu-Takaoka algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助- About the character string match algorithm, already passed through the translation, hoped had to you helps
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:赵机密
  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:容器
  1. Las Vegas

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

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:容器
  1. 字符匹配判断

    0下载:
  2. 给出串字符串作为模式串然后再输入你所要找的字符串-given string string as a model input strings and then you have to find the string
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:5437
  1. regexp_source

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

    • 发布日期:2024-05-11
    • 文件大小:39936
    • 提供者:peter
  1. stringmatch2

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

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:
  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. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:44032
    • 提供者: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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:李阳
  1. dist2

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

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:小艾
  1. gape

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

    • 发布日期:2024-05-11
    • 文件大小:17408
    • 提供者:赵寰
  1. StringMatchingSearch

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

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者: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 w
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:成熠
  1. source

    0下载:
  2. ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发-ac-bm algorithm. Multi-mode string matching algorithm. Net platform, the use of C# Development
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:45056
    • 提供者:刘学生
  1. BoyerMooreSearch_src

    0下载:
  2. bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发-bm algorithm. Multi-mode string matching algorithm. Net platform, the use of C# Development
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:刘学生
  1. FV(SBMH)

    0下载:
  2. SBMH算法。为字符串匹配算法。c语言开发。-SBMH algorithm. For the string matching algorithm. c language development.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:刘学生
  1. macth

    0下载:
  2. 字符串匹配问题,采用KMP算法,匹配速度快-String matching problems, the use of KMP algorithm, matching speed
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:lyh
  1. KMP

    0下载:
  2. 著名的KMP算法 实现快速字符串匹配 其中还包括失效函数的实现-KMP famous fast string matching algorithm which also includes the realization of failure function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:施欢欣
  1. KMPMatch

    0下载:
  2. 经典算法实现,KMP字符串匹配,环境为vc2005-Classical algorithm, KMP string matching, the environment for vc2005
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:492544
    • 提供者:tangWH
« 1 23 4 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org