搜索资源列表
CSharpprogram
- 包括打印九九表,冒泡排序,求质数,递归求阶乘等算法
用C语言思想改写的用筛法求质数程序
- 判断质数的改进方法。-judgment few quality improvements.
hhs
- 此程序可以求质数的和,例如F 7 =1+3+5+7+11+13+17=58 -this program can evaluation the sum of prime number
primeNumber
- 求1000以内的质数,自己实现的程序,算法的时间复杂度较好-Find prime numbers less than 1000
1
- 要求质数很简单,但如何快速的求出质数则一直是程式设计人员与数学家努力的课题,在这边介绍一个着名的 Eratosthenes求质数方法。-Requirements primes is very simple, but how fast it has been determined primes programmers and mathematicians efforts topics here introduce a famous Eratosthenes seeking prime method
使用穷举法并分别用for
- 使用穷举法并分别用for、while、do…while循环语句求出1..100之间的质数(Use the exhaustive method and use for, while, do, respectively. While loop statement is used to find the prime number between 1..100)