文件名称:Fibonacci-sequence
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-01-01
- 文件大小:
- 3.17mb
- 下载次数:
- 0次
- 提 供 者:
- themost*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
此程序为C++语言的程序,可以输出斐波那契数列,特点是采用线性表的数据结构处理加法运算,对每一位数进行运算,并进位,解决了由于int或long int甚至unsigned long int(0~2^32-1=4294967295)的精度范围限制,此算法的精度范围主要受项数n(int)的范围(1~2^31-1=2147483647)影响-This program is C++ language program, you can output the Fibonacci sequence, is characterized by a linear form using a data structure handling adder for each digit for computing, hand position, to resolve as int or long int or unsigned long int (0 to 2 ^ 32-1 = 4,294,967,295) limits the accuracy of the range, the accuracy range of the algorithm (1 to 2 ^ 31-1 = 2,147,483,647) is mainly affected by the number of n (int) range
(系统自动生成,下载前可以参看下载内容)
下载文件列表
高精度斐波那契数列算法\高精度斐波那契数列算法\Debug\高精度斐波那契数列算法.log
......................\......................\高精度斐波那契数列算法.cpp
......................\......................\Debug\高精度斐波那契数列算法.exe
......................\Debug\加法.exe
......................\高精度斐波那契数列算法\Debug\高精度斐波那契数列算法.obj
......................\......................\高精度斐波那契数列算法.vcxproj.filters
......................\......................\Debug\vc120.idb
......................\......................\.....\高精度斐波那契数列算法.ilk
......................\Debug\加法.ilk
......................\高精度斐波那契数列算法\Debug\高精度斐波那契数列算法.tlog\高精度斐波那契数列算法.lastbuildstate
......................\......................\.....\vc120.pdb
......................\......................\.....\高精度斐波那契数列算法.pdb
......................\Debug\加法.pdb
......................\高精度斐波那契数列算法\高精度斐波那契数列算法.sdf
......................\高精度斐波那契数列算法.sdf
......................\高精度斐波那契数列算法.sln
......................\高精度斐波那契数列算法.v12.suo
......................\......................\高精度斐波那契数列算法.v12.suo
......................\加法.v12.suo
......................\高精度斐波那契数列算法\Debug\高精度斐波那契数列算法.tlog\CL.read.1.tlog
......................\......................\.....\...........................\CL.write.1.tlog
......................\......................\.....\...........................\link.read.1.tlog
......................\......................\.....\...........................\link.write.1.tlog
......................\......................\高精度斐波那契数列算法.vcxproj
......................\......................\Debug\高精度斐波那契数列算法.tlog
......................\......................\Debug
......................\Debug
......................\高精度斐波那契数列算法
高精度斐波那契数列算法