-
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
-
huatushili
MATLAB画图 这个纯属美术娱乐和分享(MATLAB painting heart diagram this is purely art entertainment and sharing)
- 2012-05-23 13:13:44下载
- 积分:1
-
BasicZoomShrink
Hi This is very simple zoom and shrink image program for 256 x 256 size image
- 2010-10-12 23:45:04下载
- 积分:1
-
dbf_read
matlab读取dbf格式文件,使用成功可以。(matlab read dbf format file)
- 2020-12-25 12:49:04下载
- 积分:1
-
bpbutt
说明: 巴特沃思滤波器matlab程序,是本人提交的作业.(Butterworth filter Matlab process, I submit work.)
- 2006-04-08 17:39:48下载
- 积分:1
-
Matlab7-official-guide
Matlab7官方学习手册。Learning Matlab 7. Matlab & Simulink Student Version.(Matlab7 official study manual. Learning Matlab 7. Matlab & Simulink Student Version.)
- 2013-03-20 10:21:15下载
- 积分:1
-
other-f
用matlab写了个GUI界面,可以进行画图采样操作,还可以与下位机相连。(Using MATLAB to write a GUI interface, can draw the sampling operation, also can be connected with the lower machine.
)
- 2015-03-09 10:00:47下载
- 积分:1
-
image-procesing
detect color and find the place of object
- 2012-06-03 18:08:30下载
- 积分:1
-
kmeans-program
k-mean algorithm for clustering
- 2011-09-05 18:00:50下载
- 积分:1
-
3Dslice_show
一个用matlab编写的用以显示3D slice的程序,非常使用(a matlab code to show 3d form a serial 2d image sequence,typically in medical image)
- 2010-10-23 14:33:15下载
- 积分:1