搜索资源列表
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
1Router
- 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
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
rip
- 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
julishiliang1
- 计算机网络课程设计实验,距离矢量路由算法。在运行前须在c磁盘下建立文档data.txt。并且输入49个数字 1~9或- 用逗号分开。
aodv
- Ad hoc网络的典型的距离矢量路由算法Aodv
VBjulishiliangluyou
- 基于动态路由算法的距离矢量路由选择算法
luyousuanfa
- 编写一程序实现动态路由算法动态路由算法分为: 距离矢量路由算法和链路状态路由算法,-Procedures for the preparation of a dynamic routing algorithm to achieve dynamic routing algorithm as follows: distance vector routing algorithm and link state routing algorithm,
aodv-uu-0.9.5
- AODV路由协议源码aodv-uu-0.95,AODV是平面按需距离矢量路由协议,广泛用于无线传感器网络和移动自组网。此协议代码可用于NS2等仿真软件对路由的移植。-The source routing protocol AODV aodv-uu-0.95, AODV is flat demand distance vector routing protocol that is widely used in wireless sensor networks and mobile ad hoc n
D_VMethod
- 软件为网络中的距离矢量路由算法的VC++做的一个模拟程序-This software is a mode programe of D_V Method in Network.
MyRouter
- 基于距离矢量算法的路由器模拟实验,并包含软件设计文档-Algorithm based on distance vector router simulation experiments, and includes software design document
EUCLIDEAN_Algorithm
- Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法-Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm for distributed
julishiliang1
- 该算法详细的描述距离矢量路由算法的寻路过程,以及发送数据过程-Detailed descr iption of the algorithm distance vector routing algorithm routing process, as well as the process of sending data
aodv-uu-0.9.5
- 无线自组网按需平面距离矢量路由协议(Ad hoc On-Demand Distance Vector Routing,AODV),是应用于无线网状网络(也称作无线Ad hoc网络)中进行路由选择的路由协议,它能够实现单播和多播路由。该协议是Ad Hoc网络中按需生成路由方式的典型协议。 -In MANETs without centralized infrastructures,mobile nodes communicate with each other over multi-hop wir
router
- 该算法实现了距离矢量路由的算法。通过改变距离的路由矢量-The algorithm of distance vector routing algorithm.
dynamic-routing
- 了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上tcl源码-Understand the concept of routing and routers, the router function, working principle, the routing table, routing algorithm classification. Learn to use dynamic routing distance vector algo
adhoc
- 经典的路由表协议有:DSDV(序列目的节点距离矢量路由协议),CGSR(群首信关切换路由协议),WRP(无线路由协议)等。经典的源始发的按需路由协议有:DSR(自适应源路由协议)、AODV(自组织网按需距离矢量路由协议),TORA(临时排序路由算法)等,这里实现Adhoc网络路由协议性能的比较-Classical routing table agreement: DSDV (destination sequence distance vector routing protocols), CGSR
距离矢量路由算法SP2(完成)
- 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序