搜索资源列表
计算素数公约数公倍数
- 计算素数,最大公约数,最小公倍数的VB程序编程-calculating prime numbers, the common denominator, implements the VB Programming
计算1000以内的素数
- 这是一个可以计算1000以内的素数算法 觉得还不错-This a 1000 can be calculated within the prime number algorithm also feel good
blackeye_elgamalkeygenerator10beta3
- 大素数生成器,根据用户的设置自动生成一个符合要求的大素数,计算速度较快。-large prime number generator, according to the automatic generation to meet the requirements of a large prime numbers, the fast calculation.
乘式还原(2)
- 有乘法算式如下: ○○○ × ○○ ------------ ○○○○ ○○○○ ------------ ○○○○○ 18个○的位置上全部是素数(1、3、5或7),请还原此算式。 *问题分析与算法设计 问题中虽然有18数位,但只要确定乘数和被乘数后经过计算 就可确定其它的数位。-multiplication formula is as follows : 2000 2000 --- --- 2000 2000 --- ---
number_theory_c++
- 数论算法库 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随机性素数测试算法
miller
- 对Miller-Rabin算法的进一步改进,速度约为0.4秒验证一个素数(CPU为赛扬1.5G) //本程序使用Miller Rabin方法计算1024位素数(2进制)
RSA
- RSA 原理: 选取两个不同的大素数p、q,并计算N=p*q 选取小素数d,并计算e,使d*e (p-1)(q-1)=1 -RSA works: select two different large prime numbers p, q, and compute N = p* q Select the small prime d, and calculate the e, so d* e (p-1) (q-1) = 1
sushu1
- 实现功能:输入一个100以内的数,计算输出该数内的素数-Functions: less than a 100 number, and calculate the output in the number of primes
sushu
- 100 以内的素数,使用到子程序,完成这些素数的输出显示和个数统计以及求和计算,均以十进制形式输出。-Prime numbers less than 100, you want to use to the subroutine, the display and the number of statistics completion of these primes output and calculate the sum, expressed in decimal form output.
DFStraverse2
- matlab实现的DFS算法,可以计算二值图像的连通区域的数目和各个区域的像素数-matlab implementation of the DFS algorithm can calculate the number of binary image of connected regions and across regions, the number of pixels
Cyuyandaima
- 改程序包,包含以下五个C程序内容,对数组进行排序,求100之内的素数,数组的逆序输出,杨辉三角和计算一维数组中所有元素的平均值-Change the program package, contains the following five C program content, to sort the array, and 100 primes, reverse output array, mean value of all elements of the Yang Hui triangle an
delphiRSA
- RSA公钥加密算法是1977年由罗纳德·李维斯特(Ron Rivest)、阿迪·萨莫尔(Adi Shamir)和伦纳德·阿德曼(Leonard Adleman)一起提出的。当时他们三人都在麻省理工学院工作。RSA就是他们三人姓氏开头字母拼在一起组成的。 RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的绝大多数密码攻击,已被ISO推荐为公钥数据加密标准。 今天只有短的RSA钥匙才可能被强力方式解破。到2008年为止,世界上还没有任何可靠的攻击RSA算法的方式。只
sushu
- 使用汇编语言,使用子程序,计算出1000 以内的素数,以十进制形式输出。-The use of assembly language, the use of subroutines, calculated within 1-9999 primes, output in decimal form.
cs
- 判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一
Fibonacci
- 求 100 以内的素数,要使用到子程序,完成这些素数的输出显示和个数统计以及求和计算,均以十进制形式输出。-Seek primes less than 100, to be used to the routine, complete these primes output and display statistics as well as the number of summations are output in decimal form.
111
- VB编程程序代码,使用编程计算素数。例如: 1、求100以内的素数。-VB programming code, the use of programming to calculate the prime number. For example: 1, the number of prime numbers less than 100.