CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 欧几里得

搜索资源列表

  1. qu

    0下载:
  2. 就是两个多项式的欧几里得算法,即求两个多项式的最大公约数。-two polynomial is the Euclid algorithm, namely polynomial for the two majors.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:陶发辉
  1. EUCLID

    1下载:
  2. 辗转欧几里得算法 求多项式逆 网路安全中的算法-Inverse polynomial Euclidean algorithm was removed network security algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:242.09kb
    • 提供者:foxsmile
  1. gongyueshu

    0下载:
  2. 由欧几里得,连续整数检测,分解质因数算法得最大公约数,并分析各种算法的时间性-By the Euclid, consecutive integers detection, decomposition of the prime factors have the greatest common divisor algorithm, and analyze the timing of various algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:650byte
    • 提供者:zhong
  1. oujilide

    0下载:
  2. 广义欧几里得算法,用以计算两个数的最大公约数,依靠定理定理:gcd(a,b) = gcd(b,a mod b)-Generalized Euclidean algorithm for computing the greatest common divisor of two numbers, relying on Theorem Theorem: gcd (a, b) = gcd (b, a the mod b)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.37kb
    • 提供者:蒋骋志
  1. a

    0下载:
  2. 辗转相除法,也叫欧几里得算法,是计算整数最大公因数的有效方法。本实验使用辗转相除法,通过编写一个C程序,让计算机来计算两个整数的最大公因数和最小公倍数,以及相应的参数s和t。-Euclidean algorithm, also called the Euclidean algorithm to calculate the greatest common divisor of integers effective way. Euclidean algorithm used in this expe
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:27.87kb
    • 提供者:张鹏
  1. based-on-Euclid

    0下载:
  2. 自己以前写的基于欧几里得的小程序。 1.判断一个整数是不是素数 2.计算两个整数的最大公约数 3.计算两个整数的最小公倍数 4.将输入的a,b表示成s*a+t*b=gcd(a,b)的形式 5.求输入的a,m中a模m的逆元-A small program based on Euclid .     1. Determine an integer is not a prime number     2 Calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:988.5kb
    • 提供者:
  1. CommFactor

    0下载:
  2. 两种欧几里得算法求最大公约数,并写出它们的运行时间。-Euclidean algorithm for the greatest common divisor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:576byte
    • 提供者:baifuk
  1. cvEucdist

    0下载:
  2. 欧几里得距离是一种数学计算矩阵距离的算法,可用于图像分类时查找最近邻的距离。-Euclidean distance is a mathematical algorithm to calculate the distance matrix can be used for image classification when looking for the nearest neighbor distance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:902byte
    • 提供者:彭沛沛
  1. math

    0下载:
  2. 提供欧几里得算法、扩展欧几里得算法、求素数算法、高斯消元算法-Provide the Euclidean algorithm, the extended Euclidean algorithm, the algorithm for prime numbers, Gauss elimination algorithm etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.8kb
    • 提供者:Lu lu
  1. getTheRightPosition

    0下载:
  2. 需要在一个N × M的网格中建立一个通讯基站,通讯基站仅必须建立在格点上。 网格中有A个用户,每个用户的通讯代价是用户到基站欧几里得距离的平方。 网格中还有B个通讯公司,维护基站的代价是基站到最近的一个通讯公司的路程(路程定义为曼哈顿距离)。 在网格中建立基站的总代价是用户通讯代价的总和加上维护基站的代价,最小总代价。-The need to establish a communications base in an N × M grid, communicatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:656byte
    • 提供者:邹业
  1. sgu261

    0下载:
  2. sgu261:Discrete Roots(原根+离散对数+扩展欧几里得) 题目大意: 给你两个质数p,k,和整数a(0≤a<p),求解所有满足x^k≡a(mod p)的x。-261. Discrete Roots time limit per test: 1 sec. memory limit per test: 65536 KB input: standard output: standard There are a lot of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.34kb
    • 提供者:owaski
  1. fuiyie_v79

    0下载:
  2. 基于欧几里得距离的聚类分析,是路径规划的实用方法,匹配追踪和正交匹配追踪。- Clustering analysis based on Euclidean distance, Is a practical method of path planning, Matching Pursuit and orthogonal matching pursuit.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.58kb
    • 提供者:许小惠
  1. bingtou

    0下载:
  2. 最终的权值矩阵就是滤波器的系数,模式识别中的bayes判别分析算法,基于欧几里得距离的聚类分析。- The final weight matrix is ??the filter coefficient, Pattern Recognition bayes discriminant analysis algorithm, Clustering analysis based on Euclidean distance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.5kb
    • 提供者:杨小强
  1. loubang

    0下载:
  2. 基于欧几里得距离的聚类分析,一种基于多文档得图像合并技术,进行波形数据分析。- Clustering analysis based on Euclidean distance, Based on multi-document image obtained combining technique, Waveform data analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.65kb
    • 提供者:韩鹏绪
  1. quiyei_v25

    0下载:
  2. 实现典型相关分析,基于欧几里得距离的聚类分析,解耦,恢复原信号。- Achieve canonical correlation analysis, Clustering analysis based on Euclidean distance, Decoupling, restore the original signal.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.21kb
    • 提供者:肖庆
  1. noupai

    0下载:
  2. 基于欧几里得距离的聚类分析,相控阵天线的方向图(切比雪夫加权),汽车课设货车Matlab驱动力图程序。- Clustering analysis based on Euclidean distance, Phased array antenna pattern (Chebyshev weights), Car class-based truck driver trying to Matlab program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.57kb
    • 提供者:杜永
  1. beijeng_v68

    0下载:
  2. 基于欧几里得距离的聚类分析,利用最小二乘法进行拟合多元非线性方程,使用混沌与分形分析的例程。- Clustering analysis based on Euclidean distance, Multivariate least squares fitting method of nonlinear equations, Use Chaos and fractal analysis routines.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.57kb
    • 提供者:王喜刚
  1. buisang

    0下载:
  2. 基于欧几里得距离的聚类分析,语音信号的采集与处理,数字信号处理课设,是路径规划的实用方法。- Clustering analysis based on Euclidean distance, Acquisition and Processing of the speech signal, digital signal processing class-based, Is a practical method of path planning.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.07kb
    • 提供者:朱敏
  1. yeikun

    0下载:
  2. 用平面波展开法计算二维声子晶体带隙,基于欧几里得距离的聚类分析,对球谐函数图形进行仿真。- Computation Method D phononic bandgap plane wave, Clustering analysis based on Euclidean distance, Of spherical harmonics graphic simulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.33kb
    • 提供者:曹娜锋
  1. taoqui_v64

    0下载:
  2. 基于欧几里得距离的聚类分析,借鉴了主成分分析算法(PCA),计算多重分形非趋势波动分析。- Clustering analysis based on Euclidean distance, It draws on principal component analysis algorithm (PCA), Calculate the multifractal trend fluctuation analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.24kb
    • 提供者:柏磊军
« 12 3 »
搜珍网 www.dssz.com