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

搜索资源列表

  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. 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. ojld

    0下载:
  2. 运用欧几里得算法求解最大公约数,并对算法的时间性能进行分析 -Greatest common divisor using the Euclidean algorithm, and analyze the performance of the algorithm time
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-21
    • 文件大小:519byte
    • 提供者:Sher
  1. Ployn

    0下载:
  2. java实现多项式加法,乘法,除法,利用辗转相除法求两个多项式的最大公因子-java achieve polynomial addition, multiplication, division, using Euclidean algorithm for greatest common divisor of two polynomials
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:75.89kb
    • 提供者:李军
  1. agnes

    0下载:
  2. 此源程序为层次聚类中AGNES聚类法算法部分,测试数据须自己输入,测试前最好先看下源码 测试数据只有2个属性,可根据自己需求修改数据结构体属性个数,与对象间欧式距离计算函数 本源码若算法复杂度有可改进的地方或有BUG请高手指出,计算500条以上的数据时须耐心等待结果 -The source code for the hierarchical clustering algorithm in part AGNES clustering method, the test data requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2.02kb
    • 提供者:odile zhu
  1. 02

    0下载:
  2. 欧几里得算法 Euclidean algorithm 希望帮到大家-Euclidean algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:574byte
    • 提供者:白骏
  1. Euclid

    0下载:
  2. 欧几里得算法,用来计算两个数的最大公约数。此算法,基于数论的偶记离得算法-Euclidean algorithm, used to calculate the greatest common divisor of two numbers. This algorithm, based on number theory even remember from the algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:135.74kb
    • 提供者:陆桥
  1. julicedu

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

    • 发布日期:2017-12-02
    • 文件大小:1.16mb
    • 提供者:张彬
  1. Euclidean-algorithm

    0下载:
  2. 欧几里得算法 非常给力 值得参考 招来不易啊-Euclid' s algorithm is very difficult to force ah worth considering provoke
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:190.98kb
    • 提供者:huihui
  1. max

    0下载:
  2. 实验项目- 计算最大公因子 用辗转相除法求210与715的最大公因数。-Experimental project- calculate the greatest common factor with the Euclidean algorithm 210 and 715 of the greatest common divisor.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.69kb
    • 提供者:huhaihui
  1. Information-security-works

    0下载:
  2. 辗转相除法 模重复平方;模P平方根;三个算法的C++实现-Euclidean algorithm mold repeat square mold P Square Root
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:50.8kb
    • 提供者:canger
  1. AlgorithmAnalysis

    0下载:
  2. 该VC程序中,包含了求最大公约数的三种方法:1、欧几里得算法;2、求全部质因数方法;3、连续整数检测方法-The VC program, including the common denominator of the three methods: 1, Euclidean algorithm 2, find all the prime factor method 3 consecutive integers detection method
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:210.95kb
    • 提供者:
  1. the-greatest-common-divisor-

    0下载:
  2. <1> 用辗转相除法求最大公约数 算法描述: m对n求余为a, 若a不等于0 则 m <- n, n <- a, 继续求余 否则 n 为最大公约数 <2> 最小公倍数 = 两个数的积 / 最大公约数*/-< 1> with the common denominator Euclidean algorithm descr iption: m for n remainder of a, if a is not equal
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:5.62kb
    • 提供者:nickname
  1. java_KNN

    0下载:
  2. 实现了KNN文本的分类,KNN最近邻基于欧几里德距离的JAVA算法实现适用于初级学习KNN的初学者。-Realization of KNN text classification, KNN nearest neighbor JAVA algorithm for Euclidean distance implementation is applied to the primary learning KNN beginners based on.
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4.13mb
    • 提供者:罗志强
  1. KNN

    0下载:
  2. 自己编写的最近邻KNN算法,采用的距离是欧氏距离,附加了详细的中文注释,还有一个测试集和一个训练集- I have written KNN nearest neighbor algorithm, the distance is the Euclidean distance, additional detailed notes in Chinese, as well as a test set and a training set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:金国跃
  1. juising

    0下载:
  2. sar图像去噪的几种新的方法,基于欧几里得距离的聚类分析,cordic算法的matlab仿真。- Several new methods sar image denoising, Clustering analysis based on Euclidean distance, cordic matlab simulation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4.82kb
    • 提供者:夏锁安
  1. fennang

    0下载:
  2. 计算两个矩阵之间的欧氏距离,用于时频分析算法,多抽样率信号处理。- Calculation of the Euclidean distance between the two matrices, For time-frequency analysis algorithm, Multirate signal processing.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7.18kb
    • 提供者:王娟耀
  1. nunjan

    0下载:
  2. 非归零型差分相位调制信号建模与仿真分析 ,计算两个矩阵之间的欧氏距离,这是一个好用的频偏估计算法的matlab仿真程序。- NRZ type differential phase modulation signal modeling and simulation analysis, Calculation of the Euclidean distance between the two matrices, This is a useful frequency estimation algori
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:8.65kb
    • 提供者:王建刚
  1. fieqou

    0下载:
  2. 空间目标识别,采用PM算法,基于欧几里得距离的聚类分析,相关分析过程的matlab方法。- Space target recognition algorithm using PM, Clustering analysis based on Euclidean distance, Correlation analysis process matlab method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4.88kb
    • 提供者:丁新君
  1. 多项式GCD

    0下载:
  2. 1。实现,用C/C++和MATLAB,欧几里德算法计算最大公司(GCD)的两个任意多项式在GF(2)。模拟和分析两给定阶数不小(1.Realize, by using c/c++ or Matlab, the Euclidean algorithm to calculate the greatest common division (GCD) for arbitrary two polynomials over GF(2). Simulate and analyze the calculatio
  3. 所属分类:其他

« 12 3 4 »
搜珍网 www.dssz.com