搜索资源列表
c小应用
- 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
shuixianhua
- “水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。用两种不同的方法求所有的“水仙花数”。 -"narcissi few" refers to a triple-digit, the number of cubic you and equal to the number itself. Using two different methods for all of the "Narcissus few."
BigNumFactorial
- 一个简单的计算N!程序,我们C++的实验,可以计算三位数以上的数阶乘,效率还不错-a simple calculation N! The process, we Experimental C can be calculated over a number of triple-digit factorial. efficiency also good
c++
- 计算任意一个多位数的位反序数; 由两个平方三位数获得三个平方二位数; 求车速; 阿姆斯特朗数; 求素数表中1~1000之间的所有素数。
java完数算法源代码
- 如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3.编程 找出1000以内的所有完数。球从100米高度自由落下,每次落地后反跳回原高度的一半;再落下,求它在 第10次落地时,共经过多少米?第10次反弹多高?有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?输入某年某月某日,判断这一天是这一年的第几天?输入三个整数x,y,z,请把这三个数由小到大输
EX_SORT
- 先用内排序对随即产生的内n个3位数的整数排好序,存放在一个文件中, 共产生m个有序文件,然后对这m个文件利用败者树进行多路平衡归并, 得到一个有n*m个三位数的有序文件。-First in order to then generated within the n-3-digit integer row good order, stored in a document, generate a total of m months in an orderly file, an
0069
- 水仙花的算法,水仙花是三位数,每一位的立方相加等于该数本身。-Narcissus algorithms, Narcissus is the three-digit, each and every one of the cube add up to equal to the number itself.
shuixian
- 题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。*/-Topic: print out all of the Narcissus few , the so-called Narcissus few refers to a three-digit, its Members and eq
c.exam.100
- 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-Title: There are 1,2,3,4 digits, how many can be formed from each other and without duplication of the three-digit numbers? How many are?
ch03
- 打印出所有的1-1000之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153-Between all of the 1-1000 print all of the " Narcissus number" , the so-called " Narcissistic number" refers to a three-digit, the number of its Members and equal to the n
gaocifangshudeweishu
- 高次方数的尾数 求13的13次方的最后三位数 -The number of high power demand of 13 mantissa of the last three digits of the 13 th
shuixianhuashu
- 用两种向量化和一种循环的思路计算水仙花数,并给出所需时间比较 水仙花数是指一个三位数,其各个数的立方和等于该数-Quantified in two and a loop to the idea of calculating the number of daffodils and narcissus are given the time required for comparison is a three-digit number, the individual cubes, and equa
yueshu
- 求最大数 问555555的约数中最大的三位数是多少? -Asked for the biggest number of about 555,555 the largest three-digit number is the number?
housanweibijiao
- 本程序完成读入200个数的操作,并按照最后三位数的大小进行排序。-This process is completed 200 the number of read operations, and in accordance with the size of the last three digits of the sort.
chengxu
- 由1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -By the numbers 1,2,3,4, how many can be composed of distinct three-digit numbers with no repetition? Is how much?
am-shu
- 称之为Armstrong数,试写出一程式找出所有的三位数Armstrong数。 -Armstrong called the number and try to write a program to identify all of the three-digit Armstrong number.
m
- 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -Title: There are numbers 1,2,3,4, how many can be composed of distinct three-digit numbers without repetition? Is how much? 1. Program Anal
cPP
- 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -Title: There are numbers 1,2,3,4, how many can be composed of distinct three-digit numbers without repetition? Is how much? 1. Program Analysi
root-music2
- 求0到n之间的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。-a data d between 1 and 1000 that abey d=d1^3+d2^3+d3^3
1~9组成三个3位的平方数
- 将1、2、3、4、5、6、7、8、9九个数字分成三组,每个数字只能用一次,即每组三个数不允许有重复数字,也不许同其它组的三个数字重复,要求每组中的三位数都组成一个平方数。-1,2,3,4,5,6,7,8,9 nine figures will be split into three groups, each number can only be used once, the number three in each group is allowed to repeat the figures a