摘要: 斐波那契数列又因数学家列昂纳多·斐波那契以兔子繁殖为例子而引入,故又称为“兔子数列”。using System;using System.Collections.Generic;namespace NET.MST.Thirteenth.Phabe{ /// <summary> /// 使用Phabe类型 /// </summary> class MainClass { static void Main(string[] args) { //计算第50个元素 Console.WriteLine("第50个元素是:{0}", Phabe.Get 阅读全文
posted @ 2011-05-26 21:51 brainmao 阅读(1406) 评论(0) 推荐(0) 编辑