-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
在卡耐基网站上和教材配套使用的ssd1的选择题答案。
在卡耐基网站上和教材配套使用的ssd1的选择题答案。-In the Carnegie Web site and educational materials supporting the use of the multiple-choice answers to the ssd1.
- 2022-10-02 17:35:03下载
- 积分:1
-
code想要的就自己下载 功能不强
code想要的就自己下载 功能不强-code
- 2022-03-04 05:37:33下载
- 积分:1
-
C语言描述算法 循环链表的操作
完成以下对循环链表的操作:建立空循环链表;插入新元素;扫描输出循环链表中的元素;在包含x的元素前插入新元素b;删除包含x的元素;
- 2023-08-04 09:10:02下载
- 积分:1
-
vc24小时学习教程 一本适合新手的教程 让你24个小时对VC有个比较深刻的认识。很不错
vc24小时学习教程 一本适合新手的教程 让你24个小时对VC有个比较深刻的认识。很不错-vc24-hour tutorial to learn a new tutorial for you 24 hours of VC has a relatively deep understanding. Very good
- 2022-11-16 05:15:04下载
- 积分:1
-
一个通讯录源代码,里面有很好的数据库连接方法
一个通讯录源代码,里面有很好的数据库连接方法-a directory source code, there are a good method of database connection
- 2023-06-28 12:40:03下载
- 积分:1
-
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性-A hard drive serial number on the time of the procedure, the serial number used to identify the uniqueness of the host
- 2022-01-24 18:57:05下载
- 积分:1
-
书上的例子,是本人在学习过程中的作品,上传给大家学习学习...
书上的例子,是本人在学习过程中的作品,上传给大家学习学习-book on the case, I was in the learning process works, we upload to learn from
- 2022-09-07 07:55:02下载
- 积分:1
-
一个用VC写的windows弹球游戏。
一个用vc写的windows弹球游戏。-a written using vc windows pinball games.
- 2022-03-23 00:30:10下载
- 积分:1
-
vc painting with flame effect. Man appears realistic. Dong good and doing well,...
用vc画火焰效果。看起来满逼真。不错的冬冬,做的不好,请多原谅!-vc painting with flame effect. Man appears realistic. Dong good and doing well, please forgive!
- 2023-08-27 19:20:04下载
- 积分:1