-
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
-
MATLA
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者(This is a reference book on MATLAB, suitable for use MATLAB or readers are going to use MATLAB)
- 2012-10-16 01:05:56下载
- 积分:1
-
oqpsk
OQPSK的matlab/simulink仿真程序,程序中在基带仿真了oqpsk的调制方式(OQPSK of matlab/simulink simulation program, the program in the base-band simulation of the modulation OQPSK)
- 2021-03-17 14:19:21下载
- 积分:1
-
VFR_him
End Point Detection algorithm
- 2009-03-19 19:39:53下载
- 积分:1
-
BP_as_DS-2008-11-13
matlab source code example for solving a problem such as partial differential eqaution , ordinar differential equation , matric etc.
- 2011-02-09 01:39:29下载
- 积分:1
-
optic
this is a program which finds the center of a lens
- 2013-04-05 05:06:31下载
- 积分:1
-
fuse.tar
说明: 一個簡單好用的 fuse mount 程式. 你必需先安裝libfuse才可使用。
使用方法: fuse mnt_point [options] source_dir(a simple and easy fuse mount, but you need to install libfuse.
usage: fuse mnt_point [options] source_dir)
- 2011-03-28 16:19:48下载
- 积分:1
-
hopfield-NET
菲尔德网络知识,对神经网络只是大大的补充,该算法应用很广。(Rumsfeld network knowledge, the neural network is greatly supplement, the algorithm is widely used.)
- 2013-11-01 16:41:41下载
- 积分:1
-
matlabdiaoyong
说明: 调用matlab详细程序 调用matlab详细程序
(Detailed procedures to call matlab to call matlab detailed procedures)
- 2008-09-06 11:09:11下载
- 积分:1
-
PSOGA
粒子群优化算法,弥补pso全局搜能力差,GA局部搜索能力差的不足(Particle Swarm Optimization (PSO) can make up for the deficiencies of poor global search ability of PSO and poor local search ability of GA.)
- 2021-01-08 15:38:52下载
- 积分:1