搜索资源列表
距离向量路由算法C实现
距离向量算法的C实现,没有用多进程
钻孔偏斜投影距离
- 为了减轻手工计算的工作,我利用EXCEL编了一个《钻孔偏斜投影距离》,只要你输入深度及方位及顶角,即可以得到其他的数据。
基于编辑距离计算文本相似性
- 基于编辑距离计算文本相似性
使用距离变换和分水岭算法分割图像的Matlab程序
- 使用距离变换和分水岭算法分割图像的Matlab程序
爬电距离的确定,电气间隙的确定
- 爬电距离的确定,电气间隙的确定
继电保护距离保护
- DSP F2812实现变电站继电保护的距离保护,里面含有效值计算,fft等计算
鼠标移动距离测量器源码
- 鼠标移动距离测量器源码-mouse mobile source for distance measurement
加权欧氏距离及其应用
- 聚类算法中常用欧氏距离,这篇文章描述了使用加权的方法。-clustering algorithm common Euclidean distance, this article describes the use of weighted method.
两点间距离公式
- 本程序实现了数学上两点之间的求距离的算法,与具体的实现过程.希望对大家有一定的帮助.-realized by the mathematical 2:00 for the distance between the algorithm and its implementation process. We hope to have some help.
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
距离矢量路由算法SP2(完成)
- 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
马氏距离
- 采用matlab来计算数据矩阵的马氏距离,里面有word关于马氏距离的介绍(Using matlab to calculate the data matrix of the Mahalanobis distance, which has the word on the introduction of Mahal)
基于距离传感器的自动锁屏程序
- 基于距离传感器的自动锁屏程序,使用android studio平台(Automatic lock screen program based on distance sensor)
BP神经网络+最小距离分类器
- BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
编辑距离
- 程序提示用户输入一行字符串(字符个数不超过80个,该字符串用回车符结束)。并按字母,数字及其他字符分类计数,然后将结果存入以char、digit和other为名的存储单元 字符串转换所需最短的编辑距离(The program prompts the user to enter a string of characters (no more than 80 characters, and the string ends with car
编辑距离问题
- 编辑距离:将字符串S通过插入、删除、替换三种编辑操作,转变为字符串T,所需最少的编辑次数。(Edit distance definition: string S by inserting, deleting, replacing three editing operations, converted to string T, the minimum number of editing required.)
计算两点间距离.java
- 计算两点距离,需要点1的坐标和点2的坐标值(caculate the distance of two points)
欧氏距离
- 欧氏距离法识别数字。模板和数字差别不能太大。(Euclidean distance method to identify numbers.The difference between template and number cannot be too large)
1107编辑距离
- 这是一个用C++写的编辑距离问题,可供初学者学习使用(This is an editing distance problem written in c ++ that can be used by beginners)
三维求欧式距离
- 求三维坐标的欧式距离 在三维的坐标下 求出测量值和真实值的误差,误差就是使用欧式距离来代替(Finding the Euclidean distance of three-dimensional coordinates The error of the measured value and the true value is obtained in the three-dimensional coordinates, and the