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

搜索资源列表

  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. wanlousheji

    1下载:
  2. 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:336.28kb
    • 提供者:李微
  1. 动态路由

    0下载:
  2. 详细介绍了路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法(Distance Vector Algorithm)的动态路由。并附有相应的tcl文件
  3. 所属分类:文档资料

  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. 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. 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
    • 文件大小:16.5kb
    • 提供者: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
    • 文件大小:18.08kb
    • 提供者: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
    • 文件大小:1.01mb
    • 提供者:qinhua
  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. 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
    • 文件大小:168.58kb
    • 提供者:HArry
  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. workspace

    0下载:
  2. Distance-Vector算法实现计算路由表中最短路径.其中路由表可以由txt输入,路由数量取决于输入txt-Using distance-vector algorithm to compute the final router table
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.79mb
    • 提供者:Kira
  1. prog3

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

    • 发布日期:2017-05-12
    • 文件大小:3.61kb
    • 提供者: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
    • 文件大小:20.28kb
    • 提供者:秋兔子
  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
    • 文件大小:150.16kb
    • 提供者:刘刘
  1. f51b5e046d56

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

    • 发布日期:2017-04-08
    • 文件大小:1.44kb
    • 提供者:Vikky
  1. a-program-for-distance-vector-algorithm-to-find-s

    0下载:
  2. a program for distance vector algorithm to find suitable path for transmission
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1.31kb
    • 提供者:garv24
  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
    • 提供者:口天吴
  1. Image-restoration-distance-vector

    0下载:
  2. 基于距离向量的图像修复算法,在传统的修复算法中加入了改进的距离向量,能够更好的修复图像的结构部分。-Based on the distance vector, an improved distance vector is added to the traditional repair algorithm, which can better repair the structure of the image.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:423.01kb
    • 提供者:萧忆情
« 12 3 4 5 6 »
搜珍网 www.dssz.com