搜索资源列表
-
0下载:
这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
-
-
0下载:
计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
-
-
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
-
-
2下载:
Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是:
每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表:
-发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。
-发现了一条
-
-
0下载:
fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
-
-
1下载:
用c#写的计算文本向量的TFIDF算法源码,同时包括用cosine距离计算文本相似度的算法源码-Calculation using c# to write the text of the TFIDF vector algorithm source code, while including the use of cosine similarity distance calculation algorithm for source text
-
-
0下载:
问题描述:
给定m个整数组成的向量A, , ,和另一个由n个整数1 2 , , , m a a L a i a ≤m 1≤ i ≤m
组成的向量B, , 。向量A和B之间的距离dist定义为: 1 2 , , , n b b L b i b ≤ n 1≤ i ≤ n
( ) { }。1 ,1
, min i m j n i j
dist A B a b
≤ ≤ ≤ ≤
= −
向量距离问题要求给定向量A和B的距离。
例如,当m=5,n=5,相应向量
-
-
0下载:
大学网络课程--距离矢量路由算法(DJ)
可以获得每个节点的路由信息-University online courses- distance vector routing algorithm (DJ) can get the routing information for each node
-
-
0下载:
Abstract—Three-feature based automatic lane detection al-
gorithm (TFALDA) is a new lane detection algorithm which is
simple, robust, and efficient, thus suitable for real-time processing
in cluttered road environments without a priori knowledg
-
-
0下载:
基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
-
-
0下载:
计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。
-Computer network routing algorithms in the distance vector algorithm method, which is the source code source code, school computer networks should all know that can be used directly. Has bee
-
-
0下载:
路由选路算法距离向量算算法的编程与开发实现.
-Routing routing algorithm Distance Vector Algorithm for programming and development.
-
-
0下载:
这是一个模拟路由器的距离矢量路由算法, Dijjkstra算法是核心。-This is a simulated router distance vector routing algorithm Dijjkstra algorithm is the core.
-
-
0下载:
Euclidean节点定位是由美国路特葛斯大学利用距距离矢量路由和GPS定位原理提供出一种分布式自主定位算法
-Euclidean node localization by the U.S. Lutegesi University distance distance vector routing and GPS positioning principle to provide a distributed autonomous positioning algorithm
-
-
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下载:
距离路由矢量算法程序,可实现一个路由表的更新,有执行文件-Distance vector routing algorithm, which enables a routing table updates, there is the executable file
-
-
0下载:
距离矢量路由算法,动态路由算法的一种。各个节点之间通过传递向量表进行最优寻路。-Distance vector routing algorithm, a dynamic routing algorithm. By passing the optimal vector routing between the various nodes.
-
-
0下载:
在本文章里面,有各种举出算法的C语言实现
1、大数阶乘
2、大数乘法
3、任意进制转换
4、最大公约数
5、最小公倍数
6、快速傅里叶变换
7,字符串的替换,查找,截取
8、叉乘法求多边形的面积
9、快速,希尔,选择等各种排序
10、二叉树,链表,链栈
11、二分查找
12、求解线性方程组,也叫中国余数定理
13、求点到直线距离
14、Prim算法求最小生成器
15、判断点与直线的关系,俩条直线的关系
16、求排列组合数,俩矢量角度
-
-
0下载:
距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
-
-
0下载:
实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
-