-
jdrda
Source code Image matching source code for image matching
- 2018-12-31 05:02:48下载
- 积分:1
-
9876567
在框架中获得当前文档指针,VC++精选编程学习源码,很好的参考资料。(Get the current document pointer in the framework, VC++ select learning programming source code, a good reference.)
- 2013-12-01 21:45:55下载
- 积分:1
-
dsp-signal-transform
dsp信号处理模板,实现信号处理图形化,可自由扩展功能(dsp signal transform )
- 2012-01-08 20:33:09下载
- 积分:1
-
boyishu
博弈树,是数据库课程中非常重要的一个编程程序。里面的编程思想非常适合初学者(Game tree, which is the database course a very important programming procedures. Inside the programming ideas for beginners)
- 2013-03-23 10:03:42下载
- 积分:1
-
visual c++从初学到精通源代码
说明: 这是电子工业出版社出版,吕兵编著的visua c++从初学到精通一书中的全部程序源代码,书中涵盖了数据库编程、图像编程,windows消息机制,(This book is written by LvBing ,published by electronic industry press,introduce method in database ,image process ,message map)
- 2020-06-01 11:11:55下载
- 积分:1
-
VCPP-QrCode
Vc++ 6.0 qrcode二维码代码封装,希望有帮助
- 2014-02-11 16:23:06下载
- 积分:1
-
adhoc-network
对学习AD HOC网络很有帮助的一些电子文档,可以了解此网络的基本原理和一些协议之间的比较,以及改进。大家看看肯定会有所帮助哦(The study of electronic document helpful AD HOC network)
- 2012-03-10 20:31:57下载
- 积分:1
-
CSharp_SerialPort
C# 串口通信源码示例,老外写的,非常精美。(Serial Communication C# source code examples, written by foreigners, very fine.)
- 2012-09-26 10:25:26下载
- 积分:1
-
QQLogin
QQ登录器VC源码,很好很强大的源码(QQ login VC-source browser, a good strong source)
- 2008-07-03 19:21:31下载
- 积分:1
-
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