搜索资源列表

  1. mpk_reverse

    0下载:
  2. KMP的PHP描述。有些兄弟可能用得上。具体的请看代码-KMP PHP descr iption. Some brothers may be useful. Look at the specific code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zyz
  1. kmp_algorith

    0下载:
  2. kmp算法实现,使用java实现,代码经过调试,绝对高效率,正确和可靠-KMP algorithm, using java achieved through debugging code, the absolute high efficiency, correct and reliable
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:weide
  1. kmphebf

    0下载:
  2. BF和KMP算法实例,曾经的作业,希望对你有点帮助-BF and KMP algorithm example, once the operation, and I hope to you a little help
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xiaoxin
  1. work_std

    0下载:
  2. 工作时单元功能实现的部分资料 主要涉及字符串处理、排序算法,字符串查询、kmp、改进二分法、Unicode编码、uniq-functional modules work to achieve some of the information involved mainly string handling, sorting algorithm, string inquiries, kmp improve dichotomy, Unico
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:90112
    • 提供者:邻水
  1. Findstr

    0下载:
  2. 字符串的kmp模式匹配,分别输入主字符串和模式字符串,输出匹配结果-kmp string pattern matching, the main input strings and string mode, the output matching results
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘莹
  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-20
    • 文件大小:2048
    • 提供者:成熠
  1. KMPsuanfa

    0下载:
  2. 串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。-Strings of KMP algorithm, no backtracking pattern matching is the most representative of the KMP algorithm. It is base
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:222208
    • 提供者:yellowdoo
  1. matchall

    0下载:
  2. 一个值得学习的模式匹配改进的KMP算法,含有详细的注释。(通过文件来读出输入输出)-A study to improve the KMP pattern matching algorithm, which contains detailed notes. (Through the file to read out the input and output)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:wodezui-i
  1. KMP

    0下载:
  2. 十分强的媒体播放器,KMPlayer源码,-Very strong media player, KMPlayer source,
  3. 所属分类:多媒体

    • 发布日期:2024-05-20
    • 文件大小:1395712
    • 提供者:locet
  1. macth

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

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

    0下载:
  2. 在一个字符串找出是否另外一个字符串在该字符串中,并输出位置。-To find out if a string in another string in the string, and output location.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:libin
  1. kmp_suanfa

    0下载:
  2. KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李天宇
  1. KMPMatch

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

    • 发布日期:2024-05-20
    • 文件大小:492544
    • 提供者:tangWH
  1. Boyer-Moore

    0下载:
  2. BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Louis
  1. GetNext

    0下载:
  2. 字符匹配中的KMP算法,计算NEXT值实现部分。 -Matching characters in the KMP algorithm, calculation NEXT realize some value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:熊天
  1. Kmplayer-v2.93

    0下载:
  2. KMP功能强于MPC,你面打包了不少解码器, 可以下载来用,可以学到不少的。-KMP function better than MPC, you face a lot of codec pack, you can download to use, you can learn a lot of.
  3. 所属分类:多媒体

    • 发布日期:2024-05-20
    • 文件大小:10978304
    • 提供者:weiguofu
  1. kmp

    0下载:
  2. 这是一款新颖的播放器,具有传统media player,real player所不具有的优点,适合于边工作边娱乐的场合,可以只显示播放的内容而没有边框和状态栏。-This is a new player, with a traditional media player, real player do not have the advantages of work with suitable entertainment occasions
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-20
    • 文件大小:14121984
    • 提供者:chencanfen
  1. Kmp_Normal

    0下载:
  2. 实现KMP算法,简单易懂,由学生实验实现,对于ACM学习有很大帮助。-Realize KMP algorithm, easy-to-read, by the students realize the experiment, the ACM study of much help.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1175552
    • 提供者:于镇波
  1. StringMatch

    0下载:
  2. 四种字符串匹配算法: RK,KMP,BMH及QS算法。-Four kinds of string-matching algorithm: RK, KMP, BMH and the QS algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:曹猛
  1. kmp_algorithm

    0下载:
  2. 自己编写的字符串匹配算法-经典的KMP算法,该算法当模式与主串之间存在许多“部分匹配”时能显示出其时间优越性。-I have written a string matching algorithm- the classical KMP algorithm when the model and between the main strings there are many
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:malota
« 1 2 3 4 56 7 8 9 10 ... 29 »

源码中国 www.ymcn.org