CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - distance vector routing

搜索资源列表

  1. 2.tcl

    1下载:
  2. 在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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3125
    • 提供者:黄磊
  1. rip

    0下载:
  2. 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:12137
    • 提供者:罗安
  1. distanceroute.c

    0下载:
  2. fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:彭少明
  1. luyousuanfa

    0下载:
  2. 编写一程序实现动态路由算法动态路由算法分为: 距离矢量路由算法和链路状态路由算法,-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,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2539
    • 提供者:bluerain
  1. aodv-uu-0.9.5

    0下载:
  2. 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
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:252521
    • 提供者:Wilson
  1. Ad-hoc

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:44516
    • 提供者:zipzap
  1. luyou

    0下载:
  2. 距离矢量路由和链路状态路由算法的模拟,用java实现-Distance vector routing and link state routing algorithm simulation, with the java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:549042
    • 提供者:suosuma
  1. 105230321aodv

    0下载:
  2. 个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:69076
    • 提供者:xiao
  1. aodv_v8

    0下载:
  2. Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-configuring network of mobile routers connected wirelessly. MANET may operate in a standalone fashion, or may be connected to the larger Internet.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:32737
    • 提供者:Andre
  1. DVRouting2

    0下载:
  2. Source Code of Distance Vector Routing in Ad-hoc Networks.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1360
    • 提供者:KHODSAR
  1. manet-thesis-99mar

    0下载:
  2. Performance Analysis of Ad hoc On-demand Distance Vector routing (AODV) using OPNET Simulator
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:536432
    • 提供者:Guntur
  1. distancevector

    0下载:
  2. distance vector routing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1179
    • 提供者:raja
  1. routine

    1下载:
  2. 距离向量路由算法的具体实现,初学者值得一看-Distance vector routing algorithm to achieve specific
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-12
    • 文件大小:1483
    • 提供者:leijie
  1. aodv-uu-0.9.5

    0下载:
  2. 无线自组网按需平面距离矢量路由协议(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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:302017
    • 提供者:arlenesmile
  1. zuiduanluyou

    0下载:
  2. 计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道-Computer networks in distance vector routing algorithm method, which is the source from computer network should know
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2255
    • 提供者:打算
  1. DVRouterSampleCode

    0下载:
  2. 使用C语言实现了Distance-Vector 算法的路由功能模拟器,能模拟路由器之间交换DV的情况-Using the C language implementation of the Distance-Vector routing algorithm simulator can simulate the case of DV exchanged between routers
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:31020
    • 提供者:秋兔子
  1. router

    0下载:
  2. 该算法实现了距离矢量路由的算法。通过改变距离的路由矢量-The algorithm of distance vector routing algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2084
    • 提供者:zhai__fen
  1. RoutingVector

    0下载:
  2. 距离矢量路由算法的实现 一个课堂作业 发出来交流-Distance vector routing algorithm to achieve a class assignment given to the exchange
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:9240
    • 提供者:邓彪
  1. aodv

    0下载:
  2. NS2中的AODV协议源代码,无线自组网按需平面距离矢量路由协议(Ad hoc On-Demand Distance Vector Routing,AODV),是应用于无线网状网络(也称作无线Ad hoc网络)中进行路由选择的路由协议,它能够实现单播和多播路由。该协议是Ad Hoc网络中按需生成路由方式的典型协议-AODV protocol in NS2 source code, wireless ad hoc networks on-demand distance vector routing
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:10347
    • 提供者:yini
  1. AODV-RFC3561~2

    0下载:
  2. AODV平面按需距离矢量路由协议规范说明文档,详细说明了AODV协议的概念和工作方式。有助于对AODV协议的研究与改进。对于做路由协议优化的朋友很有用。-AODV on-demand distance vector routing protocol plane specification documents, detailed descr iption of the AODV protocol concepts and ways of working. Contribute to the Stu
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:44153
    • 提供者:Wilson
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com