-
VC++ doc
VC++教程
VC++入门code,有老师的讲解和文档说明
很全面-VC++ doc
- 2022-06-13 04:21:57下载
- 积分:1
-
带色彩的进度条编程
带色彩的进度条编程-color with the progress of the program
- 2022-09-17 16:35:02下载
- 积分:1
-
used for the development of 3D screen saver for your screen more of a personalit...
用gloop库开发的3D屏幕保护程序 为你 的 屏幕多一份个性吧-used for the development of 3D screen saver for your screen more of a personality it
- 2022-10-11 03:40:03下载
- 积分:1
-
Oracle OCI API封装类
Oracle OCI API封装类-Oracle OCI API Packaging Category
- 2022-07-13 08:52:09下载
- 积分:1
-
自定义的DatagridView控件,提供了常见的几种常见操作的自定义函数。
主要函数
GetValue:获取指定行和列的Cell Value
Se...
自定义的DatagridView控件,提供了常见的几种常见操作的自定义函数。
主要函数
GetValue:获取指定行和列的Cell Value
SetValue:设置指定行和列的Cell Value
-DatagridView custom controls, provides a common operation of some common self-defined function. The main function GetValue: access to the specified rows and columns of the Cell Value SetValue: Set the specified rows and columns of the Cell Value
- 2022-07-16 21:00:39下载
- 积分:1
-
用clistctrl作的可以对每一个表格项进行编辑的程序,涉及到很多方面的知识,...
用clistctrl作的可以对每一个表格项进行编辑的程序,涉及到很多方面的知识,-clistctrl used for the right can be a form for each item editing process, involving many aspects of knowledge, s
- 2023-01-10 15:50:04下载
- 积分:1
-
wince操作系统,sc2440的iic驱动程序。
wince操作系统,sc2440的iic驱动程序。-wince operating system, sc2440 driver of the IIC.
- 2022-05-13 22:05:44下载
- 积分:1
-
This procedure has been proven through multiple debugger to debug through as lon...
此程序通过多次调试 已经被证实可以调试通过 只要大家下载完后根据自己的硬件电路改写I/P口就是-This procedure has been proven through multiple debugger to debug through as long as we can download the exhausted according to their own hardware circuit rewritten I/P port is
- 2022-07-27 13:18:37下载
- 积分: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
-
Self
采用自制线城池同时ping多台主机,
可以让工作人员能够及时地看到服务器网络是否断开-Self-made city line ping multiple hosts at the same time, allowing staff to network in time to see whether the server disconnect
- 2022-04-25 15:50:20下载
- 积分:1