搜索资源列表

  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. c_chazhao

    0下载:
  2. 一个简单的查找程序,简单的模式匹配,并且不支持模糊查找(含有 ? 或者 * 的字符串),意义不大。-a simple search procedure, a simple pattern matching, and do not support Fuzzy Search (containing or * string), has little significance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:856
    • 提供者:张保强
  1. 简单的字符识别

    0下载:
  2. 一个简单的字符识别程序,根据字体的结构识别,而不是通常所用的模式匹配,神经网络识别,开辟了新的思路,希望对图像识别感兴趣的有所帮助。VC++开发-a simple character identification procedures, according to the font structure identification, but not usually used in pattern matching, neural netw
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:170154
    • 提供者:guo
  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 str
  3. 所属分类:Windows编程

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

    0下载:
  2. KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:黄建雄
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. Some_DataStruct_Arithmetic_Implement_by_C

    0下载:
  2. 1 归并链表 2 静态链表 3 堆栈 4 KMP模式匹配 5 排序 6 关键路径-a static Chain Chain 2 3 4 stack KMP Ranking 6 5 Critical Path
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:102408
    • 提供者:丘方
  1. stringprocess

    0下载:
  2. 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7740
    • 提供者:苗建新
  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. AlgorithmonMaximalMatchingofStrings

    0下载:
  2. 给定两个串S和T,长分别m和n,本文给出了一个找出二串间最大匹配的算法。该算法可 用于比较两个串S和T的相似程度,它与串的模式匹配有别-given two series of S and T, length m and n, the paper presents a series of two to identify the largest matching algorithm. The algorithm can be used
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:29104
    • 提供者:daisiguang
  1. CheckAndCyclostyleMathingAboutImage

    0下载:
  2. 图象的检测,模式匹配的c代码,请大家仔细看里面的算法哦,希望会有收获吧。-image detection, pattern-matching c code, please carefully read the inside algorithm Oh, it is hoped that harvest.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24936
    • 提供者:wangwang
  1. genzong1

    0下载:
  2. 复杂场景下运动目标的实时跟踪,在完成对目标模式匹配,目标运动估计和石台控制处理的基础上,对三个模块力加以综合,实现对运动目标的实时跟踪。-sports complex scene and real-time tracking of the target, the completion of the target pattern matching, Target Motion estimation and control of Shita
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5741098
    • 提供者:丁德锋
  1. LasVegas

    0下载:
  2. 这是根据算法设计课上讲的LasVegas算法用java实现的模式匹配算法-This algorithm is based on the design of the curriculum speaking with java LasVegas algorithm to achieve the pattern matching algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:941
    • 提供者:liuyong
  1. imageprocesse

    0下载:
  2. 自己写的一个图像处理的程序,主要用于表单识别,包括数学形态学,倾斜矫正和模式匹配等算法-yourself writing an image processing procedures, mainly for the identification of the form, including mathematical morphology, tilt correction and pattern matching algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:71980
    • 提供者:肖蓉
  1. LZ77conbined_with_KMP_algorithm

    0下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corres
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18671
    • 提供者:张华
  1. CHARpipei

    0下载:
  2. 字符串模式匹配的C语言实现.在Windows系统wintc下编译-string pattern matching the C language. In the Windows system under compiler wintc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:788
    • 提供者:xieyixin
  1. cifafenxijava

    0下载:
  2. 用模式匹配和字符传解析器分析代码,能区分关键字,标识符,数字-using pattern-matching and character-parser code analysis can distinguish between keywords, identifiers, digital
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2756
    • 提供者:辛华
  1. FindSub

    0下载:
  2. 串模式匹配的测试小程序,使用数据结构的链表存储管理-string pattern matching small test procedures, the use of the linked list data structure Storage Management
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1219
    • 提供者:fan
  1. wenxueadie-C

    0下载:
  2. 这是一个叫“文学研究助手”的关于数据结构中串的模式匹配应用的算法,是文学研究人员用于统计英文小说中某些词出现次数与位置的小程序,但由于本人才疏学浅,程序并不完善。-This is called a "literary research assistant" on the data structure of the string pattern matching algorithm for the applicatio
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4129
    • 提供者:舒亚
« 1 2 3 45 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org