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

搜索资源列表

  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
    • 文件大小:921byte
    • 提供者:朱方红
  1. bch_erasures

    0下载:
  2. Erasure correction achieved by two errors-only decoding passes using the Euclidean algorithm. Any (valid) code length can be input. -Erasure correction achieved by two errors - only decoding passes using the Euclidean algo rithm. Any (valid) code
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5.02kb
    • 提供者:里海
  1. jiyuneirongdetuxiangjiansuo

    0下载:
  2. 基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram; Texture characteristics of simila
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:156.4kb
    • 提供者:耿上
  1. K-meaneuclideandistance

    0下载:
  2. 这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:李序
  1. Euclid

    0下载:
  2. c语言 欧几里得除法-Euclidean division of c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:632byte
    • 提供者:marseille
  1. COD

    0下载:
  2. 这是data mining的维度魔咒实作之一 简单介绍在资料库中当资料的dim愈高愈多,在计算Euclidean Distance时会降低,如图所示 资料皆为乱数产生-This is the dimension of data mining as one of curse is a brief introduction in the database when the information the higher the more dim, when the Euclidean Dist
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:75.31kb
    • 提供者:洪武
  1. DirectLDA

    0下载:
  2. This a MFC program to test direct linear discriminant analysis (direct LDA) for face recognition. Histogram equalization is used as a preprocessing and direct LDA is used to reduce a dimension in feature space from train images. Minimum Euclidean dis
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-26
    • 文件大小:8.49mb
    • 提供者:SUNGWOONG KIM
  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 inverse of. Square and by the
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1.06kb
    • 提供者:俞佳
  1. bch_Euclidean

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

    • 发布日期:2017-03-27
    • 文件大小:3.6kb
    • 提供者:王丽
  1. Euclidean

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

    • 发布日期:2017-03-27
    • 文件大小:16.3kb
    • 提供者:liudiao
  1. 802.15

    0下载:
  2. 代码用于图形图像的像素点欧几里得距离计算转换等工作-Code for the graphic image of the Euclidean distance-based pixel conversion, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:15.97mb
    • 提供者:李林
  1. euclid

    0下载:
  2. extended euclidean algorithm for polynomials with maple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9.96kb
    • 提供者:hasan
  1. cluster_by_distances

    0下载:
  2. 通过欧几里德距离对三维空间内的数据点进行聚类: 从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再按距离由小到大排序,找出距这两个点最近的若干个点。 除去这些点后对其余的点重复进行上述操作。-By Euclidean distance on three-dimensional space, clustering of data points: from the file read into the three coordinate
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.76kb
    • 提供者:陈雷
  1. cseg

    0下载:
  2. image color segmentation using Euclidean and Mahalanobis methods
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.04kb
    • 提供者:kryptik
  1. biggest

    0下载:
  2. 用蛮力法,分解质因数法,欧几里得算法分别求解最大公约数问题-With the brute force method, the quality factor decomposition method, the Euclidean algorithm for greatest common divisor problem solving, respectively
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.21mb
    • 提供者:hehuiling
  1. suanfajihe

    0下载:
  2. ( Rightmost Digit )代码:数论模幂算法(从左向右)0ms 最小公倍数-辗转相除法 Prim最小生成树-Rightmost Digit, modular exponentiation algorithm (from left to right) 0ms Least common multiple- Euclidean algorithm Prim minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:sam
  1. The-inverse-Euclidean

    0下载:
  2. 欧几里德求逆算法oujilideqiunisuanfa -The inverse Euclidean
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:185.19kb
    • 提供者:fei
  1. Euclidean-algorithm

    0下载:
  2. 实现欧几里算法和扩展欧几里算法,通过读取CPU的定时器,比较算法效率-Achieve Euclidean algorithm and extended Euclidean algorithm, by reading the CPU timers, comparison algorithm efficiency
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:hhb
  1. Euclidean Space

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

    • 发布日期:2018-04-29
    • 文件大小:312kb
    • 提供者:nid01
  1. eucliddis

    0下载:
  2. using euclidean distance to find the similarity between the seen and unseen images
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2.95mb
    • 提供者:ali89
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com