-
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
-
ado
ado基本操作,缺少查询操作,可自由添加(ado basic operations, the lack of query operation, are free to add)
- 2010-07-05 18:43:08下载
- 积分:1
-
luckyProgram
自用的摇号软件,C++实现的,有很多不足之处。大家一起改进吧,亲们(my test program for lucky)
- 2016-11-04 13:21:45下载
- 积分:1
-
VB_numberical_codes
VB常用数字计算方法代码集合,功能齐全,内容丰富,是VB学习者的好帮手。(VB code calculation methods commonly used digital collection, full-featured, rich in content, is a good helper VB learner.)
- 2013-11-06 15:41:52下载
- 积分:1
-
READING_CSV_FILE
reading a CSV file from DOS Window
- 2014-02-19 17:21:42下载
- 积分:1
-
calculator2183036172010
code for c++ this can help to understand c++
- 2011-05-17 16:19:54下载
- 积分:1
-
家庭财务程序开发
说明: vb.net编写的 家庭财务程序开发.rar
可以做课程设计用哦(vb.net prepared by the family financial development. Rar curriculum design can be done with oh)
- 2005-11-03 15:46:21下载
- 积分:1
-
65358
** sBackUpfileName 恢复后的数据库存放目录
** sDataBaseName 备份的数据名
** sIsAddBackup 是否追加到备份文件中
**说 明:引用Microsoft ActiveX Data Objects 2.x Library
**模 块 名:frestoredatabase_a
**描 述:恢复数据库,返回出错信息,正常恢复,返回""
**调 用:frestoredatabase_a "备份文件名","数据库名"
**参数说明:
** sDataBasePath 恢复后的数据库存放目录
** sBackupNumber 是从那个备份号恢复
** sReplaceExist 指定是否覆盖已经存在的数据
**说 明:引用Microsoft ActiveX Data Objects 2.x Library
">
- 2013-08-22 09:58:50下载
- 积分:1
-
vc6.0-ADO-for-MDB
visual c++访问mdb格式access数据库,基于ADO(Visual C++ Access mdb format access , based on ADO)
- 2016-10-30 06:41:41下载
- 积分:1
-
Zgda2
说明: 随着业务的不断发展,公司员工的不断增加,职工档案及工资的管理已经成为公司管理中的重要部分,传统的管理制度已经不能有效地管理员工的情况。本系统是为了方便职工档案的管理而开发的基于Visual C++的数据库应用软件。(With the continuous development of business, the continuous increase of employees, the management of employees' archives and wages has become an important part of the management of the company. The traditional management system can not effectively manage the situation of the employees. This system is a database application software developed on the basis of Visual C++ for the convenience of staff files management.)
- 2018-04-28 10:49:37下载
- 积分:1