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

搜索资源列表

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

    0下载:
  2. 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:肖俊琴
  1. gcd

    0下载:
  2. 密码学基础中求一个元素模p的逆元素,用扩展的欧几里德算法
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7.19kb
    • 提供者:兰天
  1. fuzzy

    1下载:
  2. 模糊模式识别,包括最小最大贴近度、最小平均贴近度、海明贴近度、欧几里德贴近度等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:李明
  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. 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. 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. euclids__game

    0下载:
  2. 欧几里德的两个后代Stan和Ollie正在玩一种数字游戏,这个游戏是他们的祖先欧几里德发明的。给定两个正整数M和N,从Stan开始,从其中较大的一个数,减去较小的数的正整数倍,当然,得到的数不能小于0。然后是 Ollie,对刚才得到的数,和M,N中较小的那个数,再进行同样的操作……直到一个人得到了0,他就取得了胜利。-Two players, Stan and Ollie, play, starting with two natural numbers. Stan, the first play
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:855.5kb
    • 提供者:jose
  1. getpoly_ojld

    1下载:
  2. 利用欧几里德算法求解线性移位寄存器生成多项式-get LFSR sequence prime Polynomial by Euclids algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:975byte
    • 提供者:黄英
  1. 78-90790

    0下载:
  2. 欧几里德最大公因子算法 欧几里德最大公因子算法-Euclidean algorithm Euclidean greatest common factor greatest common factor algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:41.49kb
    • 提供者:YBBTMVTK
  1. oujilide

    0下载:
  2. 拓展欧几里德算法,控制台程序,求解sa+tb=1中的s,t-Expansion of the Euclidean algorithm, console program, solving sa+ tb = 1 s, t
  3. 所属分类:Console

    • 发布日期:2017-11-28
    • 文件大小:4.79mb
    • 提供者:奎帅
  1. llj

    0下载:
  2. 大数的除法,将大数以数组的形式输入进去并且输出所得的商,可以用于欧几里德扩展算法-Division of large numbers will be entered as an array of large numbers into and outputs the quotient can be used for extended Euclidean algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:170.96kb
    • 提供者:李伦嘉
  1. poi

    0下载:
  2. 编写程序要求:允许用户输入两整数求出并输出两整数大公约数(Common denominator)里介求公约数算法--欧几里德算法又称辗转相除法其计算理下:用a除b取余数a1 a1 = 0, 则b大公约数 否则用 b 除a1取余数a2 a2 = 0则a1大公约数 否则用 a1 除a2取余数a3a3 = 0则a2大公约数 否则用a2除a3取余数a4-Program requirement: allows the user to enter two integers and big Common di
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3.67kb
    • 提供者:庞凤梅
  1. similarity8

    0下载:
  2. 采用欧几里德距离等分析手段对两个text文档的相似度进行比较。-The similarity of the two text documents were compared using the Euclidean distance method.
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2.78mb
    • 提供者:compiler
  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. The-inverse-Euclidean

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

    • 发布日期:2017-04-27
    • 文件大小:185.19kb
    • 提供者:fei
  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. 所属分类:其他

  1. KHOKX394

    0下载:
  2. 有关欧几里德的扩展算法,非常实用,经测试好用()
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:123kb
    • 提供者:Uxagm
搜珍网 www.dssz.com