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

搜索资源列表

  1. PatternMatching

    1下载:
  2. 这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and KMP algorithm are compared.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.92kb
    • 提供者:孙江萍
  1. 三种模式匹配算法的比较

    1下载:
  2. Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.31kb
    • 提供者:lxr
  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. 模式匹配

    0下载:
  2. 用C语言编写的一个简单的数据结构算法.可实现括号的模式匹配.-C language of a simple data structure algorithms. Brackets can be realized pattern matching.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:王安耀
  1. kmpEx

    0下载:
  2. KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:黄建雄
  1. Some_DataStruct_Arithmetic_Implement_by_C

    0下载:
  2. 1 归并链表 2 静态链表 3 堆栈 4 KMP模式匹配 5 排序 6 关键路径-a static Chain Chain 2 3 4 stack KMP Ranking 6 5 Critical Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:100.01kb
    • 提供者:丘方
  1. stringprocess

    0下载:
  2. 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.56kb
    • 提供者:苗建新
  1. mwm

    0下载:
  2. 一种多模串匹配算法,可以加快模式串匹配的速度-a multi-string matching algorithm, can speed up the pattern matching speed
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.62kb
    • 提供者:haifeng
  1. huiwen333

    0下载:
  2. 这是一个关于回文数的判断算法!只要输入的数据形式是回文形式,将输出该回文数是回文模式!-This is a palindrome number on the judgment algorithm! As long as the form of data input is palindrome form Palindrome will output the model number is palindrome!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:刘六龙
  1. mythree

    0下载:
  2. 这是用来进行模式识别的参考程序,程序对输出结果给出了比较形象化的结果-This is used for the reference pattern recognition procedures, procedures for a given output compared to visualize the results
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30.41kb
    • 提供者:王飞
  1. 找出模式串t在主串s中的所有匹配

    0下载:
  2. 给定模式串t和主串s,找出模式串t在主串s中的所有匹配-to set the pattern and the main string t s, t find the pattern in the main string's match of all
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-14
    • 文件大小:1.52kb
    • 提供者:小吴
  1. wenxueadie-C

    0下载:
  2. 这是一个叫“文学研究助手”的关于数据结构中串的模式匹配应用的算法,是文学研究人员用于统计英文小说中某些词出现次数与位置的小程序,但由于本人才疏学浅,程序并不完善。-This is called a "literary research assistant" on the data structure of the string pattern matching algorithm for the application, Literature is for statistic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.03kb
    • 提供者:舒亚
  1. Findstr

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

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:刘莹
  1. k_way

    0下载:
  2. K路归并算法,用贪心算法构造霍夫曼树,采用加入虚节点的思想求出最优的归并模式
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.96kb
    • 提供者:taolizao
  1. KMPsuanfa

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

    • 发布日期:2008-10-13
    • 文件大小:6.22kb
    • 提供者:yellowdoo
  1. BM

    0下载:
  2. 经典的模式匹配算法,目前使用最广的单模匹配算法源代码BM算法-Classic pattern-matching algorithms, currently the most widely used single-mode-matching algorithm source code BM algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:6.97kb
    • 提供者:asdf
  1. Wu_Manber

    0下载:
  2. 模式匹配算法介绍。一种改进的模式匹配算法的介绍!-Pattern matching algorithm introduced. An improved pattern matching algorithm introduced!
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:172.6kb
    • 提供者:高双成
  1. KMP

    0下载:
  2. 改进的模式匹配算法,算法效率提高,和计算next函数修正值的算法。-Improved pattern matching algorithm, algorithm efficiency, and calculate the correct value of the function next algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:850.83kb
    • 提供者:mayinc
  1. ac

    0下载:
  2. 多模匹配的算法源代码,可以解决汉字的多模式匹配以及关键字查找功能。-Multi-mode matching algorithm source code, can solve the multi-pattern matching characters, as well as keyword search function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:389.89kb
    • 提供者:汪浩
  1. ACBM

    0下载:
  2. acbm算法简介,在有限自动机的多模式匹配算法(DFSA算法)的基础上, 在算法中以连续跳跃的思想,给出了另一个更加有效的改进-About acbm algorithm, finite automaton in the multi-pattern matching algorithms (DFSA algorithm), based on a continuous jump in the algorithm to the idea, given the other more effective
  3. 所属分类:Data structs

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