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

搜索资源列表

  1. gcd.rar

    0下载:
  2. 求几个数的最大公约数及最小公倍数
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2169
    • 提供者:
  1. a223

    0下载:
  2. 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1859
    • 提供者:張世謙
  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9769
    • 提供者:henry
  1. 7_Rsa

    0下载:
  2. RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption algorithm based on the integer fa
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:81637
    • 提供者:fasf
  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35882
    • 提供者:jason..
  1. gcd

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

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

    0下载:
  2. 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3852
    • 提供者:徐凯波
  1. GCD

    0下载:
  2. 最大公约数最小公倍数的C++求解,提供了多种思路解答,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6122
    • 提供者:成龙
  1. 最大值及最大公约数

    0下载:
  2. 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9736
    • 提供者:wanglj
  1. Task-1-4

    0下载:
  2. finding GCD of two numbers
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2630
    • 提供者:mehmet serif
  1. gcd

    0下载:
  2. 求几个数的最大公约数及最小公倍数- Asks several integers the greatest common divisors and 鏈
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:2440
    • 提供者:none
  1. GCD_recursion

    0下载:
  2. 用递归方法求最大公因数!!!不是什么难的程序,小的程序。。大家一起探讨!-Method Using Recursive gcd! ! ! Not a difficult procedure, a small procedure. . Everyone to explore!
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:1770
    • 提供者:李兵
  1. GCD

    0下载:
  2. 求sa和tb的和使等于a和b的最大公约数-For sa and tb, and so equal to a and b of the common denominator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:9754
    • 提供者:赵国振
  1. Euclidium

    0下载:
  2. 歐基理德輾轉相除法(之一) 以歐基理德輾轉相除法求出m,n這2個整數的最大公因數 -Reed Euclid division algorithm (one) to Euclid division algorithm Reed obtained m, n this two integers gcd
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:25378
    • 提供者:王大明
  1. fasterEuclidium

    0下载:
  2. 歐基理德輾轉相除法(之二) m與n相差太大時,可用(m%n)來取代(m-n),這樣的處理效率較高。以下便以此方法求出最大公因數。 -Reed Euclid division algorithm (II) m and n be too significant, the available (m% n) to replace the (mn), this kind of treatment more efficient. The following will be obtained in t
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:25367
    • 提供者:王大明
  1. ou

    0下载:
  2. 欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符-Euclidean algorithm: Principles of travel for more than: gcd (a, b) = gcd (b, a mod b) when b is 0, the two common denominator is the number of a getchar () will ac
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2310
    • 提供者:俞佳
  1. recurs

    0下载:
  2. /* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by using above said policy */ gcd fibonacci-/* Divide and Conquer*/ /* Find minimum and maximum from a given series of numbers*/ /* by using
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4008
    • 提供者:abhishek
  1. EuclideanalgorithmfGCD

    0下载:
  2. In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it does not
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:8141
    • 提供者:wonder
  1. BasicRSA_latest.tar

    0下载:
  2. RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5200
    • 提供者:nb
  1. least_common.tar

    0下载:
  2. a linux program that enables to find the least common multiple of two integers. by means of this lcm, you can easiky find the gcd.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1556313
    • 提供者:perelka
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com