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

搜索资源列表

  1. 距离矢量路由模拟

    0下载:
  2. 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:84.84kb
    • 提供者:陈为
  1. 1Router

    0下载:
  2. 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15.92kb
    • 提供者:青柿子
  1. shortestPathAlgorithmRouter

    0下载:
  2. 所实现的路由器采用距离矢量算法,模拟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
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:141.71kb
    • 提供者:agang
  1. DistanceVector_Routing

    2下载:
  2. Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.96kb
    • 提供者:agang
  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
    • 文件大小:3.05kb
    • 提供者:黄磊
  1. distanceroute.c

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

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:彭少明
  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
    • 文件大小:43.47kb
    • 提供者:zipzap
  1. DVRouting2

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

    • 发布日期:2017-04-11
    • 文件大小:1.33kb
    • 提供者:KHODSAR
  1. kcy

    1下载:
  2. 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:chongzi
  1. AODV

    0下载:
  2. NS2中,AODV(Ad hoc on demand distance vector routing)源码解析-AODV source code analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:465.37kb
    • 提供者:miranda
  1. distancevectoralgo

    0下载:
  2. Distance vector implementation in visual c-Distance vector implementation in visual c++
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:amkhan
  1. LS

    0下载:
  2. 大学网络课程--距离矢量路由算法(DJ) 可以获得每个节点的路由信息-University online courses- distance vector routing algorithm (DJ) can get the routing information for each node
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3.29mb
    • 提供者:wangjianbin
  1. Interior-Routing-Protocols

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

    • 发布日期:2017-03-30
    • 文件大小:16.79kb
    • 提供者:SAURABH GUPTA
  1. aodv

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

    • 发布日期:2017-03-27
    • 文件大小:2.61kb
    • 提供者:吴建德
  1. Chapter4ProgrammingProjects

    0下载:
  2. Distance Vector algorthm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:8.99kb
    • 提供者:William
  1. RIP

    0下载:
  2. 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.57mb
    • 提供者:吴晓波
  1. Cjullixiangllo

    0下载:
  2. 计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。 -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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1.4kb
    • 提供者:谈判
  1. RDisstr_Nodeeo

    0下载:
  2. 路由选路算法距离向量算算法的编程与开发实现. -Routing routing algorithm Distance Vector Algorithm for programming and development.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:19.02kb
    • 提供者:谈判
  1. TFromthedistah

    0下载:
  2. 这是一个模拟路由器的距离矢量路由算法, Dijjkstra算法是核心。-This is a simulated router distance vector routing algorithm Dijjkstra algorithm is the core.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:85.37kb
    • 提供者:yongjiu
  1. distance-vector

    1下载:
  2. 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:493.74kb
    • 提供者:口天吴
« 12 3 »
搜珍网 www.dssz.com