搜索资源列表

  1. stringsmatch

    0下载:
  2. 字符串的最大匹配算法字符串的最大匹配算法-String matching algorithm of the greatest of the greatest string matching algorithm
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:yiyi
  1. BM

    0下载:
  2. 实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。-BM algorithm to find the realization of the text string function, given the number and the matching time.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:288768
    • 提供者:sifhay
  1. hashish.tar

    0下载:
  2. 常用字符串hash算法,可以用于bloom算法,用于匹配-string hash alogrithm list,can be used for bloom algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:178176
    • 提供者:jgqwhucs
  1. Alg

    0下载:
  2. SMP快速字符串模式匹配算法(SMP fast string pattern algorithm)-SMP fast string pattern algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:陈晓文
  1. String

    0下载:
  2. 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:司马俊杰
  1. KMP

    0下载:
  2. 字符串匹配问题:输入主串和子串,通过算法实现字符串的匹配:若字串在主串中出现在输出出现的位置,否则匹配失败-String matching problem: Enter the main series and sub-string, through the string matching algorithm: if the string appeared in the main string appear in the output,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:234496
    • 提供者:libingyang
  1. BruteForce

    0下载:
  2. BruteForce算法 简单模式匹配算法。。是处理字符串使用的-BruteForce
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:寒冰
  1. stringmatch

    0下载:
  2. 高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配-High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:段建国
  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 pac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:sapple
  1. bm_algorithm

    0下载:
  2. 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:张英霞
  1. ZuiDaPiPeiSuanFa

    0下载:
  2. 对一个字符串进行最大匹配法分词的算法,在VC环境下运行即可。-A string of maximum matching word segmentation algorithm can be run in the VC environment.
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:yoen
  1. Boyer-Moore-Horspool-Sunday

    0下载:
  2. 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:杜俊卫
  1. horspool

    0下载:
  2. 该程序运用horspool算法进行字符串匹配,时间效率很快。-the process is so fast.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1704960
    • 提供者:王兰
  1. sail

    0下载:
  2. 处理带通配符的字符串匹配问题,实现的是已被收录SCI检索的一篇国际期刊论文中的SAIL算法,该算法被认为处理同类型问题中效果最好的近似算法。论文为:Efficient String Matching with Wildcards and Length Constraints-The algorithm is SAIL.It is considered as the best one in dealing with the problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:646144
    • 提供者:王海平
  1. pipei

    0下载:
  2. 字符串匹配的随机算法,不同于传统的KMP算法-The random string matching algorithm, the KMP algorithm is different from the traditional
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:sunbo
  1. NtfsDesktopSearch

    0下载:
  2. 一种仿Everything文件快速搜索工具的软件作品。试用于NTFS文件系统。揭示了Everything的原理,也可通过此代码学习NTFS文件系统原理、字符串多模匹配算法等-A kind of imitation Everything document search software works fast. Trial in the NTFS file system. Everything revealed the principles
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:212992
    • 提供者:chenxiong
  1. bmh

    0下载:
  2. 字符串匹配BM算法 坏字符规则(BMH算法)-BM algorithm bad character string matching rules (BMH algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:郭冰峰
  1. 123

    0下载:
  2. kmp模式匹配的实现 也就是字符串匹配的kp算法实现-kmp pattern matching is the realization of a string matching algorithm kp
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:邵伯仲
  1. kmp

    0下载:
  2. 字符串匹配的kmp算法,数据结构课后习题,亲测可用-Kmp string matching algorithms, data structures, Homework, pro-testing available
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:793600
    • 提供者:cjl
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:3305472
    • 提供者:jpj
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »

源码中国 www.ymcn.org