搜索资源列表
-
0下载:
给定两个串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 to compare two strings S and T
-
-
0下载:
顺序表的应用
(1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。
(2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。
(3)假设一个算术表达式中包含圆括号,方括号
-
-
0下载:
采用简化SIFT算法实现快速图像匹配,相当实用的文章-Simplified fast SIFT image matching algorithm
-
-
0下载:
一种新的图像匹配算法的研究,我的毕业论文,希望对大家有用-A new algorithm for image matching, my thesis, I hope useful for all of us
-
-
0下载:
The problem of optimal approximation of members
of a vector space by a linear combination of members
of a large overcomplete library of vectors is of importance
in many areas including image and video coding,
image analysis, control theory, a
-
-
0下载:
基于Harris角点匹配算法,基于Harris角点匹配算法与基于模板等其他的匹配拼接算法相比,在没有增加计算量的基础上提高了匹配速度和精度,同时对亮度差异的抗干扰能力有一定增强。-Based on Harris corner point matching algorithm, based on the Harris corner point matching algorithm compared with matching stitching algorithm based on templat
-