-
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
-
pca
在尽可能好的代表原始数据的前提下,PCA通过线性变换将高维空间中的样本数据投影到低维空间中。(In the best possible on behalf of the original data, under the precondition of PCA through linear transformation in the high-dimensional space sample data projection to low dimensional space)
- 2012-12-20 10:11:23下载
- 积分:1
-
mcmcstuff
本源码是基于Markov chain Monte Carlo (MCMC)的Bayesian inference工具包,其中包括MCMC采样,基于MCMC的高斯分类,同时描述了采样的一些方法。其中还有使用文档(toolbox is a collection of Matlab functions for Bayesian inference
with Markov chain Monte Carlo (MCMC) methods)
- 2009-03-02 17:54:09下载
- 积分:1
-
fingerprint-classification5
指纹分类是指纹识别重要环节,该程序是指纹分类中LENXMID的MATLAB源码(Fingerprint classification is an important part of fingerprint identification, fingerprint classification in the program is the MATLAB source LENXMID)
- 2011-07-07 09:19:35下载
- 积分:1
-
车牌识别
利用MATLAB编程实现车牌号识别并显示,并对出入库时的车辆时间进行记录,计算车辆在停车场的时间(The license plate number is identified and displayed by MATLAB programming, and the vehicle time is recorded and the time of vehicle in the parking lot is calculated.)
- 2018-03-10 10:30:27下载
- 积分:1
-
static_kalman_allorder
速度匹配传递对准,matlab,仿真程序(Speed matching transfer alignment, MATLAB simulation program)
- 2011-11-25 14:42:39下载
- 积分:1
-
lee
说明: 对图像噪声进行滤除,从而方便合成孔径雷达干涉图数据处理的后续步骤,包括相位解缠以及生成dem数据。(Image noise filtering)
- 2021-02-02 12:27:59下载
- 积分:1
-
using_envi_create_evf
IDL环境下的EVF矢量数据创建,代码清晰。(IDL environment EVF vector data creation, code clarity.)
- 2013-08-15 11:19:48下载
- 积分:1
-
Three dimensional vascular reconstruction
三维血管重建的matlab代码,毕业设计常用,非常实用的。(Three dimensional vascular reconstruction)
- 2018-10-23 20:08:57下载
- 积分:1
-
toolbox_fast_marching
fastmarching算法的matlab实现源码,对学习偏微分方程图像处理算法有很大帮助(Fastmarching algorithm to learn matlab source, partial differential equations are of great help image processing algorithm
)
- 2020-07-02 05:20:01下载
- 积分:1