CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 三位数

搜索资源列表

  1. c小应用

    0下载:
  2. 题目:有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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5539
    • 提供者:镝钦
  1. shuixianhua

    0下载:
  2. “水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。用两种不同的方法求所有的“水仙花数”。 -"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."
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:997
    • 提供者:淡林
  1. BigNumFactorial

    0下载:
  2. 一个简单的计算N!程序,我们C++的实验,可以计算三位数以上的数阶乘,效率还不错-a simple calculation N! The process, we Experimental C can be calculated over a number of triple-digit factorial. efficiency also good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9635
    • 提供者:黄晓恒
  1. c++

    0下载:
  2. 计算任意一个多位数的位反序数; 由两个平方三位数获得三个平方二位数; 求车速; 阿姆斯特朗数; 求素数表中1~1000之间的所有素数。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15735
    • 提供者:lee
  1. java完数算法源代码

    0下载:
  2. 如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3.编程 找出1000以内的所有完数。球从100米高度自由落下,每次落地后反跳回原高度的一半;再落下,求它在 第10次落地时,共经过多少米?第10次反弹多高?有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?输入某年某月某日,判断这一天是这一年的第几天?输入三个整数x,y,z,请把这三个数由小到大输
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:4378
    • 提供者:高明辉
  1. EX_SORT

    0下载:
  2. 先用内排序对随即产生的内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
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1454
    • 提供者:方宇浩
  1. 0069

    0下载:
  2. 水仙花的算法,水仙花是三位数,每一位的立方相加等于该数本身。-Narcissus algorithms, Narcissus is the three-digit, each and every one of the cube add up to equal to the number itself.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5717
    • 提供者:蒋卫强
  1. shuixian

    0下载:
  2. 题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如: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
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1265
    • 提供者:scf
  1. c.exam.100

    0下载:
  2. 题目:有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?
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:38452
    • 提供者:worldfly
  1. ch03

    0下载:
  2. 打印出所有的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
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2936
    • 提供者:庄志聪
  1. gaocifangshudeweishu

    0下载:
  2. 高次方数的尾数 求13的13次方的最后三位数 -The number of high power demand of 13 mantissa of the last three digits of the 13 th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:166820
    • 提供者:cp
  1. shuixianhuashu

    0下载:
  2. 用两种向量化和一种循环的思路计算水仙花数,并给出所需时间比较 水仙花数是指一个三位数,其各个数的立方和等于该数-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
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:536
    • 提供者:张扬
  1. yueshu

    0下载:
  2. 求最大数 问555555的约数中最大的三位数是多少? -Asked for the biggest number of about 555,555 the largest three-digit number is the number?
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:167791
    • 提供者:cp
  1. housanweibijiao

    0下载:
  2. 本程序完成读入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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:190074
    • 提供者:雪山飞狐
  1. chengxu

    0下载:
  2. 由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?
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2311
    • 提供者:liuyanan
  1. am-shu

    0下载:
  2. 称之为Armstrong数,试写出一程式找出所有的三位数Armstrong数。 -Armstrong called the number and try to write a program to identify all of the three-digit Armstrong number.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:708
    • 提供者:zsr
  1. m

    0下载:
  2. 题目:有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
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:8934
    • 提供者:王可
  1. cPP

    0下载:
  2. 题目:有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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2216
    • 提供者:lsc
  1. root-music2

    0下载:
  2. 求0到n之间的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。-a data d between 1 and 1000 that abey d=d1^3+d2^3+d3^3
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1687
    • 提供者:fjp119
  1. 1~9组成三个3位的平方数

    0下载:
  2. 将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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:zhan30840
« 12 3 »
搜珍网 www.dssz.com