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

搜索资源列表

  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-12
    • 文件大小:1265
    • 提供者:scf
  1. Ex03

    0下载:
  2. 这是一个用java写的打印水仙花数的代码。可打印100到65535之间的水仙花数。-This is a printed using java to write the code number of daffodils. Printable 100-65535 number among the daffodils.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:842
    • 提供者:俞永浩
  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-09
    • 文件大小:2936
    • 提供者:庄志聪
  1. algorithm.Narcissus

    0下载:
  2. 水仙花数编程实例算法设计The number of programming examples algorithm Narcissus -The number of programming examples algorithm Narcissus
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2552
    • 提供者:lilizhen
  1. 100-classic-C-algorithm-P

    0下载:
  2. 经典的C语言程序的算法代码,水仙花数,素数,排序,比较等等应有尽有,值得收藏。-The classic algorithm C language program code, daffodils number, prime number, sort, compare, and so everything worth collecting.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:11588
    • 提供者:liuxaing
  1. Number-of--Narcissus

    0下载:
  2. 其中,包含了水仙花数的遍历算法,以及相关的源程序,可以输出3到30位的水仙花数-his contains a number of traversal algorithm daffodils, and the related source code, you can output 3-30 Number of daffodils
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:161316
    • 提供者:魏南琛
  1. flower

    0下载:
  2. 求水仙花数的源码,vs文件,已经编译。可以帮助复习算法。-The source seeking a few daffodils
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3108249
    • 提供者:Haocheng Wen
  1. c-100

    0下载:
  2. C语言经典算法一百例,其中含有 水仙花书 等算法-Classical algorithm one hundred cases of the C language, which contains algorithms, such as daffodils book
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6832
    • 提供者:里昂
  1. daffodil

    0下载:
  2. 1、一个三位数是否为水仙花数 2、两个数范围里有几个水仙花数-1、judge a three-integer number 2、count daffodil numbers between two limists
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:847
    • 提供者:oky
  1. my-dear-c-language-design

    0下载:
  2. 关于一个在C语言环境下求一个100之内的最大的水仙花数-in order to find a special number that it is the maxinum number from 1 to 100
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1401
    • 提供者:chuck chan
  1. Vec_ount

    0下载:
  2. 水仙花 最大序列和 最小序列和 各种排序算法 判断一个数的二进制中1的个数-Daffodils largest sequence and minimal sequence and various sorting algorithms to determine a number of binary number
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:6617
    • 提供者:刘基
  1. example-program

    0下载:
  2. 里面有50例经典算法,其中包括水仙花素,兔子的繁殖等古典问题的求解-There are 50 cases of classic algorithms, including daffodils prime, rabbit breeding classical problem solving
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:39178
    • 提供者:张洛声
  1. DaffodilsNumber

    0下载:
  2. 用C语言计算出21位的水仙花数(3分钟内)。-21 of daffodils (3 minutes) is calculated using C language.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:14531
    • 提供者:赢在企鹅
  1. cPP-experience

    0下载:
  2. c++课程学习,涵盖c++学习的所有基本实验!含有求水仙花数、完数、类与对象、继承与派生等!-c++ course of study, experiments largest integrated!
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:271700
    • 提供者:刘金星
  1. OJ-Template

    0下载:
  2. 判断一个数字区间内有多少个水仙花数字,并有判断实例-Determine how many daffodils figures within a range of numbers, and determine instances
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3946343
    • 提供者:杨钦贺
  1. 499890

    0下载:
  2. 此程序为hdu的acm2010题,就是解决水仙花数问题()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:XXhawj%2B737
搜珍网 www.dssz.com