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

搜索资源列表

  1. 距离矢量路由模拟

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:16304
    • 提供者:青柿子
  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
    • 文件大小:32151
    • 提供者:冷冰
  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
    • 文件大小:17173
    • 提供者:开开
  1. router

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

    • 发布日期:2017-03-28
    • 文件大小:16894
    • 提供者:cwh
  1. p5p6

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

    • 发布日期:2017-04-16
    • 文件大小:18519
    • 提供者:xiao
  1. EUCLIDEAN_Algorithm

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

    • 发布日期:2015-11-04
    • 文件大小:1060377
    • 提供者:qinhua
  1. DistanceectooutingAlgorith

    0下载:
  2. 距离向量路由选择算法浅析,分析优点和缺点-Distance Vector Routing Algorithm Analysis, Analysis of the strengths and weaknesses of
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:309794
    • 提供者:马宁
  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
    • 文件大小:1886
    • 提供者:吴长丽
  1. RoutinginZigBee

    0下载:
  2. An IEEE 802.15.4-based Wireless Sensor Network is considered, and the relationship between the IEEE 802.15.4 topology formation mechanism and possible routing strategies at the network layer is studied. Two alternative routing schemes proposed in t
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:172627
    • 提供者:HArry
  1. DV_HOP

    0下载:
  2. 基于MATLAB的dv-hop(distance vector routing)算法的实现-Based on MATLAB-dv-hop (distance vector routing) Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1405
    • 提供者:tim
  1. prog3

    1下载:
  2. program for distance vector routing algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-05-12
    • 文件大小:3697
    • 提供者:bchintal
  1. DVRouterSample

    0下载:
  2. 实现了Distance-Vector 算法了源码,能够模拟路由器之间交换路由的情况-Distance-Vector algorithm implements the source code, to simulate the situation between routers to exchange routing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:20766
    • 提供者:秋兔子
  1. dynamic-routing

    0下载:
  2. 了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上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
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:153762
    • 提供者:刘刘
  1. f51b5e046d56

    0下载:
  2. It is a source code for distance vector routing algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1478
    • 提供者:Vikky
  1. routing

    1下载:
  2. 模拟距离向量路由算法的路由表交换过程,演示每轮交换后路由表的变化-Simulated distance vector routing algorithm routing table exchange, presentation after each round of exchange of routing table changes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2092
    • 提供者:wulin
  1. Routing-algorithm-simulation

    0下载:
  2. 利用路由选择算法模拟软件提供的通信功能,模拟距离矢量路由选择算法的初始化、路由信息扩散过程和路由计算方法-Routing algorithm simulation software provides the communication function, analog distance vector routing algorithm initialization, routing information diffusion process and route calculation metho
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:269102
    • 提供者:黄一
  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
    • 文件大小:505587
    • 提供者:口天吴
  1. Routing

    0下载:
  2. 距离路由矢量算法程序,可实现一个路由表的更新,有执行文件-Distance vector routing algorithm, which enables a routing table updates, there is the executable file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3561995
    • 提供者:chao
  1. routing-algorithm-sp2

    0下载:
  2. 距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
  3. 所属分类:TCP/IP Stack

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