搜索资源列表
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是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 previous packet transmission
DistanceVector_Routing
- Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
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 framework of the operating environment for wirel
distanceroute.c
- fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Ad-hoc
- A major issue with ad-hoc networks is energy consumption since nodes are usually mobile and battery-operated. In this project we compared the performance of ad-hoc routing protocols in a network where each participating mobile node has a given
DVRouting2
- Source Code of Distance Vector Routing in Ad-hoc Networks.
kcy
- 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
AODV
- NS2中,AODV(Ad hoc on demand distance vector routing)源码解析-AODV source code analysis
distancevectoralgo
- Distance vector implementation in visual c-Distance vector implementation in visual c++
LS
- 大学网络课程--距离矢量路由算法(DJ) 可以获得每个节点的路由信息-University online courses- distance vector routing algorithm (DJ) can get the routing information for each node
Interior-Routing-Protocols
- Implementation of Interior Routing Protocol. It includes both Link state routing and distance vector routing. First unzip the file then untar . later use make to build the code
aodv
- It is a reactive routing protocol, meaning that it establishes a route to a destination only on demand. In contrast, the most common routing protocols of the Internet are proactive, meaning they find routing paths independently of the usage of the pa
Chapter4ProgrammingProjects
- Distance Vector algorthm.
RIP
- 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
Cjullixiangllo
- 计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。 -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
RDisstr_Nodeeo
- 路由选路算法距离向量算算法的编程与开发实现. -Routing routing algorithm Distance Vector Algorithm for programming and development.
TFromthedistah
- 这是一个模拟路由器的距离矢量路由算法, Dijjkstra算法是核心。-This is a simulated router distance vector routing algorithm Dijjkstra algorithm is the core.
distance-vector
- 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
