CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - Distance Vector

搜索资源列表

  1. aodv-uu-0.9.2

    0下载:
  2. 无线自组织网络路由协议:按需距离矢量协议源代码-self-organizing wireless network routing protocols : on-demand distance vector source code agreement
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:215.41kb
    • 提供者:安德里周
  1. kernel-aodv

    0下载:
  2. 可运行于linux平台的自组织网络协议,kernel版本的按需距离矢量协议源代码-can run on the Linux platform of self-organizing network agreement kernel version of the on-demand distance vector source code agreement
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:53.34kb
    • 提供者:安德里周
  1. jlly

    0下载:
  2. 计算机网络课程设计距离路由矢量源代码,运行过了,没有错误。-computer network design courses distance vector routing source code, run-off, no errors.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:万尧
  1. Multipath_aodv

    0下载:
  2. 按需路由协议- AODV AODV(Ad Hoc on demand distance vector) C++源代码
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:397.09kb
    • 提供者:tangliang
  1. mrouted-3.9.6 mrouted 是支持tunnel的DVMRP多播路由协议的实现

    0下载:
  2. mrouted 是支持tunnel的DVMRP多播路由协议的实现,此版本为2011-10-23的最新版 -mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware r
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-23
    • 文件大小:162kb
    • 提供者:haibbo
  1. ns-allinone-2.34.zip

    0下载:
  2. ns-2.34 is mainly a maintenance release with the following major differences from ns-2.33: 1) AOMDV (On-demand Multipath Distance Vector Routing in Ad Hoc Networks) implementation 2) Tmix synthetic Internet traffic generation tool 3) Collectio
  3. 所属分类:Linux Network

    • 发布日期:2018-04-11
    • 文件大小:57.5mb
    • 提供者:holypiston
  1. rip

    0下载:
  2. 基于rip协议的距离向量算法 收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中 否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目 否则,若收到的项目中的距离小于路由表中的距离,则进行更新 否则,设么也不做-Rip protocol b
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-26
    • 文件大小:2.1kb
    • 提供者:唐栋
  1. distanceVectorRouter(c).rar.ra

    0下载:
  2. 利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现),The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:31.4kb
    • 提供者:冷冰
  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
    • 文件大小:246.6kb
    • 提供者:Wilson
  1. DSDV

    4下载:
  2. 这个程序实现网络层距离向量算法和udp协议,使用socket编程,可以在linux上运行。内含Makefile、可执行文件、源代码、README。-This program network layer distance vector algorithm and udp protocols, the use of socket programming, you can run on linux. Contains Makefile, executable files, source code, R
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-10-31
    • 文件大小:8.51kb
    • 提供者:jack shaw
  1. dsdv

    0下载:
  2. ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) protocol is proactive routing p
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:16.77kb
    • 提供者:开开
  1. aodv-uu-0.9.5

    0下载:
  2. AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala University. Key features are recent draft compliance, stability, and the ability to use it in both real-world (Linux) and ns-2 simulations
  3. 所属分类:Linux Network

    • 发布日期:2017-03-22
    • 文件大小:246.5kb
    • 提供者:aurora yang
  1. SampleCode-C

    1下载:
  2. C实现距离向量算法 C实现距离向量算法-C to achieve the realization of the distance vector algorithm distance vector algorithm C
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-05-13
    • 文件大小:25.83kb
    • 提供者:宋平
  1. AODV.tcl.tar

    0下载:
  2. Ad-hoc On-demand Distance Vector for ns2.31
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:1.24kb
    • 提供者:noppakun
  1. DSDV.tcl.tar

    0下载:
  2. destination sequence distance vector
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1.37kb
    • 提供者:noppakun
  1. MyRouter

    0下载:
  2. 基于距离矢量算法的路由器模拟实验,并包含软件设计文档-Algorithm based on distance vector router simulation experiments, and includes software design document
  3. 所属分类:P2P

    • 发布日期:2017-04-16
    • 文件大小:302.54kb
    • 提供者:chris
  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
    • 文件大小:31.97kb
    • 提供者:Andre
  1. julishiliang1

    1下载:
  2. 该算法详细的描述距离矢量路由算法的寻路过程,以及发送数据过程-Detailed descr iption of the algorithm distance vector routing algorithm routing process, as well as the process of sending data
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-13
    • 文件大小:1.84kb
    • 提供者:吴长丽
  1. src

    0下载:
  2. 距离向量算法的实现,利用多线程机制,进行结点初始化流程程序设计;进行结点距离向量消息的收发-Distance vector algorithm, using multi-thread mechanism for node initialization process programming to nodes send and receive messages from the vector
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:8.1kb
    • 提供者:shangyong
  1. Ad-hoc-on-demand-multipath-distance-vector-routin

    0下载:
  2. Ad hoc on-demand multipath distance vector routing
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-25
    • 文件大小:251.16kb
    • 提供者:Abdollatiif
« 12 3 4 »
搜珍网 www.dssz.com