搜索资源列表
完全数
- 如果一个数恰好等于它的因子之和,则称该数为“完全数”。 *题目分析与算法设计 根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。 *-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algorithm design based on the defin
LNW
- 清晰易懂的小算法,主要是用于计算完数,可更改变量值获取更多完数数组-lucid small algorithm is used to calculate the End few, can change the variable value End few more arrays
mathcoding
- C语言数学编程:包括叠代整除,阿姆斯特朗数,完数,乘法矩阵,多位阶乘,四分砝码等算法-C Programming Language Mathematics : iterative divisible including Armstrong, a few, several End, matrix multiplication, many factorial quarters algorithms such as weight
03312008JAVA3
- 找出1000以内的所有完数。一个数如果恰好等于它的因子之和,这个数就称为\"完数\"。-identify all 1,000 within a few End. A few If it is equal to the sum of the factor, the number on the "End few."
wansu
- 完数是一种特殊的数,用C++设计实现对完数的求取,多种思路实现
GROWING
- 按Pearson Prentice Hall,c++中相应要求完成的PIGLATIN,MORSE码加密,完数问题,数字反向,快速排序等问题,VC 6.0 下编译测试通过(单个源文件直接编译连接即可运行)
wan_shu
- 本程序是用来验证一个数是不是完数,输出一定数据范围内的完数.
java完数算法源代码
- 如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3.编程 找出1000以内的所有完数。球从100米高度自由落下,每次落地后反跳回原高度的一半;再落下,求它在 第10次落地时,共经过多少米?第10次反弹多高?有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?输入某年某月某日,判断这一天是这一年的第几天?输入三个整数x,y,z,请把这三个数由小到大输
321
- 用C#编写一个控制台应用程序,求1000之内的所有“完数”。所谓“完数”是指一个数恰好等于它的所有因子之和。例如6是完数,因为6=1+2+3。-A console application written in C#, and ask all of 1000, finished the number. The so-called " End" refers to the number of a number exactly equal to all of its factors
wanshu
- 完数算法实现,阶乘实现的源代码,简单易懂-End of a number of algorithms, source code to achieve factorial, easy-to-read
1.3
- 编写一个控制台应用程序,求1000之内的所有“完数”。所谓“完数”是指一个数恰好等于它的所有因子之和。例如,6是完数,因为6=1+2+3。-Write a console application, and all of 1000, End of a few. The so-called End of a few refers to a number of precisely equivalent to it and all the factors. For example, the nu
1
- 1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这是return 语句的巧用) 5.输出0~100中所有不能被3整除的数-1. Enter a few, and to its side length* component used to draw a square. 2. Solving Satisfied 1* 1+2* 2+ .
11
- 1.输出1000以内的水仙花数。2.找出1000之内的所有完数。3.求Sn=a+aa+aaa+…+aa…a之值-1. Output 1000 within a few daffodils. 2. To find out all of 1000 after a few. 3. For Sn = a+ aa+ aaa+ ...+ aa ... a value of
poi
- 一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程 找出1000以内的所有完数。 -If just a few of the factors equal to it and that this number is called the " End of a few." For example 6 = 1+2+3. 1000 program to find all finished within a few.
ws
- 一个数如果恰好等于除它本身外的因子之和,这个数就称为"完数"。例如6=1+2+3.(6的因子是1,2,3) 输出1-10000之间的完数。格式: 6=1+2+3 28=1+2+7+14 -In addition, if a number is just equal to the factors outside of its own, and that this number is called " End of a few." For example, 6 =
判断完数
- 题目9:一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2 +3.编程找出1000以内的所有完数。-Title 9: if just a number is equal to the sum of its factor, the number is called "the number". For example 6 = 1+ 2 + 3. Programming to find out all the 1000 less tha
Desktop
- 求范围内完数的个数1到1000范围内完数的个数,通过java语言对其进行求解。(For the range of completed number 1 to 1000 in the range of the number of completed, through the Java language to solve the problem.)
完数
- 运用LABVIEW软件计算1-1000内的完数(In the calculation of 1-1000 through using LABVIEW software)
猜数游戏
- 进行十次猜数.每次猜之后,会提示你的数字大了还是小了,直到次数用完或答对为止.(Take ten guesses, and each time you guess the number, you will be prompted or smaller, until the number is finished or the answer is right.)