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

搜索资源列表

  1. 字符匹配判断

    0下载:
  2. 给出串字符串作为模式串然后再输入你所要找的字符串-given string string as a model input strings and then you have to find the string
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:5437
  1. 模式匹配MFC_jwj

    0下载:
  2. 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the string, after you input the strin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32685
    • 提供者:蒋文靖
  1. stringmatch2

    0下载:
  2. 字符串的模式匹配算法&一般的字符串匹配算法-string pattern matching algorithm & General string matching algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1297
    • 提供者:
  1. duifengpei.cpp

    0下载:
  2. KMP目录下是字符串的堆分配存储表示源程序,其中使用KMP算法完成模式匹配 -KMP directory is the string heap memory allocation, said the source, the use of KMP completed pattern matching algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3021
    • 提供者:wangjie
  1. Kmp

    0下载:
  2. 实现KMP模式匹配,模式匹配操作对象是字符串-achieve KMP, pattern-matching operations object is a string
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:53012
    • 提供者:小百
  1. 改良快速模式匹配

    0下载:
  2. Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards? * And the standard Series
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7585
    • 提供者:林志伟
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7846
    • 提供者:张远洋
  1. 字符串模式匹配与模糊匹配算法

    0下载:
  2. 字符串模式匹配与模糊匹配算法,本rar压缩包内是rk算法的源码-String pattern matching and fuzzy matching algorithms, the rar-compressed package is rk algorithm source code
  3. 所属分类:文件操作

    • 发布日期:2017-03-24
    • 文件大小:550
    • 提供者:邱卫国
  1. yy3

    0下载:
  2. 1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write function according to string patter
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:186519
    • 提供者:武朝阳
  1. rk

    0下载:
  2. RK算法是一个模式匹配算法中的重要应用,它相较其他算法更加高效。-RK algorithm is an important application in a pattern matching algorithm, the more efficient it is compared with other algorithms.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:460573
    • 提供者:华朝
  1. libbitap

    0下载:
  2. wu-manber算法的实现。 Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm. Note that the complete search string must be matched by the pattern. If you want to search for subst
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:6731
    • 提供者:buptisc
  1. acsmx

    0下载:
  2. AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:4362
    • 提供者:mashiwei
  1. kmp

    0下载:
  2. 这是用c语言编写模式匹配小程序,适合学数据结构的初学者-This is a pattern matching language c small procedures, data structures suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1506
    • 提供者:sinch
  1. ac

    0下载:
  2. 这个c的小程序 是基于AC算法的多模式匹配技术,对字符串搜索一次,就可以找出所有的匹配字和出现位置-The c of the small program is based on the AC algorithm many pattern matching techniques to search a string, you can find all the matching words and the emergence of location
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6968
    • 提供者:孔利峰
  1. aczz

    0下载:
  2. AC算法 用指针实现 用指针指向状态机的状态变量-AC algorithm implementation using pointer with pointer to state machine of the state variables
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3398
    • 提供者:孔利峰
  1. Alg

    0下载:
  2. SMP快速字符串模式匹配算法(SMP fast string pattern algorithm)-SMP fast string pattern algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:46359
    • 提供者:陈晓文
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. juzhen

    0下载:
  2. 数据结构中有关矩阵的知识,稀疏矩阵,模式匹配,特殊矩阵,字符串等知识-Data structure in the knowledge of the matrix, sparse matrix, pattern matching, a special matrix, string, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1445817
    • 提供者:邢永超
  1. SBOM

    0下载:
  2. SBOM算法源代码 多模式匹配算法请参考paper“Factor oracle of a set of words”-SBOM algorithm source code and more pattern-matching algorithm please refer to paper " Factor oracle of a set of words"
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2339
    • 提供者:Tiandy
  1. AC_CUDA_Close

    0下载:
  2. 用cuda实现多模式匹配算法AC算法的并行运算(Multiple pattern matching algorithm to implement in cuda parallel computing of AC algorithm using cuda implement multiple pattern matching algorithm to AC algorithm of parallel computing)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:585728
    • 提供者:Ankle breaker
« 12 3 4 5 6 »
搜珍网 www.dssz.com