Introduction - If you have any usage issues, please Google them yourself
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算
Packet : fibnum.zip filelist
Window.h
Dialog.h
FibNum.aps
FibNum.exe
FibNum.mak
FibNum.mdp
FibNum.rc
FIBNUM.RES
GenClass.h
Main.cpp
MainOld.cpp
MsgBox.cpp
MsgBox.h
resource.h
Window.cpp
Dialog.cpp
Image17.gif
Image14.gif
Image13.gif
Image18.gif
index.html
fibo.gif