2021年11月6日
摘要: 一、fibnacci数列又称为斐波那契数列(Fibonacci sequence),又称黄金分割数列,因数学家莱昂纳多·斐波那契(Leonardo Fibonacci)以兔子繁殖为例子而引入,故又称为“兔子数列”,指的是这样一个数列:0、1、1、2、3、5、8、13、21、34、……在数学上,斐波那 阅读全文
posted @ 2021-11-06 18:29 20211422王俊凯 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Write "Enter the new base" Read newBase Write "Enter the number to be converted" Read decimalNumber Set quotient to 1 WHILE (quotient is not zero) Set 阅读全文
posted @ 2021-11-06 15:27 20211422王俊凯 阅读(42) 评论(0) 推荐(0) 编辑