-
根据所接收的值,程序可以在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
-
主要介绍ASP的结构,对于初学者而言不识为一本好书。
主要介绍ASP的结构,对于初学者而言不识为一本好书。-Describe the struct of ASP.NET, it a good reference for beginner of ASP.
- 2022-01-25 18:09:03下载
- 积分:1
-
(Windows programming practice
Windows NT2000编程实践-(Windows programming practice
- 2022-03-21 16:51:20下载
- 积分:1
-
DDE(动态数据交换)服务端接受VB元程序
DDE(动态数据交换)服务端接受VB元程序-DDE (dynamic data exchange) service-receiving element program VB
- 2023-05-24 19:30:03下载
- 积分:1
-
ADO DataReport操作师范.好东西。
ADO DataReport操作师范.好东西。-ADO DataReport Normal operation. Good thing.
- 2022-03-16 10:21:10下载
- 积分:1
-
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码...
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码-Source code for check memory leak in Delphi language,up to the minute version is 2.73,it is very useful tool.
- 2022-04-18 00:20:12下载
- 积分:1
-
我真的喜欢Windows编程直到Windows95来。我曾经憎恨…
当Windows95推出后,我才真正开始喜欢Windows编程。我一直痛恨使用Windows1.0、2.0、3.0和3.1来编程,尽管随着每一种版本的推出,这种憎恨都越来越少。当Windows95出现时,它彻底改变了我的思想,如同其他被征服的人的感觉一样――它看上去非常酷!那正是我所需要的。-I was truly loving windows programming until Windows95 come. I had being hating using Windows1.0,Windows2.0,Windows3.0 , Windows3.1 and etc. although the strength of hating was becoming little and little.It changed my idea from the bottom when windows come on,Just as the others feelings that it looks so cool and also i needed.
- 2023-01-09 19:50:04下载
- 积分:1
-
一个简单的Cpp源文件的着色程序,演示了文法识别等知识点。...
一个简单的Cpp源文件的着色程序,演示了文法识别等知识点。-a simple tracing the source of coloring process, demonstrated a knowledge of grammar identification points.
- 2022-07-07 09:01:14下载
- 积分:1
-
这是一个可以实现距离3 ~ 6km的通信程序,实现…
这个是一个可以实现3~6KM距离通讯的程序,实现过程都已经详细注释 硬件采用ADC得到原始数据 然后根据线路得编码情况得到数据
而且针对多节点 带了一个自适应的算法 这样就可以在总线上任意两个终端通讯-Can realize this is a distance of 3 ~ 6KM communications procedures, the realization of the process have been detailed notes ADC hardware used to be the raw data was then coded according to the situation of lines of data and for multi-node with an adaptive algorithm can then be in the bus on any two terminal communications
- 2022-01-26 06:19:35下载
- 积分:1
-
radius ping 工具,可供调试,使用简捷
radius ping 工具,可供调试,使用简捷-radius ping
- 2022-03-06 20:30:10下载
- 积分:1