-
C++中拷贝构造函数、临时对象、深拷贝和浅拷贝案例源码,动手做实验,深入理解C++copy...
C++中拷贝构造函数、临时对象、深拷贝和浅拷贝案例源码,动手做实验,深入理解C++copy-C++ copy constructor, temporary objects, deep copy and shallow copy of case source code, hands-on experiments, in-depth understanding of C++ copy
- 2023-02-03 09:05:04下载
- 积分:1
-
模拟Windows中的计算器,可进行数值计算。
模拟Windows中的计算器,可进行数值计算。-simulation of the Windows calculator, can be calculated.
- 2022-08-19 09:27:35下载
- 积分:1
-
the base pargram with C++ and How to use circle.
使用C++的基本的开发和使用,圈的使用方法-the base pargram with C++ and How to use circle.
- 2022-02-21 22:14:38下载
- 积分:1
-
VCLZip控件的经典使用全集。可以通过VCLZip控件提供的方法、属性实现Zip压缩文件的制作,实现类似WinZip软件的功能。...
VCLZip控件的经典使用全集。可以通过VCLZip控件提供的方法、属性实现Zip压缩文件的制作,实现类似WinZip软件的功能。-All classical classes of control VCLZip. It use to develop Zip compress file software with it s functions and properties provided, likes WinZip functions.
- 2022-03-22 03:04:55下载
- 积分:1
-
WINCE5.0 under the camera driver, camera chip for the OV9650.
WINCE5.0下的摄像头驱动程序,摄像头芯片为OV9650.-WINCE5.0 under the camera driver, camera chip for the OV9650.
- 2023-03-20 07:00:04下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
心得一
心得一----窗口风格类型,1.实验目的
(1)熟悉应用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口。
(2) 尝试改变窗口风格。
-experience a style of window-type, 1. Experiment (1) familiar with the application windows API programming entry, to prepare a simple Windows application procedures, the establishment of the window. (2) to try to change the window style.
- 2022-03-17 15:51:50下载
- 积分:1
-
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,...
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,并不是什么都没学到,把它贴在这也是希望能有高手可以给我指点啊-Written by the hotel management system, although very rough, not very stable, but it can also be considered for such a long time I studied computer achieved a little bit, maybe it sounds a bit ridiculous, but occasionally get to see it they can feel a little bit of satisfaction, is not nothing to learn, it is also posted on the hope that you can give me advice ah
- 2023-04-22 12:30:04下载
- 积分:1
-
嵌入式系统的万年历,用C写的,仅仅供参考使用
嵌入式系统的万年历,用C写的,仅仅供参考使用-Calendar of embedded systems, written with C, just for reference use
- 2022-02-05 20:07:44下载
- 积分:1
-
classic C Programming Language (The writer is a C
经典的C语言编程(作者是C语言开发者Kernighan和Ritchie)-classic C Programming Language (The writer is a C-language development were Kernighan and Ritchie)
- 2022-06-28 22:14:29下载
- 积分:1