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

搜索资源列表

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

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

    • 发布日期:2017-04-16
    • 文件大小:9.96kb
    • 提供者:hasan
  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. 78-90790

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

    • 发布日期:2017-03-31
    • 文件大小:41.49kb
    • 提供者:YBBTMVTK
  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. 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. 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. 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. oujilide

    0下载:
  2. 欧几里得算法,很详尽的解释说明,扩展欧几里得算法,求最大公约数-Euclidean algorithm, a very detailed explanation, extended Euclidean algorithm, find the greatest common divisor
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:2.08kb
    • 提供者:ZXH
  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. 1

    0下载:
  2. 1、用辗转相除法计算任意两个整数a、b的最大公因子。进一步求出整数s、t,使得sa+tb=(a,b)。特别地,当a=3378,b=231时,求出相应的s,t以及a与b的最大公因子(a,b)。将结果写入a.txt中。 2、用辗转相除法计算任意两个整数a、b的最小公倍数。特别地,当a=12345,b=54321时,计算其最小公倍数。将结果写入b.txt中。 3、对e=6597,用辗转相除法求出d,使得ed=1 mod 11200。将结果写入c.txt中。 -1, with the Euc
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2.07mb
    • 提供者:大大猪
  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. 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
« 12 3 4 5 »
搜珍网 www.dssz.com