搜索资源列表
buddy_算法
- Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
Hausdorff
- 两幅图像匹配算法,利用hausdroff算法
bm
- 字符串匹配算法,单模式字符串匹配。 使用c语言编写
FV(SBMH)
- SBMH算法。为字符串匹配算法。c语言开发。
StringMatchAll
- 基于KMP算法所撰写的能实现带通配符的字符串匹配算法源代码
bmgsuanfadaima
- bmg特征匹配算法,常用于网络安全中的误用检测。
E2XBforsnort
- snort的e2xb特征检测代码补丁,e2xb是一种快速的多模式匹配算法
moshi
- BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-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.
MapMatching
- 基于多假设的地图匹配算法。程序能够根据车辆在行驶过程中收集到的GPS/DR数据正确得到当前车辆所在的道路位置。-Assumptions based on multi-map-matching algorithm. Procedures in accordance with the process of vehicles moving collected GPS/DR data correctly be the current location of the vehicle s path.
malic
- 它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)等等 Malic is realtime face recognition system
BM
- Tuned Boyer-Moore algorithm 国外牛人的改进的BM匹配算法-Tuned Boyer-Moore algorithm
NtfsDesktopSearch
- 一种仿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
ac
- AC算法----有限自动机的多模式匹配算法-The AC algorithm---- finite automaton multi pattern matching algorithm
BM
- BM算法,基于一定连续N比特二进制数据的一种简单的后缀蛮力匹配算法-BM algorithm, based on a successive N-bit binary data in a simple brute force suffix matching algorithm
taskA
- 稳定婚姻匹配算法,实现了单身男女的快速婚姻匹配-wending huiyin pipei
3915745
- 在计算机视觉中的立体匹配算法 最大流最小割,最新的研究成果-In a stereo matching algorithm in computer vision, maximum flow minimum cut, the latest research results,,
consolefile
- 数字视频技术的实验,关于穷尽块匹配算法的matlab程序及实验报告-Experiment of digital video technology, about the end of block matching algorithm matlab and experiment report,,
xaud
- Java 栈Stack源码实现 stack检测括号匹配算法 java源码-Java Stack Stack source Java source code for detecting Stack parentheses matching algorithm
boyer_moore_algorithm
- 字符串匹配 boyer_mooer 算法(boyer_mooer algorithm for strings match)