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

搜索资源列表

  1. rip

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

    • 发布日期:2017-03-26
    • 文件大小:2148
    • 提供者:唐栋
  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-01
    • 文件大小:32151
    • 提供者:冷冰
  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
    • 文件大小:8717
    • 提供者: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
    • 文件大小:17173
    • 提供者:开开
  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
    • 文件大小:26451
    • 提供者:宋平
  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. dsdv

    0下载:
  2. Destination Sequenced Distance-Vector Routing(DSDV)协议源代码-Destination Sequenced Distance-Vector Routing (DSDV) protocol source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:33782
    • 提供者:Raymond
  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
    • 文件大小:8291
    • 提供者:shangyong
  1. MsgSwitch

    1下载:
  2. 模拟使用距离向量算法的路由器,计算最短路由,输出邻居列表,分组设定生存时间,超过生存时间被丢弃,需要重新发送分组。-Simulation using the distance vector algorithm routers, computing the shortest route, the output neighbor list, the survival time of group setting, more than the survival time is discarded, ne
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2756
    • 提供者:wangge
  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. luyou

    0下载:
  2. 利用距离向量算法来求解路由,利用windows网络编程实现路由间的通信。-Distance vector algorithm used to solve the routing, network programming using windows communication between the routing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2489833
    • 提供者:Liuyongkang
  1. NetworkAssignment

    0下载:
  2. 用于在本地模拟距离向量算法的路由器之间的通信行为的程序,有主控制台可以绘制路由网络,方便操作-Used to simulate distance vector algorithm in the local router acts of communication between the procedures, you can draw the route network of the main console for easy operation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:170788
    • 提供者:MFK,FNFHV
  1. algorithm

    0下载:
  2. 计算机网络课程设计——异步距离向量选路算法-Computer network curriculum design- asynchronous distance vector choose lk algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:154677
    • 提供者:king
  1. CD

    0下载:
  2. 该程序实现了计算机网络的距离矢量算法的模拟,还可动态改变节点间的距离-The program realization of a computer network simulation of the distance vector algorithm, but also dynamically change the distance between nodes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2243114
    • 提供者:zsc
  1. rip

    0下载:
  2. 关于网络中RIP协议的一个简要的距离矢量算法-RIP protocol on the network in a short distance vector algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:1114
    • 提供者:陈威
  1. router2

    0下载:
  2. 基于距离向量算法的路由器功能的设计与实现-Routers based on distance vector algorithm design and implementation features
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:107551
    • 提供者:王怡
  1. src

    0下载:
  2. 基于距离向量算法的路由器设计与实现,模拟Internet上的IP路由器。能确定网络的最短路由,并在这些利用上传输分组。-Based on the distance vector algorithm design and implementation, analog Internet IP router. To determine the network shortest route, and in the use of packet transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13192108
    • 提供者:alva
  1. Router

    0下载:
  2. 基于距离向量算法的路由器设计与实现,通过命令行操作,使用UDP通信-Router design based on the distance vector algorithm and operation via the command line, using UDP communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:103933
    • 提供者:yanchl
  1. dv_routing.java

    0下载:
  2. 深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
  3. 所属分类:Grid Computing

    • 发布日期:2017-11-07
    • 文件大小:2616
    • 提供者:rachel
  1. Routing

    1下载:
  2. 分布式异步路由算法中——距离向量算法的C语言仿真实现,非常好地模拟了网络中各节点的路由情况-Distributed asynchronous routing algorithm- distance vector algorithm C language simulation, very good simulation of the network, each node in the routing case
  3. 所属分类:Grid Computing

    • 发布日期:2015-12-01
    • 文件大小:7168
    • 提供者:panchen
« 12 »
搜珍网 www.dssz.com