搜索资源列表
-
0下载:
ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) protocol is proactive routing p
-
-
0下载:
bellman 方程的matlab实现,十分不错的源代码-bellman function matlab
-
-
0下载:
用Bellman-Ford 算法实现的路由协议,适用距离矢量协议bgp 等, (matlab 源码)-This program uses the Bellman-Ford algorithm to find the set of routing
tables which would be generated in the BGP protocol
-
-
0下载:
Bellman-Ford Shortest Path Algorithm
(C) 2004 by Yu Hen Hu
find shortest path from a fixed point U to any node V
clear all
n=input( Total number of nodes = )
echo on
starting from a fixed point U, you enter the weight to each
-