CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模式匹配

搜索资源列表

  1. 001

    0下载:
  2. 求字符串next数组,实现快速模式匹配,将文件直接在C++环境下执行即可-String array for next, realizing fast pattern matching
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:550
    • 提供者:青山小子
  1. pattern-matching-algorithm

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

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

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

    • 发布日期:2017-03-25
    • 文件大小:264346
    • 提供者:linhaisong
  1. DS

    0下载:
  2. 数据结构课程设计(链表,顺序表,串的模式匹配等相关操作)-Data structure course design (list, order form, string pattern matching and other related operations)
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4428
    • 提供者:郭文
  1. zzbdsjc

    1下载:
  2. 正则表达式系统教程,对一个程序员来说正则表达式有时候能起到事半功倍的功能,本教程为chm格式,从基础教你如何使用正则表达式。 目录1._引子 2._正则表达式的历史 3._正则表达式定义 3.1_普通字符 3.2_非打印字符 3.3_特殊字符 3.4_限定符 3.5_定位符 3.6_选择 3.7_后向引用 4._各种操作符的运算优先级 5._全部符号解释 6._部分例子 7._正则表达式匹配规则 7.1_基本模式匹配
  3. 所属分类:File Formats

    • 发布日期:2016-06-25
    • 文件大小:5848064
    • 提供者:eewcee
  1. TString

    0下载:
  2. 一个封装有KMP模式匹配算法的String类示例,VC++ 2010下编译通过。. -A package KMP pattern matching algorithm with the String class example, VC++ 2010 compile. .
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1682426
    • 提供者:王彦之
  1. KMP

    0下载:
  2. 字符串模式匹配,KMP算法。word文档-String pattern matching, KMP algorithm. word document
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:78598
    • 提供者:黄悦
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. next-function

    0下载:
  2. 这是一个关于模式匹配KMP算法 的next函数的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:550
    • 提供者:胡欢
  1. 2011119142855

    0下载:
  2. 关于多模式匹配算法中的AC算法。window stdio2008 c++语言实现-Multi-pattern matching algorithm on the AC algorithm. window stdio2008 c++ language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:164711
    • 提供者:wss257
  1. basis-of-speech-recognition

    1下载:
  2. 语音识别的一些基础理论以及语音识别各个组成部分:预处理,参数提取,模式匹配,每个部分有多种详细的方法介绍。还包括说话人识别,语种识别,关键词识别。-basic theory of speech recognition and its component:pre-processing,extraction of parameters,matching.Each section has many method to be supplied.Besides,there are recognition
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-19
    • 文件大小:5498997
    • 提供者:李静
  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
    • 文件大小:3618
    • 提供者:zhangyue
  1. tracing-to-moving-object

    0下载:
  2. 采用了一种根据灰度特征进行模式匹配的跟踪算法提高了模板匹配法对于目标运动姿 态变化的自适应能力仿真结果表明上述算法在目标方向平移旋转以及图像背景对比度亮度发生改变时均能较好的检测到目标-It is presented in this paper that a modified version of it which incorporating with frame difference and multi-resolution matching. By introducing pre
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:299086
    • 提供者:chen
  1. kmp

    0下载:
  2. 用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1075
    • 提供者:
  1. CLIPS_6.30_Beta.R3

    0下载:
  2. clips最新版   CLIPS是一种专家系统工具,最初由NASA/Lyndon B. Johnson太空中心软件技术研究室开发出来。自1986年首次发布以来,CLIPS经历了不断的改进和完善。现在它已经被广泛的应用在数以万计的全球用户中。   CLIPS被开发出来以促进集成人类知识和经验的软件发展。   在CLIPS中,知识的表示有三种方式:   l 规则,规则表示法是基于启发式经验知识库的首要选择。   l 自定义函数和通用函数,这种方式是程序式知识表示的首选。   l 面向对象设计,也
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7085002
    • 提供者:魏林
  1. RF

    0下载:
  2. RF算法属于多模式匹配算法,可以处理常见的模式匹配中遇到的问题。-The RF algorithm is a multi-pattern matching algorithm that can handle the problems encountered in the common pattern matching.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239075
    • 提供者:华朝
  1. QLP

    0下载:
  2. QLP算法是解决目前较为多见的一种多模式匹配算法,它的代码设计简约,易于实现。-The QLP algorithm to solve the more common kind of pattern matching algorithms, the code design is simple, easy to implement.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4135875
    • 提供者:华朝
  1. QBP

    0下载:
  2. QBP算法作为模式匹配算法中应用较广的一种,可以以较高的效率对研究对象进行匹配。-QBP algorithm as a model to match a wider application of the algorithm, can match the study of objects with high efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4137116
    • 提供者:华朝
  1. GA-to-solve-pattern-matching

    0下载:
  2. 基于java实现模式匹配,实现点模式匹配问题-basic on java
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-27
    • 文件大小:9990871
    • 提供者:张萌萌
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 30 »
搜珍网 www.dssz.com