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

搜索资源列表

  1. FluidPipelineSimulinkModels

    0下载:
  2. These Simulink blocks contain transfer functions that model the pressure and flow transients for axisymmetric 2D viscous flow of a compressible fluid in a straight rigid circular cross section pipelines. Three models are available: (1) pressure
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.39kb
    • 提供者:leiming691128
  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
    • 文件大小:1.24kb
    • 提供者:scf
  1. Fig.2

    0下载:
  2. Stud.Appl.Math.118,153-197(2007)关于孤子的一篇文章,这里是figure2的编程图。-Stud.Appl.Math.118 ,153-197 (2007) on the soliton in an article, here is figure2 programming map.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:3.07kb
    • 提供者:林云
  1. Fig.3

    0下载:
  2. Stud. Appl. Math. 118, 153-197 (2007)关于孤子的位图,figure3-Stud. Appl. Math. 118, 153-197 (2007) on the soliton bitmap, figure3
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.32kb
    • 提供者:林云
  1. Fig.5

    0下载:
  2. Stud. Appl. Math. 118, 153-197 (2007)关于solitons的一篇文章,位图figure5的编程-Stud. Appl. Math. 118, 153-197 (2007) on the solitons in an article, bitmap figure5 Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2.64kb
    • 提供者:林云
  1. Fig.6

    0下载:
  2. Stud. Appl. Math. 118, 153-197 (2007)关于solitons的一篇文章,figure6的编程,主要是运用牛顿迭代法进行数值模拟的。-Stud. Appl. Math. 118, 153-197 (2007) on the solitons in an article, figure6 programming, primarily using Newton' s iterative method of numerical simulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2.87kb
    • 提供者:林云
  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
    • 文件大小:2.87kb
    • 提供者:庄志聪
  1. TestAlgorithm

    0下载:
  2. 求花朵数的JAVA代码实现 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.51kb
    • 提供者:谷琼
  1. HuaDuoTree_Algorithm

    0下载:
  2. 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。 程序的任务是:求N=2
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.7kb
    • 提供者:谷琼
  1. c

    0下载:
  2. Armstrong数具有如下特征:一个n位数等于其个位数的n次方之和。如: 153=13+53+33 1634=14+64+34+44 找出2、3、4、5位的所有Armstrong数。-Armstrong number has the following characteristics: a n digits equal to its n-th power, and in the single digits. Such as: 153 = 13+53+33 1634 =
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:170.13kb
    • 提供者:franda
  1. shiyanyi

    0下载:
  2. 建立一个命令M-文件:求所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。例如,153是一个水仙花数,因为153=13+53+33。-set a shuixian m_file
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:3.02kb
    • 提供者:刘利
  1. s_p153

    0下载:
  2. modern control systems lesson book (Dorf) page 153 problem solution matlab simulink
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:8kb
    • 提供者:Muhammet
搜珍网 www.dssz.com