-
背单词的小程序,界面不错
背单词的小程序,界面不错-back word of small procedures, good interface
- 2022-05-08 22:41:44下载
- 积分:1
-
repaint the window to avoid the type scintillation
在窗口中重绘时避免闪烁的类-repaint the window to avoid the type scintillation
- 2023-01-10 02:40:09下载
- 积分:1
-
自编的多线程查找文件源码,另外还具有常用网站收录,管理,分类功能...
自编的多线程查找文件源码,另外还具有常用网站收录,管理,分类功能-Written and directed the multi-threaded source Find documents also included with a common site, management, classification of functional
- 2022-04-22 01:44:46下载
- 积分:1
-
example of C# program, program is example layered application
example of C# program, program is example layered application
- 2023-01-28 03:10:04下载
- 积分:1
-
Calculation of the window coordinates
计算窗口坐标-Calculation of the window coordinates
- 2022-03-10 11:43:22下载
- 积分:1
-
发牌程序,可以将52张牌每次随机发给4个人
发牌程序,可以将52张牌每次随机发给4个人-The licensing procedure, can be 52 licenses for each individual were randomly distributed to 4
- 2023-02-18 01:35:04下载
- 积分:1
-
Classic books
经典书籍 《PROGRAMMING+IN+C++》中文教程chapter4-6-Classic books
- 2022-07-19 09:38:30下载
- 积分:1
-
拟实现银行帐户 拟实现银行帐户 拟实现银行帐户
拟实现银行帐户 拟实现银行帐户 拟实现银行帐户 -拟实现银行帐户
- 2022-02-05 02:16:51下载
- 积分:1
-
ssl证书管理模块
ssl证书管理模块-ssl certificate management module
- 2022-03-05 18:43:58下载
- 积分: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