-
很不错的VC资料,有价值哦。
很不错的VC资料,有价值哦。-VC very good information, valuable oh.
- 2023-08-25 21:25:06下载
- 积分:1
-
c program
c program
- 2022-01-26 18:22:24下载
- 积分:1
-
evc下实现指定格式的文件读取,点击按钮可以实现。
evc下实现指定格式的文件读取,点击按钮可以实现。-EVC to achieve the specified file to read, click the button can be achieved.
- 2022-12-18 07:20:03下载
- 积分:1
-
MFC深入浅出第二版的随书配套源代码,C++环境下就可以运行
MFC深入浅出第二版的随书配套源代码,C++环境下就可以运行-MFC in layman
- 2023-04-28 09:50:04下载
- 积分:1
-
简单的媒体播放器
简单的媒体播放器-simple media player
- 2023-03-24 04:50:04下载
- 积分:1
-
select机制
windows下以阻塞的方式读取或接受数据,串行模式接收数据,多路复用机制,实现了多个客服端发送数据,一个服务器接收数据,高效处理小于1024个客服端数据
- 2022-03-06 04:02:57下载
- 积分:1
-
在权值不同的图中寻找一个最小生成树的问题
在权值不同的图中寻找一个最小生成树的问题-different weights in the map to find a minimum spanning tree problem
- 2022-03-15 19:32:13下载
- 积分: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
-
注释宏
注释宏-Grace Notes
- 2022-03-10 02:52:03下载
- 积分:1
-
EVC compiler under wince5.0sdk passed, this process achieved a wince under the b...
wince5.0sdk下evc编译通过,本程序实现了wince下bmp图片的加载和显示-EVC compiler under wince5.0sdk passed, this process achieved a wince under the bmp image to load and display
- 2023-02-01 03:25:02下载
- 积分:1