搜索资源列表
FluidPipelineSimulinkModels
- 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
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
Fig.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.
Fig.3
- Stud. Appl. Math. 118, 153-197 (2007)关于孤子的位图,figure3-Stud. Appl. Math. 118, 153-197 (2007) on the soliton bitmap, figure3
Fig.5
- 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
Fig.6
- 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.
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
TestAlgorithm
- 求花朵数的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的每个取值,可能有多个数字满足条件。
HuaDuoTree_Algorithm
- 一个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
c
- 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 =
shiyanyi
- 建立一个命令M-文件:求所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。例如,153是一个水仙花数,因为153=13+53+33。-set a shuixian m_file
s_p153
- modern control systems lesson book (Dorf) page 153 problem solution matlab simulink