-
how_many_fibs
Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1 + fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. (Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. )
- 2009-11-27 15:18:02下载
- 积分:1
-
这是一个基于CSocket类的点对点文件传输系统。
这是一个基于CSocket类的点对点文件传输系统。-This is a CSocket-based class system, peer-to-peer file transfer.
- 2023-08-15 13:00:02下载
- 积分:1
-
floatundisf
Describes how to interpret the alpha compoent of a pixel.All pixels have their alpha premultiplied in their color components. This is the natural format for the rendering target pixels.
- 2015-10-23 10:16:54下载
- 积分:1
-
Cplusplus
C++程序设计编程,贝尔实验室著,电子版PDF(C++ program design programming, with Bell Labs, the electronic version in PDF)
- 2013-10-28 14:01:15下载
- 积分:1
-
获取Internet服务器的时间,获取Internet服务器的时间
获取Internet服务器的时间,获取Internet服务器的时间 -Access to Internet time server, access to Internet time server
- 2022-04-24 05:36:30下载
- 积分:1
-
sph1d.tar
Python implementation of 1D SPH schemes
- 2013-11-28 06:17:15下载
- 积分:1
-
将图片以网页的形式在MFC 多文档程序中浏览。
将图片以网页的形式在MFC 多文档程序中浏览。-use mfc view the pictures in the form of html.
- 2022-07-21 13:17:15下载
- 积分:1
-
crc校验法例子代码
crc校验法例子代码-crc check law code examples
- 2023-01-02 03:05:04下载
- 积分:1
-
在对话框内显示html的程序
在对话框内显示html的程序- Demonstrates html in the dialog box the procedure
- 2022-03-20 14:10:50下载
- 积分:1
-
Moving-Object-Detection-and-Tracking
extracting background Bit-layer(A method of achieving background is presented
which detect the moving object with statistics from complex
scene. Compared with other methods of achieving image
background, this approach can achieve and update
simultaneously background. The method of moving object
detection has the advantages of simplicity in computation,
strong resistance to noise. The state transition matrix and
observation matrix of Kalman filter are then defined to track
the detected object. The experiment indicates that the method
proposed has stability of forecast.)
- 2012-11-27 15:56:19下载
- 积分:1