Welcome![Sign In][Sign Up]
Location:
Search - 距离向量

Search list

[WinSock-NDISDistanceVector_Routing

Description: Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条到达某目的结点的、距离更短的新路由,则用该路由替换原有的路由。 -到达某目的结点的一条路由,其后继结点到达该目的地的距离发生了变化,则需要更新该路由的距离。 本文件中包含详细的源代码和注释,以实现利用距离向量算法更新路由表的功能。-Distance Vector Routing, also known as the Bellman-Ford shortest path algorithm. The basic idea is : Each router (routing nodes) has maintained a routing table, the destinations include routing (V) and the routing of distance (D). Each router regularly with neighboring nodes to exchange routing table information, updated accordingly their own routing table. All nodes are monitored from other nodes sent a routing table, and in accordance with the following rules to update its routing table : - found a purpose to reach a node of the new routing, The routing of the original routing table does not exist (that is, found a new routing), the routing table to increase the routing. - Found a purpose to reach an end point, the short distance between the new routing, the router can be used to replace
Platform: | Size: 3027 | Author: agang | Hits:

[WEB Codewanlousheji

Description: 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、可靠,便于配置。但是RIP只适用于小型的同构网络,因为它允许的最大-1RIP routing protocol -- RIP agreement was initially for Xerox Network System Xeroxpa rc definitive agreement and the design is widely used in the Internet routing protocols. RIP application of the distance vector algorithm, routers routing choice based on distance, also known as Distance Vector agreement. Router collect all destinations can be reached by the different paths and the preservation of the arrival of each destination site for at least the path information, in addition to their destinations on the best path, Any other information is to be discarded. Router while also turning the routing information collected with neighboring RIP notify the other routers. Thus, the correct routing information gradually spread to the entire network. -- RIP is widely used, it is simple, reliable a
Platform: | Size: 344347 | Author: 李微 | Hits:

[Other resourceDRAc

Description: 距离向量路由算法的c源代码,希望给有兴趣的人有用-distance vector routing algorithm c source code, and hopes to give those who are interested in useful
Platform: | Size: 1701 | Author: 芦苇 | Hits:

[TCP/IP stackjulixiangliang

Description: 计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道!
Platform: | Size: 1636 | Author: kon | Hits:

[Internet-NetworkRouter

Description: 一个距离向量算法的路由器 路由表更新规则: 发现了一条到达某目的的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由 发现了一条到达某目的的、距离更短的新路由,则用该路由替换原有的路由 到达某目的的一条路由,其后继结点到达该目的地的距离发生了变化,则需要更新该路由的距离 一个实例代表一个路由器(结点)
Platform: | Size: 15346 | Author: 曾庆丰 | Hits:

[Other resourcerouter

Description: C语言路由距离向量路由算法演示程序,采用TC2.0的图形方式编程模式,主要演示路由算法
Platform: | Size: 43447 | Author: 刘军 | Hits:

[TCP/IP stackDistr_Nodes

Description: 路由选路算法距离向量算法的编程实现,c
Platform: | Size: 19579 | Author: 宋春瑶 | Hits:

[Other resourceaodv

Description: 用于无线传感器网络按需距离向量路由协议仿真的aodv代码,具有很大的参考价值
Platform: | Size: 10493 | Author: 宋广伟 | Hits:

[TCP/IP stackDValgorithm

Description: DV算法的C语言实现。用于网络的网络层距离向量选路。
Platform: | Size: 24095 | Author: 汪晗 | Hits:

[WinSock-NDISdistanceroute.c

Description: fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Platform: | Size: 1717 | Author: 彭少明 | Hits:

[TCP/IP stack距离向量路由算法C实现

Description:

距离向量算法的C实现,没有用多进程


Platform: | Size: 1721 | Author: hunter8676 | Hits:

[AI-NN-PR支持向量机算法及其代码实现

Description: 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
Platform: | Size: 34816 | Author: ben_qiang | Hits:

[Data structsEuDist

Description: 求向量的欧式距离-vector for the Continental distance
Platform: | Size: 1024 | Author: 陈锐 | Hits:

[Internet-Networkdistanceroute.c

Description: fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
Platform: | Size: 1024 | Author: 彭少明 | Hits:

[Internet-NetworkDistanceVector_Routing

Description: Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条到达某目的结点的、距离更短的新路由,则用该路由替换原有的路由。 -到达某目的结点的一条路由,其后继结点到达该目的地的距离发生了变化,则需要更新该路由的距离。 本文件中包含详细的源代码和注释,以实现利用距离向量算法更新路由表的功能。-Distance Vector Routing, also known as the Bellman-Ford shortest path algorithm. The basic idea is : Each router (routing nodes) has maintained a routing table, the destinations include routing (V) and the routing of distance (D). Each router regularly with neighboring nodes to exchange routing table information, updated accordingly their own routing table. All nodes are monitored from other nodes sent a routing table, and in accordance with the following rules to update its routing table :- found a purpose to reach a node of the new routing, The routing of the original routing table does not exist (that is, found a new routing), the routing table to increase the routing.- Found a purpose to reach an end point, the short distance between the new routing, the router can be used to replace
Platform: | Size: 3072 | Author: agang | Hits:

[Algorithmk_algorithm034

Description: 计算两个向量间的欧氏距离,初始化聚类中心,参数设定默认值 -two vector calculation of Euclidean distance, initialize the cluster center, parameter set default values
Platform: | Size: 1024 | Author: 王华 | Hits:

[Special Effectsmahalanobis

Description: 一种新的计算马氏距离的算法,算法采用二次协方差矩阵操作,进而使距离考加入相对性因素。-a new Mahalanobis distance calculation algorithm, the algorithm using quadratic covariance matrix operations, thereby enabling the relative distance to take factors.
Platform: | Size: 1024 | Author: bodiz2002 | Hits:

[TCP/IP stackSampleCode-C

Description: C实现距离向量算法 C实现距离向量算法-C to achieve the realization of the distance vector algorithm distance vector algorithm C
Platform: | Size: 26624 | Author: 宋平 | Hits:

[JSP/JavaDistanceVectorRouter

Description: 一份模拟距离向量算法的Java语言源码 基于距离向量算法的 路由器设计与实现-Simulation of Distance Vector Routing
Platform: | Size: 20480 | Author: | Hits:

[Documents距离矢量算法的路由器模拟程序说明

Description: 距离矢量算法的路由器模拟程序说明深入理解分布式路由选择算法 理解、掌握和利用距离向量算法 所实现的路由器模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组
Platform: | Size: 126976 | Author: youqiao1234 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net