-
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
-
cvpr14_saliency_code
CVPR 2014上的关于图像显著性区域的检测matlab代码。(Wangjiang Zhu, Shuang Liang, Yichen Wei, and Jian Sun. Saliency Optimization from Robust Background Detection. In CVPR, 2014.)
- 2014-09-07 09:52:42下载
- 积分:1
-
shradha
image segmentation using wavelet
- 2014-01-03 17:18:24下载
- 积分:1
-
UWBSimulate
超宽带通信的仿真源程序,应该比较好使,请试一试(Simulation of ultra-wideband communications source, should be more so, please try)
- 2009-01-14 15:41:15下载
- 积分:1
-
a
说明: 关于《精通MATLAB2008应用程序接口编程》代码。讲述MATLAB与C++等其他语言的接口代码(The code is about the interface between MATLAB and other program)
- 2010-04-15 15:03:15下载
- 积分:1
-
solarcollector
计算太阳能集热器的出口温度、有效能收益及太阳能集热器瞬时效率(simulation the solarcollector s outlet temperature、effective power of collector and the instantaneous efficiency of the collector)
- 2012-05-03 14:00:21下载
- 积分:1
-
kalman
基于_当前_统计模型的目标状态估计主要靠 kalman滤波实现对物体运动轨迹的估计(_ Current _ statistical model-based target state estimates depends mainly on kalman filter object trajectories estimated)
- 2013-03-08 11:13:51下载
- 积分:1
-
FEM
2-D finite element method code
- 2009-11-07 00:38:14下载
- 积分:1
-
SS_demotest
Spectrum sensing using FFT Averaging Ratio (FAR) Algorithm
- 2011-01-21 09:33:24下载
- 积分:1
-
Volume-Visualization
Volume Visualization Example
Matlab三维体视化
这份代码中,作者为体视化引擎创建了整洁的结构,并给出一个GUI调用的实例。通过子函数的封装,可以在GUI程序中自定义该3D三维可视化的应用实例。
(Volume Visualization Example Matlab code for three-dimensional volume visualization of this, the author of the engine for the body to create a clean and tidy as the structure, and gives examples of a GUI calls. By Functions of the package, you can customize the GUI program 3D visualization application example.)
- 2010-05-05 23:49:20下载
- 积分:1