搜索资源列表
DistanceVector_Routing
- Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
distanceroute.c
- fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
TFIDF
- 用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
dist
- 问题描述: 给定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,相应向量
kcy
- 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
29782167SVM-KMExample
- 基于支持向量机的雷达高分辨距离像目标识别算法,对高分辨距离像有很高的分辨率。-Support vector machine based on high resolution range profile of radar target recognition algorithms, high resolution range with high resolution.
SampleCode-Java
- Java多线程实现路由算法模拟,路由算法即距离向量算法-Java multithread implement the simulation of router algorithm.
RIP
- 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
Cjullixiangllo
- 计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。 -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
RDisstr_Nodeeo
- 路由选路算法距离向量算算法的编程与开发实现. -Routing routing algorithm Distance Vector Algorithm for programming and development.
20257147knn
- knn最近邻算法在给定新文本后,考虑在训练文本集中与该新文本距离最近(最相似)的 K 篇文本,根据这 K 篇文本所属的类别判定新文本所属的类别,具体的算法步骤如下: 一、:根据特征项集合重新描述训练文本向量 二、:在新文本到达后,根据特征词分词新文本,确定新文本的向量表示 三、:在训练文本集中选出与新文本最相似的 K 个文本-knn nearest neighbor algorithm in the given text, to consider in the train
kmeans
- 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
distance-vector
- 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
julicedu
- 改进欧氏距离测度算法,可以比较特征向量的距离相似度-Improved algorithm Euclidean distance measure, you can compare the similarity distance of feature vectors
zuoye2
- 距离矢量路由算法,动态路由算法的一种。各个节点之间通过传递向量表进行最优寻路。-Distance vector routing algorithm, a dynamic routing algorithm. By passing the optimal vector routing between the various nodes.
svddxiangduijuli
- 提出一种基于支持向量数据描述和核空间相对距离的预测算法。-Propose a prediction algorithm based on support vector data descr iption and kernel space relative distance.
Vector2
- python实现的二维向量,这是一些方向核距离,以及角度方面的数学算法-python-dimensional realization of the game can be two-dimensional vector
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
vault-tec-master1
- 基于距离向量模糊金库算法matlab版 key+距离==》vault vault+距离==》key(fuzzy vault matlab key+diatance==>vault vault+testpoints==>key)