-
根据所接收的值,程序可以在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
-
Fast Fourier Transform and its inverse transform, call only need to change the c...
快速傅立叶变换及其反变换,调用时只需要将改代码加入到项目当中即可-Fast Fourier Transform and its inverse transform, call only need to change the code when adding to the project which can
- 2022-02-05 16:27:01下载
- 积分:1
-
- 2022-05-27 00:29:35下载
- 积分:1
-
速达软件测试程序
速达软件测试程序-Jacky testing procedures
- 2022-07-15 02:40:05下载
- 积分:1
-
两台机器之间的串口通讯:是本人用vc开发的一款可以进行两台机器之间通讯的小程序...
两台机器之间的串口通讯:是本人用vc开发的一款可以进行两台机器之间通讯的小程序-between the two machines serial communication : I used vc development of the two new machines can be communication between the small program
- 2022-01-22 07:35:23下载
- 积分:1
-
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序...
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
- 2022-04-28 05:06:37下载
- 积分:1
-
考试系统
简单的考试系统,实现最基本的考试功能,
本系统通信采用Socket编程,该通信方式在简单、准确性和运行速度方面有其优势;前台采用Eclipse作为主要开发工具,可与JDK无缝链接。
系统开发平台:Eclipse
系统开发语言:Java
通信方式:Socket
服务器功能模块:通信功能、试题处理。
客户端功能模块:主要是界面设计,通信功能,试题事件处理,
- 2023-08-08 11:45:05下载
- 积分:1
-
2410, Nicholson, AD
2410下,wince下,AD驱动程序,对开发很有用-2410, Nicholson, AD-driven procedures, the development of useful
- 2022-02-13 01:02:37下载
- 积分:1
-
用ATL COM组件的示例程序完成
用ATL完成com组件的示例程序-with ATL completed com Component Sample program
- 2022-02-02 18:45:03下载
- 积分:1
-
基于Delphi7的数据库管理系统
利用Delphi7设计一个可视化的数据库管理系统,数据库使用Sql Server,基本功能有数据的增加、删除和修改以及数据的查询!本数据库中存储的是电脑零部件数据,包括主机,内存,显示器等等。
- 2022-05-05 12:02:52下载
- 积分:1