搜索资源列表
FileKeySearch
- 一种快速的模糊搜索算法,根据指定的关键字搜索文件名与之相似匹配的文件,内附测试程序。-a fast fuzzy search algorithm, according to the specified file name keyword search with matching documents, enclosing the test.
改良快速模式匹配
- Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards? * And the standard Series
siftDemoV4
- 快速实现SIFT算法,提取参考图与待配准图的特征点并进行匹配
A_Fast_Fractional_pel_Motion_Estimation_Algorithm_
- 这是一篇讲述运动估计中快速亚像素运动估计算法的文章,其中利用相邻匹配点匹配误差值减少待检测匹配点的方法有效地提高了算法的速度。
storing_paintbrush_in_accessdb34243
- 重庆邮电学院 TD-SCDMA移动终端所有算法 3 东南大学 G.711丟帧补偿定点算法 4 南京航空航天大学 数字视频/字符增强算法 5 南京航空航天大学 视频微光降噪音,测向算法 6 合肥工业大学 JPEG 7 西安交通大学 AAC编,解码 8 西安电子科技大学 自动视频跟踪 9 华北工学院 工业CT快速重构算法 10 山东大学 双线极大值匹配法改进算法 11 清华大学(LAB)-Chongqing Institute of Posts and Telecommunications of T
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
libbitap
- 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
LSBEmbeding
- 信息隐藏中用于数字隐写的常用算法:LSB替换\LSB匹配,包括随机的和排序的,以及对文件和文件夹进行操作,用CxImage类能快速读取各种格式的图象-Information Hiding for digital steganography of the commonly used algorithms: LSB replacement of LSB matching, including random and sort of, as well as files and folders to op
Alg
- SMP快速字符串模式匹配算法(SMP fast string pattern algorithm)-SMP fast string pattern algorithm
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
MCDtemp
- 自己编写的基于MFC的的一种快速的模板匹配算法——MCD算法。-I have written an MFC-based fast template matching algorithm- MCD algorithm.
KMP
- 字符串的快速匹配问题,输入输出字符串,用KMP算法解决-Fast string matching problem, input and output strings, with the KMP Algorithm
sift_switch
- 能实现两张图片的快速精确匹配,利用了sift算法-To achieve fast and accurate matching two images, the use of the sift algorithm
FileFind
- 实现了文件中的字符快速查找和替换功能,基于KMP模式匹配算法。-Realized characters in the file quickly find and replace function, KMP pattern matching algorithm.
38.KMP-String-match-algorithm
- KMP 快速模式串匹配查找算法。 与一般的字符串匹配算法不同在于,匹配中某个字符不同时,并不是把指针退回原点,而是从第二个匹配点开始匹配。-KMP fast string match algorithm, difference to common match algorithm is not back to original point when fail in matching letters.
maosang_v44
- 数值分析的EULER法,匹配追踪和正交匹配追踪,快速扩展随机生成树算法。- EULER numerical analysis method, Matching Pursuit and orthogonal matching pursuit, Rapid expansion of random spanning tree algorithm.