搜索资源列表
将正整数分解为素数之积
- 将正整数分解为素数之积
计算素数公约数公倍数
- 计算素数,最大公约数,最小公倍数的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
素数幻方
- 求四阶的素数幻方。即在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。 -for four bands in several magic squares. In a 4x4 matrix, each one filled a digital grid so that each line, each diagonal out and two on the four figures of the four-digit, are
一个偶数总能表示为两个素数之和
- 用于分析偶数的组成原则,一个偶数总能表示为两个素数之和-even for the analysis of the composition, an even always expressed as two prime numbers and
判断素数的个数
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -judgment 101-200 between the number of primes, and the export of all prime numbers. 1. Program Analysis : judgment in several ways : with a few were t
素数的判定
- 素数的判定(概率算法),可以判断较大的素数-prime Judgment (probability algorithm), can be judged on a few large
大素数生成
- 大素数生成算法的实现,很不错的一段程序-large prime number generation algorithm to achieve a very good procedures
线性筛素数方法
- 线性筛100 0000 以内的素数
素数环
- 回溯法解决素数环问题
素数
- 求出一定范围内的素数,方法较为简便可以求解(Find a certain range of primes, the method is relatively simple, can be solved)
素数 平均数 最高
- 判断素数; 输入10个学生5门课的成绩,分别用函数求:①每个学生平均分;②每门课的平均分;③找出最高的分数所对应的学生和课程。(Judgment prime; Seek average and highest marks.)
素数判断
- 生成大素数,利用了时间随机种子。并且用Miller_Rabin测试法,判定素数(Generating large prime numbers takes advantage of temporal random seeds. And the Miller_Rabin test is used to determine the prime number)
判断素数
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。(Determine how many primes are there between 101-200 and output all the prime numbers. 1. program analysis: the method of judging the prime number: 2 t
筛法求素数
- 使用筛法遍历求取素数,效率较低,有待优化(Searching for prime numbers by traversing the sieve method)
素数
- 判断素数的几大方法之一,比较实用,能快速判断素数(One of the major ways to determine prime numbers is more practical, which can quickly determine prime numbers.)
素数
- 可以简单的判断输入数据是否为素数,为更深层次的数据处理做准备(It is easy to judge whether the input data is a prime number)
可逆素数
- 输入一个数判断该数是否是一个可逆素数,如果是输出**是可逆素数,否则为不是!(Enter a number to determine if the number is a reversible prime number. If it is output * is a reversible prime number, otherwise it is not!)
一千以内素数
- 素数为除了1和自己本身以外无法被除尽的数 本程序可以得出一千以内的所有素数(Prime numbers are all primes less than one thousand except for 1 and beyond itself.This program can draw all the prime numbers within one thousand)
统计素数与幸运素数
- 统计并打印1 亿以内的所有素数个数,并且打印出1 千万以上1 亿以内的所有幸运素数(如11110111 这样仅有1 位不同,其它位数 字都相同的素数),直接打印答案无效