-
MOTIONTEST(opencv)
目前发现最好的一个移动目标检测,同时已经转换为VS2010项目,并成功测试,用USB摄像头,检测移动物体,基于opencv(Discover the best one currently moving target detection, and has been converted to a VS2010 project and successfully tested with USB camera to detect moving objects, based on opencv)
- 2013-09-05 23:52:15下载
- 积分:1
-
CADOPIC
数据库开发的ado连接,包括存入图像,读取图像的方法,值得入门的学习下(Ado connection database development, including into the image, read the image, it is worth to study the entry)
- 2010-10-23 16:00:43下载
- 积分:1
-
Shareaza_2.4.0.0_Source
说明: Shareaza的最新开源代码。一款在国外评价极高并且相当流行的P2P软件(简称Raza),它集合了eDonkey、Guntella(1和2)和BT四种流行P2P网络类型,并可以用于Http下载,该版本中加入了FTP下载,由于其优秀的界面(支持换肤)、简洁的操作以及极强的可制定性,所以在国外广为流传,其评价已跃居所有P2P软件的前5之列,并且许多P2P的下载站点已将其指定为BT的官方下载工具!(Shareaza s latest open-source code. A very high rating in foreign countries and has been reasonably popular P2P software (Raza), it combines the eDonkey, Guntella (1 and 2) and BT four popular P2P network type, and can be used to Http download, this version added FTP download, because of its excellent interface (skin support), simple operation and can develop very strong, so popular in foreign countries, and its evaluation of all the P2P software has leapt to the top 5 list, and many of the P2P download sites have been designated as the official BT download tool!)
- 2008-11-30 14:04:01下载
- 积分:1
-
ime-coding
介绍windows输入法编程的书籍 对学习输入法有所帮助(Introduction windows programming books IME input method for learning to help)
- 2013-09-27 11:47:16下载
- 积分:1
-
TSiP_win
复杂环境下无人机的路径规划,用rrt和a*算法实现,在qt开发环境下编译。(Complex environment UAV path planning with rrt and a* algorithm, compiled under qt development environment.)
- 2014-03-10 22:54:29下载
- 积分:1
-
11111111
最近几年,社会上地理信息系统和电子地图技术越来越受到大家的关注,很多单位和个人都投入了大量的人力和物力进行了相关的设计开发。在这些实际的开发问题中,我想就公交车换乘自动查询系统的核心算法的设计和分析做一个不成体统的研究,还希望同志们能帮我指正错误,帮助提高。(In recent years, the community of GIS and digital map technology is receiving increasing attention to the U.S., many units and individuals have invested considerable human and material resources to carry out the relevant design and development. In the development of these practical issues, I would like to change bus system automatically query the core of algorithm design and analysis不成体统to do a study, and also hope to help my comrades error correction to help improve.)
- 2007-09-23 03:14:44下载
- 积分:1
-
HIDEPROCESS
驱动隐藏进程源码 通过 SSTD 实现(Driver hidden processes the source code)
- 2016-12-05 15:55:54下载
- 积分:1
-
serial
该源码为平时所用的串口调试工具的源码,效果还是挺不错的(The source is usually used for serial debugging tools, source code, the effect is very good)
- 2011-07-16 20:45:30下载
- 积分:1
-
vc_split
VC++中,用CSplitterWnd切分窗口的实例程序,程序简单,应该可以一目了然了。(A project of VC++ is provided. It s a demo for dividing one window into several parts. This demo code uses CSplitter)
- 2010-05-16 15:10:29下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1