搜索资源列表
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.
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