搜索资源列表
-
0下载:
所实现的路由器采用距离矢量算法,模拟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
-
-
0下载:
基于rip协议的距离向量算法
收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中
否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目
否则,若收到的项目中的距离小于路由表中的距离,则进行更新
否则,设么也不做-Rip protocol b
-
-
0下载:
利用距离向量算法更新路由表。
该程序的多个实例(进程或线程)可以以运行在一台机器
一个实例代表一个路由器(结点)。
实例之间利用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
-
-
4下载:
这个程序实现网络层距离向量算法和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
-
-
0下载:
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
-
-
1下载:
C实现距离向量算法 C实现距离向量算法-C to achieve the realization of the distance vector algorithm distance vector algorithm C
-
-
1下载:
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
-
-
0下载:
距离向量路由选择算法浅析,分析优点和缺点-Distance Vector Routing Algorithm Analysis, Analysis of the strengths and weaknesses of
-
-
1下载:
该算法详细的描述距离矢量路由算法的寻路过程,以及发送数据过程-Detailed descr iption of the algorithm distance vector routing algorithm routing process, as well as the process of sending data
-
-
0下载:
Destination Sequenced Distance-Vector Routing(DSDV)协议源代码-Destination Sequenced Distance-Vector Routing (DSDV) protocol source code
-
-
0下载:
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
-
-
0下载:
基于MATLAB的dv-hop(distance vector routing)算法的实现-Based on MATLAB-dv-hop (distance vector routing) Algorithm
-
-
0下载:
距离向量算法的实现,利用多线程机制,进行结点初始化流程程序设计;进行结点距离向量消息的收发-Distance vector algorithm, using multi-thread mechanism for node initialization process programming to nodes send and receive messages from the vector
-
-
1下载:
模拟使用距离向量算法的路由器,计算最短路由,输出邻居列表,分组设定生存时间,超过生存时间被丢弃,需要重新发送分组。-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
-
-
1下载:
program for distance vector routing algorithm
-
-
0下载:
了解路由及路由器的概念,路由器的功能,工作原理,路由表,路由算法分类等。学习使用距离矢量算法的动态路由。并附上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
-
-
0下载:
It is a source code for distance vector routing algorithm
-
-
0下载:
a program for distance vector algorithm to find suitable path for transmission
-
-
1下载:
计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
-
-
0下载:
基于距离向量的图像修复算法,在传统的修复算法中加入了改进的距离向量,能够更好的修复图像的结构部分。-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.
-