CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 距离向量算法

搜索资源列表

  1. DistanceVector_Routing

    2下载:
  2. Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:agang
  1. distanceroute.c

    0下载:
  2. fatmck@163.com编的距离向量路由算法-fatmck@163.com series of the distance vector routing algorithm
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:彭少明
  1. TFIDF

    1下载:
  2. 用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
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:28309
    • 提供者:alan
  1. dist

    0下载:
  2. 问题描述: 给定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,相应向量
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:775816
    • 提供者:skyalone
  1. kcy

    1下载:
  2. 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1596
    • 提供者:chongzi
  1. 29782167SVM-KMExample

    0下载:
  2. 基于支持向量机的雷达高分辨距离像目标识别算法,对高分辨距离像有很高的分辨率。-Support vector machine based on high resolution range profile of radar target recognition algorithms, high resolution range with high resolution.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:4034585
    • 提供者:赵乃杰
  1. SampleCode-Java

    0下载:
  2. Java多线程实现路由算法模拟,路由算法即距离向量算法-Java multithread implement the simulation of router algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:31880
    • 提供者:经松
  1. RIP

    0下载:
  2. 基于距离向量算法的rip协议的实现,利用图存储。-Based on the distance vector algorithm rip the realization of the agreement, the use of storage.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1650262
    • 提供者:吴晓波
  1. Cjullixiangllo

    0下载:
  2. 计算机网络路由算法中的距离向量算法方法,这是源程序源码码,学计算机网络的应该都知道! 可直接使用。 已通过测试。 -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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1433
    • 提供者:谈判
  1. RDisstr_Nodeeo

    0下载:
  2. 路由选路算法距离向量算算法的编程与开发实现. -Routing routing algorithm Distance Vector Algorithm for programming and development.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:19475
    • 提供者:谈判
  1. 20257147knn

    1下载:
  2. knn最近邻算法在给定新文本后,考虑在训练文本集中与该新文本距离最近(最相似)的 K 篇文本,根据这 K 篇文本所属的类别判定新文本所属的类别,具体的算法步骤如下: 一、:根据特征项集合重新描述训练文本向量 二、:在新文本到达后,根据特征词分词新文本,确定新文本的向量表示 三、:在训练文本集中选出与新文本最相似的 K 个文本-knn nearest neighbor algorithm in the given text, to consider in the train
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:43017
    • 提供者:千木流云
  1. kmeans

    0下载:
  2. 利用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
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:626488
    • 提供者:陈陈
  1. distance-vector

    1下载:
  2. 计算机网络实验,实现距离向量路由算法,输入网络拓扑图中节点个数及边,模拟信息收发,动态更新出最短距离矩阵-Computer network experiment, distance vector routing algorithm, the input network topology diagram node number and edge, analog messaging, dynamic update the shortest distance matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:505587
    • 提供者:口天吴
  1. julicedu

    1下载:
  2. 改进欧氏距离测度算法,可以比较特征向量的距离相似度-Improved algorithm Euclidean distance measure, you can compare the similarity distance of feature vectors
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1213873
    • 提供者:张彬
  1. zuoye2

    0下载:
  2. 距离矢量路由算法,动态路由算法的一种。各个节点之间通过传递向量表进行最优寻路。-Distance vector routing algorithm, a dynamic routing algorithm. By passing the optimal vector routing between the various nodes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:917512
    • 提供者:普陀听禅
  1. svddxiangduijuli

    0下载:
  2. 提出一种基于支持向量数据描述和核空间相对距离的预测算法。-Propose a prediction algorithm based on support vector data descr iption and kernel space relative distance.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:435065
    • 提供者:程序圆
  1. Vector2

    0下载:
  2. python实现的二维向量,这是一些方向核距离,以及角度方面的数学算法-python-dimensional realization of the game can be two-dimensional vector
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:678
    • 提供者:敬焱彬
  1. 73462713Router

    0下载:
  2. 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:73728
    • 提供者:韩大侠
  1. vault-tec-master1

    0下载:
  2. 基于距离向量模糊金库算法matlab版 key+距离==》vault vault+距离==》key(fuzzy vault matlab key+diatance==>vault vault+testpoints==>key)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:16384
    • 提供者:风袖袖
搜珍网 www.dssz.com