搜索资源列表
kcy
- 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
RIP
- 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
20257147knn
- knn最近邻算法在给定新文本后,考虑在训练文本集中与该新文本距离最近(最相似)的 K 篇文本,根据这 K 篇文本所属的类别判定新文本所属的类别,具体的算法步骤如下: 一、:根据特征项集合重新描述训练文本向量 二、:在新文本到达后,根据特征词分词新文本,确定新文本的向量表示 三、:在训练文本集中选出与新文本最相似的 K 个文本-knn nearest neighbor algorithm in the given text, to consider in the train
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) 为了指明实例及其邻居,程序