-
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
-
FFT
该程序主要利用快速傅里叶算法将振动信号的时域转化成频域信息,得出频谱进行分析。(The program mainly using fast Fourier algorithm time domain vibration signal converted into the frequency domain information, obtain spectral analysis.)
- 2016-05-17 14:19:39下载
- 积分:1
-
图像评价程序(修改版)
说明: 对遥感影像融合质量评价的程序,输出均值 标准查 信息熵 相关系数 光谱保真(To evaluate the fusion quality of remote sensing image, output the mean value standard to check the spectral fidelity of entropy correlation coefficient)
- 2020-03-05 01:27:59下载
- 积分:1
-
Floyd-Steinberg
利用误差扩散算法中的Floyd-Steinberg抖动算法来对图像进行二值化处理,从而方便图像调频加网输出(The use of error diffusion algorithm of Floyd-Steinberg dithering algorithm to image binarization treatment, thus facilitating image output FM Screening)
- 2021-04-08 21:39:00下载
- 积分:1
-
Matlab_code
含有Matlab的各种程序和代码,包括图像分割、模式识别、文字识别等。并且含有初学者入门的代码。(Matlab contains the various procedures and code, including image segmentation, pattern recognition, text recognition. And contain the code entry for beginners.)
- 2008-06-09 11:58:52下载
- 积分:1
-
contourlet
纯contourlet变换,已对工具包进行了修改,使之在分解重构时能显示子带系数。(Pure contourlet transformation toolkit has been modified so that when displayed in the decomposition and reconstruction sub-band coefficients.)
- 2009-10-23 17:34:02下载
- 积分:1
-
OMP_SP
本例程序包含OMP、SP、IRLS、CoSaMP等重构算法,比较性能优劣。(The example application consists of OMP, SP, IRLS, CoSaMP reconstruction algorithm, and compare performance advantages and disadvantages.
)
- 2013-07-04 10:35:27下载
- 积分:1
-
06026250
Adaptive Perona–Malik Model Based on the
Variable Exponent for Image DenoisingThis paper introduces a class of adaptivePerona–Malik (PM) diffusion, which combines the PM
- 2013-09-26 15:38:33下载
- 积分:1
-
06257655
图像仿射匹配的经典文章,适合深度学习仿射匹配的研究生(Image the affine matching the classic article, suitable depth learning graduate affine matching)
- 2013-02-27 14:18:05下载
- 积分:1
-
遥感图像分类工具箱Active-Learning
遥感图像分类工具箱,包含多种基于支持向量机分类器的主动学习算法(active learning toolbox, used for remote sensing data classification, includes most popular svm-based active learning algorithms.)
- 2013-05-11 14:03:27下载
- 积分:1