-
dijikstra
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. For example, if the vertices of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols, most notably IS-IS and OSPF (Open Shortest Path First).
- 2012-04-12 21:01:48下载
- 积分:1
-
Rough-Set-Attribute-Reduction
基于粗糙集的特征选择Matlab源程序。(Feature selection based on rough set.)
- 2020-09-18 11:37:53下载
- 积分:1
-
LLE
采用CP算法求解分形维数(Using CP algorithm to solve fractal dimension)
- 2018-11-27 10:46:37下载
- 积分:1
-
Pcommscope
这个程序是通信系统的信道仿真,完成了某些信道仿真的功能(This program is the communication channel simulation system, complete channel emulation of some functions)
- 2011-05-07 13:58:31下载
- 积分:1
-
shiyan5
曹梦龙 仿真大实验 实验五
包括所有有用数据(Caomeng Long simulation experiment in Experiment 5, including all useful data)
- 2011-08-25 09:20:55下载
- 积分:1
-
emd-2005-02
EMD(earth mover distance)
- 2011-10-08 15:54:05下载
- 积分:1
-
e752x_edac
Intel e752x Memory Controller kernel module.
- 2015-03-15 11:00:11下载
- 积分:1
-
peizhun
说明: Matlab实现的图像配准程序,运用互信息,PSO等进行了优化。
(Matlab to achieve image registration procedures, the use of mutual information, PSO, etc. were optimized.)
- 2009-08-14 10:30:39下载
- 积分:1
-
Tricubic
It is a three dimensional interpolation with tricubic convolution interpolation,which is the method used in Matlab.But, it is more useful and faster the the code implement by Matlab.
- 2010-05-14 20:34:58下载
- 积分:1
-
ekf
this program describes the extended kalman filter
- 2012-02-14 11:19:23下载
- 积分:1