文件名称:shiyan5
介绍说明--下载内容均来自于网络,请自行研究使用
程序接收由用户键入的数N,根据给定的N值,计算Fibonacci数。
Fibonacci数的定义如下:
FIB(1)=1
FIB(2)=1
FIB(N)=FIB(N-2)+FIB(N-1) N>=3-Typed by the user program receives the number N, according to the given value of N, calculate the Fibonacci numbers. Fibonacci numbers are defined as follows: FIB (1) = 1 FIB (2) = 1 FIB (N) = FIB (N-2)+ FIB (N-1) N> = 3
Fibonacci数的定义如下:
FIB(1)=1
FIB(2)=1
FIB(N)=FIB(N-2)+FIB(N-1) N>=3-Typed by the user program receives the number N, according to the given value of N, calculate the Fibonacci numbers. Fibonacci numbers are defined as follows: FIB (1) = 1 FIB (2) = 1 FIB (N) = FIB (N-2)+ FIB (N-1) N> = 3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shiyan5.asm