摘要: 1.什么是fibonacci数列 斐波那契数列(Fibonacci sequence),又称黄金分割数列,因数学家莱昂纳多·斐波那契(Leonardo Fibonacci)以兔子繁殖为例子而引入,故又称为“兔子数列”,指的是这样一个数列:0、1、1、2、3、5、8、13、21、34、……在数学上,斐 阅读全文
posted @ 2021-11-03 16:37 WWWKnight 阅读(39) 评论(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) 阅读全文
posted @ 2021-11-03 12:25 WWWKnight 阅读(13) 评论(0) 推荐(0)