-
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
-
For循环用法例子
For循环用法例子,利用vb编程实现,基础入门教学代码。(xample of For loop usage)
- 2018-04-26 11:58:06下载
- 积分:1
-
CheckSum
可以快速计算文件的CRC32校验值,主要用于bin和hex、rom文件的校验。(It can quickly calculate the CRC32 check value of files, mainly used for the check of bin, hex and ROM files.)
- 2021-04-10 15:58:59下载
- 积分:1
-
5649
再发一个文字滚动,基于VB代码,很不错的VB源码,适合VB爱好者学习研究。(And then send a text to scroll through the VB code, it is a good VB source code for VB lovers learn.)
- 2012-04-12 17:01:20下载
- 积分:1
-
LPC2368NORFlash
详细编写了大容量FLASH的代码,可以作为参考示例(The preparation of a large capacity FLASH code can be used as the reference sample)
- 2012-07-16 15:17:04下载
- 积分:1
-
43567897
VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
- 2013-08-13 23:34:07下载
- 积分:1
-
遗传算法控件
对于学习遗传算法,并使用vb 语言来编程的用户,会大有帮助的。(for studying genetic algorithm, and use Visual Basic programming language to the user, it will be of great help.)
- 2005-05-13 17:21:49下载
- 积分:1
-
qichekaiti
汽车零部件管理开题报告,有价值可供大家参考,更多论文请见www.bysjaid.com(Car parts management opening report, valuable for your reference, more papers see www.bysjaid.com)
- 2013-10-23 16:32:08下载
- 积分:1
-
acess
利用NET读取ACCESS,系统安装时自动配置(ACCESS read by NET)
- 2011-06-11 22:43:09下载
- 积分:1
-
VBCRC16
自己做的CRC16校验例子,输入16进制数据,数据之间用空格,得到校验字节(The CRC16 checksum own example, enter the hexadecimal data, with a space between the data check byte)
- 2012-10-12 08:45:27下载
- 积分:1