搜索资源列表
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
1Router
- 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
shortestPathAlgorithmRouter
- 所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its pr
aodv-uu-0.9.2
- 无线自组织网络路由协议:按需距离矢量协议源代码-self-organizing wireless network routing protocols : on-demand distance vector source code agreement
kernel-aodv
- 可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码-can run on the Linux platform of self-organizing network agreement kernel version of the on-demand distance vector source code agreement
2.tcl
- 在NS2平台上实现对AODV协议的模拟,需安装cygwin,架构了NS2的运行环境,对无线ad hoc网络路由协议AODV(Ad hoc按需距离矢量路由协议)有了全面了解,学习NS2的语法结构及TCL脚本的编写,并在NS2仿真器上实现对其的简单模拟。-in NS2 platform to achieve AODV simulation, the need to install cygwin, NS2 fr a mework of the
rip
- 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
julishiliang1
- 计算机网络课程设计实验,距离矢量路由算法。在运行前须在c磁盘下建立文档data.txt。并且输入49个数字 1~9或- 用逗号分开。
aodv
- Ad hoc网络的典型的距离矢量路由算法Aodv
VBjulishiliangluyou
- 基于动态路由算法的距离矢量路由选择算法
rip
- 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
1Router
- 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
julishiliang1
- 计算机网络课程设计实验,距离矢量路由算法。在运行前须在c磁盘下建立文档data.txt。并且输入49个数字 1~9或- 用逗号分开。-Computer network curriculum design experiments, distance vector routing algorithm. Before running in the establishment of documents c disk data.txt. 49 d
aodv
- Ad hoc网络的典型的距离矢量路由算法Aodv-Ad hoc networks, the typical distance vector routing algorithm AODV
MyRouter
- 基于距离矢量算法的路由器模拟实验,并包含软件设计文档-Algorithm based on distance vector router simulation experiments, and includes software design document
RoutingVector
- 距离矢量路由算法的实现 一个课堂作业 发出来交流-Distance vector routing algorithm to achieve a class assignment given to the exchange
距离矢量算法的路由器模拟程序说明
- 距离矢量算法的路由器模拟程序说明深入理解分布式路由选择算法 理解、掌握和利用距离向量算法 所实现的路由器模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组
距离矢量路由算法SP2(完成)
- 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)