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

搜索资源列表

  1. euclids

    0下载:
  2. RS码的完整译码程序,采用欧几里德算法.采用硬件实现结构-RS complete decoding procedures, using Euclidean algorithm. Using hardware structure
  3. 所属分类:DVD

    • 发布日期:2008-10-13
    • 文件大小:5.94kb
    • 提供者:杜检来
  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. Euclid061207

    0下载:
  2. 初学密码内容,共享下实现简单的欧几里德算法,请多多指教-novice passwords, share under simple Euclidean algorithm, exhibitions
  3. 所属分类:加密解密

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

    0下载:
  2. 初学密码内容,共享下实现的扩展欧几里德算法,请多多指教-novice passwords, share under the expansion Euclidean algorithm, exhibitions
  3. 所属分类:加密解密

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

    0下载:
  2. 初学密码内容,共享下实现带多项式的欧几里德算法,请多多指教-novice passwords, shared with polynomials under the Euclidean algorithm, exhibitions
  3. 所属分类:加密解密

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

    1下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:180.67kb
    • 提供者:张晓峰
  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. RSAprogram

    0下载:
  2. 本程序使用了欧几里得算法求乘法逆元,采用二进制分解算法求a^b mod n,算法简明,思路清晰,适合深入了解程序的基本原理,直接运行demo文件即可完成程序的运行。-This program uses the Euclidean Algorithm for Finding multiplicative inverse, using the binary decomposition algorithm for getting a ^ b mod n, algorithm concise, clea
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.58kb
    • 提供者:和君洋
  1. rsa

    0下载:
  2. 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6.56kb
    • 提供者:阿达悟
  1. ou

    0下载:
  2. 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。分别用C++和JAVA实现。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator. Separately using C++ and JAVA implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:778byte
    • 提供者:ramble
  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. Euclidean_divider

    0下载:
  2. This the euclidean algorithm implementation in VHDL -This is the euclidean algorithm implementation in VHDL
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2.08kb
    • 提供者:mma32
  1. Program-to-Implement-the-Extended-Euclidean-Algor

    0下载:
  2. Extended Euclidean Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:177.34kb
    • 提供者:Ashok Kumar Pant
  1. Extended-Euclidean-algorithm

    0下载:
  2. 简单的扩展欧几里得算法,实用,大家可以直接套用。-Extended Euclidean algorithm is simple and practical.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:244.21kb
    • 提供者:姜琛
  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. Euclidean

    0下载:
  2. 扩展的Euclidean算法不仅能够被用于计算gcd(a,b),而且能够找到满足等式ax+by=d的整数x和y。-Extended Euclidean algorithm can be used to calculate gcd (a, b), and can be found to satisfy the equation ax+ by = d integers x and y.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1.55kb
    • 提供者:刘昌俊
  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 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com