-
根据所接收的值,程序可以在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 的 apriori 算法
这是一个 web 服务的 asp 使用 apriori 算法和用于派生的关联规则,我们可以用在许多市场购物篮分析、 银行等,也是非常重要的数据挖掘和其各自的部门
- 2022-03-23 14:20:36下载
- 积分:1
-
《Visual C++.NET 精彩编程百例》源代码
《Visual C++.NET 精彩编程百例》源代码
- 2022-03-11 06:29:43下载
- 积分:1
-
十六进制不再陌生了
十六进制不再陌生了-hexadecimal no longer a stranger
- 2022-07-21 15:15:58下载
- 积分:1
-
200多个windows xp系统注册表文件,你肯定能用得着!
200多个windows xp系统注册表文件,你肯定能用得着!-More than 200 windows xp system registry file, you can certainly Yongde Zhao!
- 2023-01-30 10:55:03下载
- 积分:1
-
让delphi获得cmd执行后的返回数据显示出来.
让delphi获得cmd执行后的返回数据显示出来.-Let delphi access to post-implementation return cmd data displayed.
- 2022-04-01 06:51:25下载
- 积分:1
-
与在 WindowsForms 编写的程序中创建的图形
VC + + 在 OpenGL 中绘制机器人机械手 (OpenGL-c + +) — — 使用基于 OpenGL 对话框编制本程序......开发使用 OPEN GL 基于仿真的 VC + + 6.0 的机械臂运动程序 (OpenGL-Visual c + +)-原始的发展建立了在 VC + + 环境 v......OpenGL (OpenGL-c + +)-一个 OpenGL 实现地图地图可以显示纹理的纹理......
- 2022-05-20 14:36:52下载
- 积分:1
-
Multi thread TCP/IP communication protocol
Multi thread TCP/IP communication protocol
- 2022-10-31 21:05:03下载
- 积分:1
-
视觉辅助X线+开发环境插头
Visual Assist X 是vc++开发环境的插件,利用此插件可方便我们的输入,当你输入系统的环境变量时,便会显示出词条供你选择。-Visual Assist X is vc++ Development environment plug-ins, plug-ins can use this input to help us, when you enter the system environment variable, will show that for the term you choose.
- 2022-07-04 20:02:42下载
- 积分:1
-
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进...
自己写的一个演示伙伴算法内存分配的程序,不过性能不是很好,有兴趣的朋友可以加以改进-himself wrote a demonstration of the partnership algorithm memory allocation procedures, but performance was not very good. Interested friends can be improved
- 2022-07-20 02:14:46下载
- 积分:1