-
BFSPDFS
广度优先搜索和深度优先搜索在网络拓扑图上的实现。广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点;深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。
(Breadth-first search and depth-first search in the network topology is realized. Breadth-first search is started from a node, searching all the nodes connected to its line, in accordance with the breadth direction as extracapsular extension, until no repeat traverse all nodes depth-first search is started from a node along its search to the first nodes deepening it, when it can not go any further, backtracking node, and then back again in the beginning of a node depth search in the other direction until the non-repetition of the traverse all nodes.)
- 2013-08-10 10:37:12下载
- 积分:1
-
matlab
基于matlab的时频率分析工具箱,包括了小波变换,WVD,SPWVD等等好多的时频分析方法(Matlab-based time-frequency analysis toolbox, including a wavelet transform, WVD, SPWVD so many time-frequency analysis method)
- 2011-07-24 16:52:52下载
- 积分:1
-
Meanshiftsmooth
基于均值漂移的图像平滑MATLAB源戴码。(Based on mean-shift image smoothing Dai MATLAB source code.)
- 2008-05-18 09:51:09下载
- 积分:1
-
carofoil
查询车辆油耗信息,根据车号,司机,日期等(Query the vehicle fuel consumption information)
- 2014-12-10 10:57:10下载
- 积分:1
-
DataEntryNameFilter
This DataEntryFilter filters data entries based on whether their names match a given StringMatcher.
- 2014-01-17 14:15:19下载
- 积分:1
-
psnr
该函数是用于计算峰值信噪比和信噪比的程序(it can be used to calculate psnr and snr)
- 2009-12-22 14:56:19下载
- 积分:1
-
MATLABtxpz
说明: matlab图像配准算法,确定归一化互相关最大值及其位置,利用相关找到的偏移量,判断两幅图是否相同。(MATLAB image registration algorithm determines the maximum normalized cross-correlation and its location, and uses the offset found by correlation to determine whether the two images are the same.)
- 2019-03-21 19:40:08下载
- 积分:1
-
filter
有关粒子滤波及其改进算法的资料,对初学粒子滤波算法的人很有帮助(Information about particle filter and its improved algorithm, is of great help to beginners of particle filter algorithm
)
- 2013-10-09 16:20:39下载
- 积分:1
-
gentleBoost
说明: 这是国外某人写的开放gentel boost的源码,可用于基本的物体检测(This is a foreign person to write gentel boost open source code can be used to detect the basic objects)
- 2008-08-26 16:15:47下载
- 积分:1
-
bandfilter
一个计算频率域的带通滤波器,图像处理中常用的滤波方式之一。(Computes frequency domain band filters)
- 2014-11-10 00:48:44下载
- 积分:1