搜索资源列表
stringmatch2
- 字符串的模式匹配算法&一般的字符串匹配算法-string pattern matching algorithm & General string matching algorithm
hungry
- 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
sr4
- 基于模版匹配方式的语音识别算法, 基于模版匹配方式的语音识别算法-based on the template matching speech recognition algorithm based on the template matching speech recognition algorithm, Based on the template matching speech recognition algorithm
whiteblackpoint
- 黑白点的匹配贪心算法 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示。一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw。若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对)。在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数。-black and white point matching greedy algorithm based on the d
a1
- 基于块匹配的电子图像稳定算法的文章,采用分块运动估计和运动滤波技术进行稳像
GLJ
- 用贪婪算法寻找交换机的最佳匹配端口,效率比较高,时延抖动也比较小
改良快速模式匹配
- Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards? * And the standard Series
KMP模式匹配(可以有通配符)
- 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
oomp
- 基于子空间匹配追踪的信号稀疏逼近的算法——硕士论文
pparith
- 附件是一个关于匹配算法的例子的源代码程序,介绍了匹配算法
BlockMatching
- 块匹配运动估计算法研究与进展.pdf~~~~~很好很强大
dedesplit
- 采用的是一种用最小切分和逆向最大匹配法结合的一种复合分词算法,目前对岐义识别还处于初步研究阶段.