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

搜索资源列表

  1. 含并、交和差运算的集合类型试验报告

    0下载:
  2. 含并、交和差运算的集合类型试验报告,这个报告是做计算机试验的标准样式,分为了7个模块。-containing, intersection and poor computing pool type test report, the report is made to the standard computer test pattern, divided into seven modules.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33.79kb
    • 提供者:山子
  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. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:彭诗力
  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. 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. 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. loqo

    0下载:
  2. 优化算法loqo的算法源代码。Purpose: solves quadratic programming problem for pattern recognition for support vectors
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:273.61kb
    • 提供者:武旗
  1. 操作系统进程内存管理模拟

    1下载:
  2. 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25.35kb
    • 提供者:李华
  1. PrenexFormMFC

    0下载:
  2. 前束范式生成器,数理逻辑的一个辅助程序,可以给出任意谓词公式的前束范式。主要采用二叉树方式实现-Before the beam pattern generator, an auxiliary mathematical logic program predicate formulas can be given before any beam pattern. Mainly be achieved by binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.37mb
    • 提供者:yjt
  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. pattern-matching-algorithm

    0下载:
  2. 基于内容过滤的模式匹配算法比较,基于内容过滤的模式匹配算法比较.-Content-based filtering pattern-matching algorithm is relatively
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:314kb
    • 提供者:linhaisong
  1. filtering-pattern-matching-algorithm

    0下载:
  2. 基于内容过滤的模式匹配算法比较 -Content-based filtering pattern-matching algorithm is relatively
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:258.15kb
    • 提供者:linhaisong
  1. Pattern-matching

    0下载:
  2. 串的模式匹配问题.这在数据结构课本中占有一席之地。它可用于文件编辑-The string pattern matching problem plays an important role in the data structure.It can be used to edit text.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3.53kb
    • 提供者:zhangyue
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com