搜索资源列表
计算1000以内的素数
- 这是一个可以计算1000以内的素数算法 觉得还不错-This a 1000 can be calculated within the prime number algorithm also feel good
ss54355454
- 求1000万以内的素数。-for 10 million within the prime.
Primes
- 1.计算n至少多大时,以下不等式成立。 1+1/2+1/3+……+1/n>10 2.请分别用break和continue语句判断1-1000以内的素数个数。 3.编写一个程序找出100~1000之间的所有姐妹素数。(注: 姐妹素数是指相邻两个奇数均为素数。)
363710169
- 求出1000以内的全部素数。 求出1000以内的全部素数。-sought within the 1000 all primes. Get all within the 1,000 prime numbers. Get all within the 1,000 prime numbers.
363710169
- 求出1000以内的全部素数。 求出1000以内的全部素数。-sought within the 1000 all primes. Get all within the 1,000 prime numbers. Get all within the 1,000 prime numbers.
计算1000以内的素数
- 这是一个可以计算1000以内的素数算法 觉得还不错-This a 1000 can be calculated within the prime number algorithm also feel good
ss54355454
- 求1000万以内的素数。-for 10 million within the prime.
Primes
- 1.计算n至少多大时,以下不等式成立。 1+1/2+1/3+……+1/n>10 2.请分别用break和continue语句判断1-1000以内的素数个数。 3.编写一个程序找出100~1000之间的所有姐妹素数。(注: 姐妹素数是指相邻两个奇数均为素数。)-1. Calculating how much n at least, the following inequality established. 1+ 1/2
Eratoshenes
- eratoshenes素数筛选,本源码是通过标记数组下标来记录1000以内的质数-eratoshenes prime filter, the source is through the tag array subscr ipt to record prime number those are less than 1000
sushu
- 利用c语言实现的高效求0到1000以内的素数,并输出计算时间。-Efficient use of c language requirements 0-1000 primes less, and outputs the computation time.
sushu
- 使用汇编语言,使用子程序,计算出1000 以内的素数,以十进制形式输出。-The use of assembly language, the use of subroutines, calculated within 1-9999 primes, output in decimal form.
Searchsushu
- 查找1000以内的素数,在屏幕上显示出来,采用最少循环次数的算法-Find primes less than 1000, is displayed on the screen, with a minimum number of cycles of the algorithm
sushuchegnxu
- 自编C函数实现求素数,采用函数预编译,找出1000以内的素数-C functions to achieve self primes primes demand, using pre-compiled function to find out within 1000
Seeking-twin-prime-numbers
- 所谓孪生素数指的是间隔为2的两个相邻素数,因为它们之间的距离已经近的不能再近了,如同孪生兄弟一样,所以将这一对素数称为孪生素数。 显然,最小的一对孪生素数是(1,3)。我们可以写出3〜 100以内的孪生素数,一共有8对,分别是(3,5),(5,7),(11,13),(17,19),(29,31),(41,43),(59,61)和(71,73)。随着数字的增大,孪生素数的分布也越来越稀疏,人工寻找孪生素数变得非常困难
1000sushu
- 查找1000内素数,利用goto和for循环(Find 1000 prime numbers)