-
Camshift
CAMSHIFT的多目标跟踪isMHI结合CAMSHIFT的多目标跟踪(CAMSHIFT的多目标跟踪)
- 2010-09-13 15:57:58下载
- 积分:1
-
c-danhaojiang-2
C语言程序设计(第二版谭浩强),让大家从c的基础开始学习(C programming language (second edition of Tan Haoqiang), so that we began to learn the basis of C)
- 2015-04-15 22:40:22下载
- 积分:1
-
MFC
深入浅出MFC第二版,候俊杰著,适合深入研究的开发人员,不建议初学者(MFC easy, second edition, Hou Junjie book, suitable for in-depth study of the developer is not recommended for beginners)
- 2013-04-27 19:26:56下载
- 积分:1
-
VcPP--zip.
关于C语言中运算符和关系表达式的内容,及各式例题(Content on the C language operators and relational expressions, and various examples)
- 2014-03-27 13:26:35下载
- 积分:1
-
The-CPP-PL
C++ 之父作品,据说是学习C++最好的教程,里面有C++的最新内容标准。(C++ programming language is write by the father of C++, it s said that the book is the most useful book to learn C++.)
- 2013-11-19 10:21:02下载
- 积分:1
-
HotKey
通过VS2010建立一个MFC对话框程序,通过这个对话框程序来体现热键的开发过程,简单易懂(By establishing a VS2010 MFC dialog procedures, through this dialog box to reflect the hotkey program development process, easy to understand)
- 2013-11-03 15:56:22下载
- 积分:1
-
VCdll
说明: Vc++动态链接库实例讲解,很好的书籍,帮助初学者很快入门。(Vc++ dynamic link library examples to explain, very good books to help beginners started quickly.)
- 2010-03-23 00:20:29下载
- 积分:1
-
PuKeAdd
说明: MFC做的随机选取4张牌求和,很简单,没难度,纯属娱乐!(MFC done randomly selected four licensing summation, very simple, not difficult, purely entertainment!)
- 2008-10-15 13:25:44下载
- 积分:1
-
《C++编程思想》英文版
说明: 《C++编程思想》 英文版本 第二版(Thinking in C++ English Version Two)
- 2019-03-07 20:17:44下载
- 积分:1
-
VC++ 使用TRY-THROW-CATCH结构捕获处理异常
VC++ 使用TRY-THROW-CATCH结构捕获处理异常,在编辑框中,要求输入100~500之间的整数,如果超过边界,认为是异常,使用TRY CATCH结构捕获处理异常,异常测试代码如下:
UpdateData(true);
try//捕获异常
{
if(m_num>500)
throw 1;//抛出异常
if(m_num
- 2023-07-20 04:55:03下载
- 积分:1