搜索资源列表

  1. CheckAndCyclostyleMathingAboutImage

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

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5740544
    • 提供者:丁德锋
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:448512
    • 提供者:肖蓉
  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. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:
  1. cifafenxijava

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:辛华
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. Findstr

    0下载:
  2. 字符串的kmp模式匹配,分别输入主字符串和模式字符串,输出匹配结果-kmp string pattern matching, the main input strings and string mode, the output matching results
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘莹
  1. KMPsuanfa

    0下载:
  2. 串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。-Strings of KMP algorithm, no backtracking pattern matching is the most representative of the KMP algorithm. It is base
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:222208
    • 提供者:yellowdoo
  1. wd

    0下载:
  2. 经典的robocode机器人程序,采用随机运动与模式匹配。
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:王东
  1. modeMatching

    0下载:
  2. 一个对简单的括号的模式匹配的算法,对入门的人员有一点的指导。-A simple pattern matching brackets algorithms, on the entry of personnel have little guidance.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:237568
    • 提供者:xielei
  1. Boyer-Moore

    0下载:
  2. BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Louis
  1. AC

    0下载:
  2. 多模式匹配算法——AC算法 参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340 -Multi-pattern matching algorithm- AC algorithm References: AC Algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:shandibin
  1. ISODATA1

    0下载:
  2. ISODATA聚类快速实现代码,运行test_isodata观测测试结果,算法可用于点模式匹配前的特征分类。-ISODATA clustering quickly realize the code, run test_isodata observing the test results, the algorithm can be used for point pattern matching features of the former
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhiminn_wang
  1. looking

    0下载:
  2. 模式匹配法来匹配指纹,这篇文章写啦整体的原理和实现方法-Pattern matching method to match the fingerprints, you write this article the overall principle and method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:354304
    • 提供者:杨筱娟
  1. iris2

    0下载:
  2. 提出了一种新的基于小波过零检测的虹膜 识别算法,通过对分离的虹膜纹理采用小波变换来实现特征提取,最后通过Hamming距离完成模式匹配.-A new wavelet-based zero-crossing detection of the iris recognition algorithm, through the separation of the iris texture by wavelet transform to rea
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:133120
    • 提供者:闫慧
  1. BM

    0下载:
  2. 经典的模式匹配算法,目前使用最广的单模匹配算法源代码BM算法-Classic pattern-matching algorithms, currently the most widely used single-mode-matching algorithm source code BM algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:169984
    • 提供者:asdf
  1. Wu_Manber

    0下载:
  2. 模式匹配算法介绍。一种改进的模式匹配算法的介绍!-Pattern matching algorithm introduced. An improved pattern matching algorithm introduced!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:177152
    • 提供者:高双成
  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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Tiandy
  1. KMP

    0下载:
  2. 改进的模式匹配算法,算法效率提高,和计算next函数修正值的算法。-Improved pattern matching algorithm, algorithm efficiency, and calculate the correct value of the function next algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:871424
    • 提供者:mayinc
  1. ac

    0下载:
  2. 多模匹配的算法源代码,可以解决汉字的多模式匹配以及关键字查找功能。-Multi-mode matching algorithm source code, can solve the multi-pattern matching characters, as well as keyword search function.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:399360
    • 提供者:汪浩
« 1 23 4 5 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org