摘要: This is the final part of the series, where the details of the code that works on the big integer type to generate Fibonacci sequences are discussed.With all the basic operations on the big integer type having been elaborated in the package and available for use, the main program can directly use th 阅读全文
posted @ 2011-12-10 14:40 quanben 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Now it goes the implementation of the package.Some points about the design. Firstly the structure of the number is more clear to see here. As is said in the previous post, components of the number are represented by cells of the array. However, in regards to the maximum magnitude each component hold 阅读全文
posted @ 2011-12-10 11:50 quanben 阅读(222) 评论(0) 推荐(0) 编辑