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

搜索资源列表

  1. intellgence

    0下载:
  2. 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3.2kb
    • 提供者:黄羽翔
  1. stringmatch2

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

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

    0下载:
  2. 一个简单的字符串匹配的操作,是在JBuilder9环境下编译过的。-a simple string-matching operation, the compiler JBuilder9 environment before.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:27.98kb
    • 提供者:dgsag
  1. string

    0下载:
  2. 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:44.37kb
    • 提供者:cuiyuzheng
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3.3mb
    • 提供者:funfunhit
  1. StringMatch

    0下载:
  2. 字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:303.27kb
    • 提供者:wangfang
  1. feng

    0下载:
  2. 此为openmp的简单运用,主要是运用openmp将串匹配算法并行化-This is simple to use OpenMP, mainly to the use of OpenMP parallel string matching algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:吴日晖
  1. KMP

    0下载:
  2. KMP string matching method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.79kb
    • 提供者:Farmer Jiang
  1. String

    0下载:
  2. 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:司马俊杰
  1. stringmatching

    0下载:
  2. 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.67kb
    • 提供者:wind
  1. string

    0下载:
  2. 带通配符的字符串匹配算法源代码,还是不错得-With a wildcard string matching algorithm source code, or get a good
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:3.98kb
    • 提供者:
  1. String-Matching

    0下载:
  2. String matching - The Hamming Distance Case
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:radu
  1. Structures-Of-String-Matching-And-Data-Compressio

    0下载:
  2. Structures Of String Matching And Data Compression - Jesper Larsson
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:641.54kb
    • 提供者:killerbee007
  1. Finding-rotational-symmetries-by-cyclic-string-ma

    0下载:
  2. Finding rotational symmetries by cyclic string matching
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:430.99kb
    • 提供者:gelareh
  1. string-matching

    0下载:
  2. 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5.87kb
    • 提供者:meng
  1. pattern-matching

    0下载:
  2. 模式匹配,kmp算法,kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Pattern matching, kmp algorithm, kmp algorithm is an improved string matching algorithm, by DEKn
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:881.86kb
    • 提供者:王二
  1. String-matching

    0下载:
  2. 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:31.72kb
    • 提供者:刘翼
  1. string-matching

    0下载:
  2. 简单的字符串匹配程序,可以匹配多个在长字符串中出现的子串-string matching
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:37.07kb
    • 提供者:langyuxing
  1. rbgorethm-string

    0下载:
  2. A string matching algorithm with wildcard source code
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-17
    • 文件大小:4kb
    • 提供者:nwnet
  1. Mazharul String Matching By Finite Automata

    0下载:
  2. Mazharul String Matching By Finite Automata
  3. 所属分类:其他

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