搜索:GCD

找到约 12 项符合「GCD」的查询结果

结果 12
https://www.eeworm.com/dl/631/478292.html *行业应用

Program to find GCD of two numbers using functions.

Program to find GCD of two numbers using functions.
下载 63
·
查看 1080
https://www.eeworm.com/dl/518/470512.html 数值算法/人工智能

gcd 与随机数计算 可生成要求的随机数与计算gcd 范围可定

gcd 与随机数计算 可生成要求的随机数与计算gcd 范围可定
下载 141
·
查看 1069
https://www.eeworm.com/dl/641/332814.html 数学计算

GCD为一个求取最大公因素的程式

GCD为一个求取最大公因素的程式,输入两个数可以求得两数的最大公因素
下载 164
·
查看 1112
https://www.eeworm.com/dl/648/446393.html 单片机开发

欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符

欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符
下载 43
·
查看 1210
https://www.eeworm.com/dl/519/455270.html 加密解密

/* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by usin

/* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by using above said policy */ gcd fibonacci
下载 111
·
查看 1086
https://www.eeworm.com/dl/641/144822.html 数学计算

此程式可輸入二個整數

此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)
下载 56
·
查看 1057
https://www.eeworm.com/dl/519/179949.html 加密解密

RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数

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就作为私钥。 ...
下载 139
·
查看 1104
https://www.eeworm.com/dl/519/484599.html 加密解密

RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit

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 in 1977. Every user have a pair ...
下载 181
·
查看 1211
https://www.eeworm.com/dl/648/466322.html 单片机开发

In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determ

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 require factoring the two inte ...
下载 144
·
查看 1090
https://www.eeworm.com/dl/519/206151.html 加密解密

C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

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 rand) , genRandomBits(int bits, R ...
下载 50
·
查看 1144