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

搜索资源列表

  1. acscontrol

    0下载:
  2. 带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴-Constrained Ant Algorithm procedures for Euclidean (Euclid), TSP, c language used, for everybody's reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:刘关俊
  1. ojldqiuni

    0下载:
  2. 欧几里德算法求逆的源代码,短小精悍,只有几行!-Euclidean algorithm inverse of source code, short and pithy, but only a few are OK!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12.29kb
    • 提供者:xiaobeiker
  1. euclid

    0下载:
  2. 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.35kb
    • 提供者:skittles
  1. Euklid

    0下载:
  2. 欧几里德算法 找出xm+yn=l x,y解-Euclidean algorithm to identify xm yn l = x, y solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:赵宁
  1. 欧几里德算法

    0下载:
  2. 欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:许俊
  1. 求最大公倍数,使用的是欧几里德算法

    1下载:
  2. 求最大公倍数,使用的是欧几里德算法,C++程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-02
    • 文件大小:877.1kb
    • 提供者:lxxhwzg
  1. kmeans

    0下载:
  2. 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:3.48kb
    • 提供者:huang
  1. euclid

    0下载:
  2. 欧几里德算法和一些其他的简单功能。 求最大公约数之类-Euclidean algorithm and some other simple functions. Such as seeking common denominator
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:11.76kb
    • 提供者:xiaolin
  1. finitecal

    1下载:
  2. 本程序设计了一个有限域类,可以提供GF(P)[P为素数]上的矩阵运算,特别通过欧几里德算法提供了多项式的有限域矩阵逆运算。-This procedure designed a type of finite fields can be GF (P) [P for prime] on matrix calculation, in particular through the Euclidean algorithm provides a finite field polynomial matrix i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.4kb
    • 提供者:小陈
  1. Euclid

    0下载:
  2. 使用欧几里德算法求最大公倍数,内有欧几里德算法的步骤。-Euclid Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:875.6kb
    • 提供者:阿庚
  1. Euclidalgorithmandseekreciprocal

    0下载:
  2. 加密解密关于欧几里德算法以及欧几里德扩展算法(求倒数)的c源码 -Encryption and decryption on the extended Euclidean algorithm and Euclidean algorithm (demand reciprocal) c-source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.23kb
    • 提供者:ttt
  1. Kohonen

    0下载:
  2. Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:84.72kb
    • 提供者:李芳
  1. math-problems

    0下载:
  2. 一些数学问题算法模板,稍微做了下分类 目录 1 欧几里得和模线性方程 欧几里德 扩展欧几里德 模线性方程 2 欧拉φ函数 扩展欧拉函数 3 线性时间素数筛法 生成欧拉函数表 4 因式分解 5 Nim游戏和sg函数 合肥B 题 -Some mathematical problems algorithm template, do a little under Categories 1and mode of linear eq
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:20.39kb
    • 提供者:Leo
  1. sdjfsl3

    0下载:
  2. 使用欧几里德算法计算:对e=6597,求出d,使得ed=1 mod 112-Using the Euclidean algorithm: for e = 6597, find d, so ed = 1 mod 11200
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:33.49kb
    • 提供者:liuyingqiong
  1. 1-(a-b)

    0下载:
  2. 此程序为利用广义欧几里德算法求解最大公约数GCD-This procedure for the use of the generalized Euclidean algorithm for solving the greatest common divisor GCD
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:171.67kb
    • 提供者:lgt
  1. cPP

    0下载:
  2. 用欧几里德算法求最大公因子,几种不同的方法实现白鸡问题-Greatest common divisor, Euclidean algorithm and several different ways to achieve the white chickens
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:23.55kb
    • 提供者:李心
  1. gcd

    0下载:
  2. 使用欧几里德算法和STEIN算法计算两个整数的最大公约数-compute the greatest common divisor of two integers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-27
    • 文件大小:161.29kb
    • 提供者:cshsm
  1. Number-Theory

    0下载:
  2. 这里包含了各类数论基本算法:素数筛法,偶拉函数,欧几里德算法,扩展欧几里德算法,求逆元,线性模方程组-it contains many Number theory algorihm: prime sieve, euler function, gcd, exgcd, mod inv, congruence_equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:32.37kb
    • 提供者:Lin Xi
  1. JuggleRotate

    0下载:
  2. 辗转相除法的代码实现。辗转相除法, 又名欧几里德算法(Euclidean algorithm)乃求两个正整数之最大公因子的算法。它是已知最古老的算法, 其可追溯至3000年前-Euclidean algorithm, also known as Euclidean algorithm (Euclidean algorithm) is seeking the greatest common factor of two positive integers algorithm. It is the o
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3.4mb
    • 提供者:燕如月波
  1. Euclid

    0下载:
  2. 用C语言使用欧几里德算法求任意两个正整数的最大公约数-Realize, by using c/c++ or Matlab, the Euclidean algorithm and the extended Euclidean algorithm to calculate the greatest common division (GCD) of any two positive integer numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:38.91kb
    • 提供者:李文杰
« 12 »
搜珍网 www.dssz.com