搜索资源列表
-
0下载:
这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
-
-
0下载:
计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
-
-
2下载:
Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是:
每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表:
-发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。
-发现了一条
-
-
0下载:
fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
-
-
0下载:
大学网络课程--距离矢量路由算法(DJ)
可以获得每个节点的路由信息-University online courses- distance vector routing algorithm (DJ) can get the routing information for each node
-
-
0下载:
计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。
-Computer network routing algorithms in the distance vector algorithm method, which is the source code source code, school computer networks should all know that can be used directly. Has bee
-
-
0下载:
路由选路算法距离向量算算法的编程与开发实现.
-Routing routing algorithm Distance Vector Algorithm for programming and development.
-
-
0下载:
这是一个模拟路由器的距离矢量路由算法, Dijjkstra算法是核心。-This is a simulated router distance vector routing algorithm Dijjkstra algorithm is the core.
-
-
0下载:
Euclidean节点定位是由美国路特葛斯大学利用距距离矢量路由和GPS定位原理提供出一种分布式自主定位算法
-Euclidean node localization by the U.S. Lutegesi University distance distance vector routing and GPS positioning principle to provide a distributed autonomous positioning algorithm
-
-
1下载:
计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
-
-
0下载:
距离路由矢量算法程序,可实现一个路由表的更新,有执行文件-Distance vector routing algorithm, which enables a routing table updates, there is the executable file
-
-
0下载:
距离矢量路由算法,动态路由算法的一种。各个节点之间通过传递向量表进行最优寻路。-Distance vector routing algorithm, a dynamic routing algorithm. By passing the optimal vector routing between the various nodes.
-
-
0下载:
距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
-
-
0下载:
实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
-