CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - string matching

搜索资源列表

  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4.25kb
    • 提供者:张三水
  1. AhoCorasick-string-matching-algorithm

    0下载:
  2. Aho–Corasick string matching algorithm Aho Corasick Implementation in c , UNIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:228.56kb
    • 提供者:shahar
  1. zifuchuangpipei

    0下载:
  2. 实现字符串的匹配,运用的是KMC算法。希望大家喜欢-The realization of string matching, the use of the KMC algorithm. I hope you like
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:797byte
    • 提供者:韩婀
  1. NtfsDesktopSearch

    0下载:
  2. 一种仿Everything文件快速搜索工具的软件作品。试用于NTFS文件系统。揭示了Everything的原理,也可通过此代码学习NTFS文件系统原理、字符串多模匹配算法等-A kind of imitation Everything document search software works fast. Trial in the NTFS file system. Everything revealed the principles of this code can also learn p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:207.83kb
    • 提供者:chenxiong
  1. bmh

    0下载:
  2. 字符串匹配BM算法 坏字符规则(BMH算法)-BM algorithm bad character string matching rules (BMH algorithm)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:814byte
    • 提供者:郭冰峰
  1. 5sourcecodes

    0下载:
  2. o-1 knapsack parallel implementaion in c, Begining socket pro in c.zip, rsa using crt in c, des in java, fuzzy string matching in c-o-1 knapsack parallel implementaion in c, Begining socket pro in c.zip, rsa using crt in c, des in java,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:13.13kb
    • 提供者:srinath
  1. match

    0下载:
  2. 字符串匹配,使用有限状态自动机原理实现,并解释转义字符 \\ -String matching, the use of finite state automata theory to achieve, and explain the escape character ' \ \'
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1.94kb
    • 提供者:北极冰
  1. xt_string

    0下载:
  2. Linux Kernel Appliction Library Code, String matching match for iptables
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1.04kb
    • 提供者:diekaizon
  1. animation

    0下载:
  2. .A Token is an occurence of a term from the text of a field. It consists of a term s text, the start and end offset of the term in the text of the field, and a type string. The start and end offsets permit applications to re-associate a token with it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:1.5kb
    • 提供者:nuxenmen
  1. libipt_string

    0下载:
  2. Shared library add-on to iptables to add string matching support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:2.87kb
    • 提供者:hongzanghong
  1. xt_string

    0下载:
  2. String matching match for iptables.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:yhxhvp
  1. lexical-analyzer

    1下载:
  2. 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
  3. 所属分类:Windows Kernel

    • 发布日期:2016-05-08
    • 文件大小:2.59mb
    • 提供者:alfred artorius
  1. ASTDumper

    0下载:
  2. List of fsets the current position where to try matching a code point or a string. -List of offsets the current position where to try matching a code point or a string.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11.42kb
    • 提供者:wvtairan
  1. ss

    0下载:
  2. 不调用系统库,进行字符串匹配,strlen函数解析-Do not call the system library, string matching, strlen function parses
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:211.36kb
    • 提供者:vindisel
  1. 191-206

    0下载:
  2. C语言编写的几个程序源码,包括: 191 比较字符串长度 192 合并整数 193 矩阵逆置 194 删除指定的字符 195 括号匹配 196 字符串逆置 197 SIX/NINE问题 198 单词个数统计 199 方差运算 200 级数运算 201 输出素数 202 素数题 203 序列排序 204 整数各位数字排序 205 字符串字母移位 206 Fibonacc数列 -C language sourc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:29.03kb
    • 提供者:耿汝伟
  1. person1

    0下载:
  2. 个人写的几个函数:1.通配符匹配字符串,用于模糊查找 2.刷新输入缓冲区,用于使getchar停留 3.getchp函数,模仿VC++下的getch而写的,能实现getch相似的功能 4.控制输入,但不支持中文-Several functions written by the individual: 1 wildcard string matching, fuzzy search for 2 refresh input buffer for getchar for 3.getchp functi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.02kb
    • 提供者:yangsir
  1. searchString

    0下载:
  2. 用C实现的字符串匹配代码,匹配代码后的字符串进行保存。-Implemented in C string matching code after the code string matching save.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:143.59kb
    • 提供者:wuwang
  1. suffix

    0下载:
  2. 用C实现的字符串匹配代码,匹配代码后的字符串进行保存。-Implemented in C string matching code after the code string matching save.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:149.49kb
    • 提供者:wuwang
  1. 64617250

    0下载:
  2. 字符串匹配程序,支持通配符查找,推荐给大家学习-String matching process, support the wildcard search, recommend to everybody to learn
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-14
    • 文件大小:29kb
    • 提供者:esomas
  1. nrotocukcover

    0下载:
  2. A string matching algorithm with wildcard source code()
  3. 所属分类:系统编程

搜珍网 www.dssz.com