搜索资源列表
wanlousheji
- 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、
DistanceVectorRouter
- 一份模拟距离向量算法的Java语言源码 基于距离向量算法的路由器设计与实现-Simulation of Distance Vector Routing
Project1_DVRouter
- 基于距离向量算法的路由器设计与实现,有两个实例,分别用java个c写的-Bellman-Ford shortest path algorithm
manolin-DV(New)
- 模拟路由器,距离向量算法实现路由更新。能向邻居节点发送路由信息,能够发送数据。-Analog router, distance vector routing algorithm updates. Can send routing information to neighbor nodes to send data.
DVsim
- 计算机网络,模拟路由器间路由选择的距离向量算法(DV)的程序,纯JAVA实现。-Computer networks, mock router routing algorithm distance vector (DV) program, pure JAVA implementation.
Kmeans
- 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity