搜索资源列表
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
DomainSearch
- 一个可以一下子查出三位数的.cn没被申请的域名例表,可以自己改成四位,五位-all of a sudden found a triple-digit. Cn never been cases of domain name application forms themselves into four, five
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 t
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
ThreeNum
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 用C++写的-a 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? Written in C
c1
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数的程序
c5
- 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身
Narcissusnumber
- 实现了水仙花问题。所谓水仙花数就是一个三位数各位数字的立方和是它本身。
threedata
- 输入一个数字(3-9),输出三位数按升序输出,且该三位数中数字不重复
shuixianhua
- 求三位数的水仙花数。
c++
- 计算任意一个多位数的位反序数; 由两个平方三位数获得三个平方二位数; 求车速; 阿姆斯特朗数; 求素数表中1~1000之间的所有素数。
program2
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
addsub
- 定时减法计数。输入数据0到9之间三位数,开始计时,每秒减一。当计数完成时,可做二次开发。还可做简单加减法
c
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 :企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高 于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提 成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高
我的五子棋源码
- 本程序可以进行单机五子棋或通过网络进行比赛,发送和接收的信息均是一个字符串,共五位数;第一位数表示棋子颜色,1代表黑棋,2代表白棋;第二三位数表示棋子所在的行;第四五位数表示棋子所在的列。-the procedures for stand-alone 331 or via the Internet games, send and receive messages is a string, a total of five; Chessman said the median first color,
程序源代码:
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-a 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are?
P>3的素数....
- pascal求出“P>33的素数",P^n是五位数,且有三位数相同 下载后将文件名改为1.pas
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
三位数
- 输入的一个三位数,将三位数按百十个位分别一位一位输出(A three digit input, three digit hundred bits are an output)