搜索资源列表
DistanceVector_Routing
- Distance Vector Routing,也称为Bellman-Ford shortest path algorithm。基本思想是: 每个路由器(路由结点)都维持一张路由表,包括路由的目的地(V)和路由的距离(D)。每个路由器都定期与相邻结点交换路由表信息,据此更新它们自己的路由表。所有结点都监听从其它结点传来的路由表,并按照下列规则更新其路由表: -发现了一条到达某目的结点的新路由,而该路由在原来的路由表中不存在(即发现了一条新路由),则在路由表中增加该路由。 -发现了一条
basicvector
- 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
k_algorithm034
- 计算两个向量间的欧氏距离,初始化聚类中心,参数设定默认值 -two vector calculation of Euclidean distance, initialize the cluster center, parameter set default values
distent
- 经典算法实现题--向量距离问题,包括题目PDF和程序代码实现,与大家分享。-classical algorithm that -- Vector distance, including the subject PDF and procedures to achieve code share with you.
wanlousheji
- 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、
DcumFinal1
- C++调用matlab计算引擎,在文本的向量表示中调用matlab,画出bmp图,形象地描述文本的距离-C calculation engine, in the text of vector Calling Matlab, bmp painted map image to describe the distance between the text
支持向量机算法及其代码实现
- 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
DistanceVectorRouter
- 一份模拟距离向量算法的Java语言源码 基于距离向量算法的路由器设计与实现-Simulation of Distance Vector Routing
模拟分布的、异步的距离向量路由算法
- 模拟分布的、异步的距离向量路由算法,编写的一个分布式距离向量路由模拟程序。-An example of DV algorithm.
SampleCode-C
- C实现距离向量算法 C实现距离向量算法-C to achieve the realization of the distance vector algorithm distance vector algorithm C
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,相应向量
FOJ
- 向量距离,二叉搜索堆,树的先后中序,-Vector distance from the binary search heap, one after another in the sequence tree
dist
- 向量距离问题:对于给定的m 个整数m a , a , ,a 1 2 组成的向量A, a m i | |£ ,1 £ i £ m,和另一个由 n个整数n b ,b , ,b 1 2 组成的向量B, b n i | |£ ,1 £ i £ n,试设计一个O(m + n)时间算法, 计算给定向量A和B的距离。-Vector distance problem: For a given m integers
3DDraw
- 这是一个项目时使用到的“三维空间向量/点”类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处. -This is a project to use to the " three-dimensional space
29782167SVM-KMExample
- 基于支持向量机的雷达高分辨距离像目标识别算法,对高分辨距离像有很高的分辨率。-Support vector machine based on high resolution range profile of radar target recognition algorithms, high resolution range with high resolution.
hashing
- 将图像提取gist向量,然后计算各向量之间的欧氏距离,进行比较。-Extracted gist vector image, and then calculate the Euclidean distance between vectors, for comparison.
CA_Sequential
- 实现了向量的聚类算法,输入三个参数:向量集合、划分数目和设定的阈值,就可得到聚类结果,以欧式距离作为距离判别准则。-Realize the vector of the clustering algorithm, the input three parameters: vector set and the division of number and set threshold, can get clustering results to the Euclidean distance as a c
manuscript_recognition
- 基于glut框架的字体识别程序,使用向量距离做判断依据。-This is a manuscr ipt recognition program based on glut framework,taking vector distance to evaluate.
cbir1
- 基于内容的图像检索,cbir,提取特征,用向量距离作为衡量-cbir content based image retrieval
MapUtil.java
- GPS点之间的距离 点到直线的距离 计算两个经纬度之间的距离 计算点c与线段ab的关系数据,采用向量点积的方法(Distance between GPS points Distance from point to line)