搜索资源列表

  1. Euclidean

    0下载:
  2. 欧几里德距离的C++算法,在人工免疫系统中有广泛的应用-Euclidean distance between the C algorithms, artificial immune system in a wide range of applications
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:921
    • 提供者:朱方红
  1. bch_Euclidean

    0下载:
  2. 用Euclidean算法实现BCH的编码和译码,仿真可直接运行-BCH encode and decode
  3. 所属分类:密码/编码算法

    • 发布日期:2010-11-19
    • 文件大小:3684
    • 提供者:54wangxinfang
  1. 加权欧氏距离及其应用

    0下载:
  2. 聚类算法中常用欧氏距离,这篇文章描述了使用加权的方法。-clustering algorithm common Euclidean distance, this article describes the use of weighted method.
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:18432
    • 提供者:石支柱
  1. Euclidean

    0下载:
  2. 欧几里德距离的C++算法,在人工免疫系统中有广泛的应用-Euclidean distance between the C algorithms, artificial immune system in a wide range of applications
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:朱方红
  1. calculate_min_distance

    0下载:
  2. 计算2组象素的最小距离 minimum euclidean distance calculation between 2 groups pixels and returns the distance and pixel coordinations文件内容:test_min_distance5a.tif, CONTENTS.M, euclidean_distance.m, test_calculate_min_distance.m, te
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:30720
    • 提供者:田卉
  1. knn

    1下载:
  2. knn k近邻算法,可选择欧式距离或者曼哈顿距离-knn k nearest neighbor, Euclidean distance or Manhattan can choose the distance
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:zc
  1. DisTrans

    0下载:
  2. 快速算法,可以快速计算一个二进制图片的Euclidean距离。-Fast algorithm can quickly calculate a binary image of the Euclidean distance.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:黄石
  1. patternClass

    0下载:
  2. 產生k個d維的常態分布樣本,產生某個事前機率為P(wi)的常態分布的discriminant function,計算任兩點間的Euclidean distance及Mahalanobis distance -Generated k-d-dimensional normal distribution of samples to generate a prior probability P (wi) of the normal d
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:38912
    • 提供者:amy
  1. disteusq

    0下载:
  2. calculates the squared euclidean distance between all pairs of rows of two matrices. -calculates the squared euclidean distance between all pairs of rows of two matrices.
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:qingpg518
  1. GSNNSimulation

    0下载:
  2. 本文针对SLAM算法中数据关联过程,提出了一种简单易行的改进方法,将欧氏距离与马氏距离结合用于数据关联。算法不必计算地图所有特征与所有量测之间的马氏距离,而是首先利用相对简单的欧氏距离计算缩小了待关联特征的搜寻范围。利用人工合成数据的仿真结果表明,改进后的数据关联方法可以大幅减少系统计算量,提高关联效率,且不会造成错误关联的增加。-This article SLAM algorithm for data association proc
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:liancb
  1. shibie

    0下载:
  2. 用matlab实现的几种模式识别的方法,有切比雪夫距离法,马氏距离法,欧氏距离法。而且每种方法都给出了多种编程-Matlab achieved using several methods of pattern recognition, there are Chebyshev distance, Mahalanobis distance method, Euclidean distance method. But each method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:82944
    • 提供者:mr yao
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to id
  3. 所属分类:加密解密

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:阿达悟
  1. ou

    0下载:
  2. 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。分别用C++和JAVA实现。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator. Separately using C++ and JAVA implementation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:ramble
  1. image-retrieval

    0下载:
  2. 基于颜色进行图像检索的一个简单实现 使用欧氏距离-Color-based image retrieval using the implementation of a simple Euclidean distance
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:1010688
    • 提供者:华华
  1. EUCLIDEAN_Algorithm

    0下载:
  2. Euclidean节点定位是由美国路特葛斯大学利用距离矢量路由和GPS定位原理提供出一种分布式自主定位算法-Node localization Euclidean path by the Rutgers Universitys use of distance vector routing and GPS positioning to provide a principle of self-positioning algorithm fo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1060864
    • 提供者:qinhua
  1. euclideanDistance

    0下载:
  2. euclidean Distance-euclidean Distance
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:muhammet
  1. 2

    0下载:
  2. 扩展欧几里德算法不但能计算(a,b)的最大公约数,而且能计算a模b及b模a的乘法逆元。平方和乘算法的复杂度:执行次数至少要k次模乘,最多需要2k次模乘。-Extended Euclidean algorithm for computing not only (a, b) the common denominator, and to calculate a modulus b and b modulus a multiplicative
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:俞佳
  1. KMeansEuclideanDistance

    0下载:
  2. 一个用java写的欧几里德距离的kmeans算法,以前做实验自己写的-code of KMeans based on Euclidean Distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:tanwei
  1. Euclidean

    0下载:
  2. 扩展欧几里德定理和中国剩余定理,ACM算法课件,比较简洁-Extended Euclidean theorems and Chinese Remainder Theorem, ACM algorithm courseware, simple comparison
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:liudiao
  1. Euclidean Space

    0下载:
  2. information on euclidean distance
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:319488
    • 提供者:nid01
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org