搜索资源列表
PrimeNum
- PrimeNum程序描述: 本程序包括:找100~200间的素数 主要是记住找素数的算法-PrimeNum procedures Descr iption : The procedures include : find 100 ~ 200 of the Primes is mainly remembered for a number of algorithm -
classicC100
- 经典C程序100例,对于初学者非常值得研究.内有各种排序,找素数问题,字符串处理等.-classic C program hundred cases for beginners is worth studying. There are various sort, finding prime numbers. string processing.
sushudui
- 编制函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数n,找出满足n=i+j的所有数对,其中要求i与j均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。-establishment prime function, used to judge whether the i
jueduisushu
- 一个自然数是素数,且它的数字位置经过任意对换后仍为素数,刚称为绝对素数,例如:13。试找出所有二位绝对素数。-a natural number is a prime number, and its position after arbitrary figures for the number of after-still, just as absolute prime, For example : 13. Tried to find o
Primes
- 1.计算n至少多大时,以下不等式成立。 1+1/2+1/3+……+1/n>10 2.请分别用break和continue语句判断1-1000以内的素数个数。 3.编写一个程序找出100~1000之间的所有姐妹素数。(注: 姐妹素数是指相邻两个奇数均为素数。)
sushufangzheng
- 素数方阵系统,找出所有符合条件的素数方阵
PrimeNumber
- C# 利用线程找出素数并将其显示,同时可通过按键控制线程的状态
判断整数n是否为素数
编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数d,找出?
PrimeNum
- PrimeNum程序描述: 本程序包括:找100~200间的素数 主要是记住找素数的算法-PrimeNum procedures Descr iption : The procedures include : find 100 ~ 200 of the Primes is mainly remembered for a number of algorithm-
classicC100
- 经典C程序100例,对于初学者非常值得研究.内有各种排序,找素数问题,字符串处理等.-classic C program hundred cases for beginners is worth studying. There are various sort, finding prime numbers. string processing.
suan_fa
- 要实现的功能: 1.常用算法(求n阶乘、排序、求n~m的和、找素数) 2.数据录入(学生数据录入、名片录入) 3.组件使用(音乐浏览、学生档案、作者选择) 4.退出-Function is to be achieved: 1. Commonly used algorithm (for n factorial, sorting, and n ~ m and, to find prime numbers) 2. Dat
FindPrime
- 找素数,这是个小程序,可以随意找出素数。这个程序也是个教学程序。-To find prime numbers, which is a small program, are free to find prime numbers. This procedure is also a teaching program.
zhaosushu
- 此程序有两种找素数功能 1 单个判断 2 范围查找 此程序有准确度高,速度快等优点-This program has two functions of prime numbers to find a single judge to check the scope of this program has two high accuracy and speed advantages of
ex4
- 生产者消费者算法 找素数线程每次只放一个素数 显示素数线程每次只显示一个素数-Producer-consumer algorithm
The-inverted-triangle
- 详细的c#算法,包括7行倒三角,乘法口诀表,买东西,求和公式,找素数等基本算法大全-The inverted triangle
findprimenumber
- VS2008 下利用筛选法 实现找素数!-VS2008 use screening method to achieve the next to find prime numbers!
zhaosushu
- 这是一个书本上的找素数c++代码,适合初学者,希望你能喜欢-it’s a simple code
Question1
- 找素数,找前五十个素数,十个一行,共五行-prime number
素数 平均数 最高
- 判断素数; 输入10个学生5门课的成绩,分别用函数求:①每个学生平均分;②每门课的平均分;③找出最高的分数所对应的学生和课程。(Judgment prime; Seek average and highest marks.)
实验11
- 输入一个数n,可以找到n以内的所有素数(找素数)(请看p125 3(8))(nput a number n, you can find all primes within n.)