搜索资源列表
pointtopointDijkstraAlgrithms
- 具有图形化界面的一个路由模拟程序。路由算法为Dijkstra算法。具有求出图中任意节点间所有最短路径以及最短路径子图的功能。这是一个点对点(S-T)Dijkstra算法的改进。用于求两点间的所有最短路径。-graphical interface with the simulation of a routing procedures. Routing algorithm Dijkstra algorithm. With map obtained arbitrary nodes all the sh
bestroute
- 运行应用本程序,输入节点个数n以及m各个节点的三元组信息。 m个三元组(it,jt,ft),t=1、2、……、m,两个节点it和jt之间有双向连接的直接连接,其距离为ft。输入节点g(1≤g≤n),程序将计算出可以由g达到的每个节点的最佳路由。并在显示器上输出运行结果。
luyou.rar
- 动态路由算法,采用链路状态路由算法,显示节点信息。,Dynamic routing algorithm, using link state routing algorithm, showing node information.
Dijkstra
- Dijkstra算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra' s shortest path algorithm is a typical routing algorithm used to calculate a node to all other nodes in the shortest path.
dj
- Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径-Dijkstra (Dijkstra) algorithm is a typical shortest path routing algorithm used to calculate a node to all other nodes of the shortest path
cds
- 虚拟骨干网,包括佛罗里达大西洋大学的Jie Wu和Hailan Li 提出的关于连通控制集的算法,第二种算法是das等提出的从找到最小近似控制集到建立一个最小生成树的算法,最后一种算法是通过寻找MIS集获得CDS的方法。这三种算法提供了三种建立CDS集的方法,连通控制集(connected dominating set,CDS)作为层次路由协议中的虚拟主干是网络中保证其余节点能顺利通信的关键,它们承受更高的通信和计算负荷,网络的可靠性会因这些关键节点中的某个节点的失效而受影响。-Virtual
Dijkstra
- 最短路径算法,实现节点之间的路由。算法简单易懂-shortest path algorithem