搜索资源列表
73462665DRAc
- 路由算法 最短路径路由算法 大家多多分享
最短路径代码题目
- 、实验目的 因特网中,路由器中路由表的生成是非常关键的技术问题。目前,在因特网中的路由器中,都支持开放最短路径优先(OSPF)路由生成算法。OSPF算法生成速度快,而且收敛快、性能稳定,是目前已知的因特网中路由表生成的最好算法之一。 OSPF最重要的内容是路由器如何根据已接收到的本路由器所在的自治系统(AS)的路由器拓扑结构以及各路由器和网络之间的传输费用(代价、权),生成一条从本路由器到AS中各路由器的最短路径,进而生成路由表。 本实验的目的是根据一个给定的网络拓扑结构及路由器之间的传输
无线传感器网络路由算法
- 无线传感器网络路由算法,采用最短路径,先搜索节点的一跳范围的距离,再搜索两跳的距离,仿真效果良好。,Wireless sensor network routing algorithm, using the shortest path first jump of the scope of the search node distance, and then search for the two jump distance, simulation results were very good.
KSP dijkstra第k条最短路径算法
- dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
wsn-dijkstra
- 这个程序为能量均衡的无线传感器的最短路径路由算法matlab 编程。-This process is energy balanced shortest path routing in wireless sensor algorithm matlab programming.
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.
Dijkstra
- OSPF仿真 自己做的一款仿真 能实现最短路径优先路由选择协议-a simulation of OSPF
linkStateRouting
- 链路状态路由算法实现。链路状态算法又叫最短路径优先SPF(Short Path First)算法。按照SPF的要求,路由器中路由表依赖于一张能表示整个个网络拓扑结构的无向图G(V,E)。-Link state routing algorithm. Link State algorithm called the shortest path first SPF (Short Path First) algorithm. In accordance with the requirements of S
linkstate
- 链路状态路由算法的实现,典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-Link state routing algorithm, a typical shortest path routing algorithm for calculating a node to all other nodes of the shortest path.
kspaddc
- 这是一个求解k条最短路径路由的算法程序,已经调试通过。-This is a solution of the k shortest path routing algorithm, has been through debugging.
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
router
- 最短路径路由算法及MATLAB实现报告,通过对滑动窗口算法的实现,了解其与单工停等协议的区别,讨论其改良性。内含MATLAB代码,是完整的报告。-The shortest path routing algorithm and MATLAB implementation report to understand the difference with simplex stop and other agreements, and discuss its improvement of the slid
spr.tar
- 最短路径路由的实现,可以作为路由学习的参考,基于NS2.-The shortest path routing to achieve, can be used as reference for learning routing based on NS2.
zuoye1
- Dijkstra最短路径路由算法,也称单源最短路径算法。-Dijkstra shortest path routing algorithm, has also become the single source shortest path algorithm.
daima
- 基于遗传算法的最短路径路由优化算法用MATLAB实现-The shortest path routing optimization algorithm based on genetic algorithms using MATLAB
RFC2328
- 开放最短路径路由协议。是做路由器比较好的参考资料-router protocol
graph_test
- 法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径寻多条路径算法-KSP dijkstra
Shortest-path-routing-algorithm
- 最短路径路由算法——节点标记为A,B,C,D,E,结果可得到从A出发到其他节点的最短路径-Shortest path routing algorithm
AStar
- AStar机器人自动路径规划算法,寻找最短路径(AStar Robot path plan A* algorithm)
距离最短路由
- 用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)