-
本文详细的介绍了windows环境下驱动程序的开发方法。
本文详细的介绍了windows环境下驱动程序的开发方法。-this detailed account of the windows environment drive the development method.
- 2022-02-05 03:51:06下载
- 积分:1
-
let you easily achieve full screen display of code, full
让你轻松实现全屏显示的代码,全屏时你还可以保留工具条。(22KB)-let you easily achieve full screen display of code, full-screen when you can retain toolbar. (File)
- 2022-02-27 04:55:08下载
- 积分:1
-
随着太空射击游戏VS2008开发
用vs2008开发的一个太空射击类游戏
-With the vs2008 development of a space shooting game
- 2023-04-10 13:20:05下载
- 积分:1
-
刚学JAVA的时候老师布置的作业,一个简单的小JAVA程序,关于学生信息的.主要目的是接触JAVA....
刚学JAVA的时候老师布置的作业,一个简单的小JAVA程序,关于学生信息的.主要目的是接触JAVA.-just learning the layout of the teachers work, a simple small Java procedures, information on the students. The main purpose is to contact JAVA.
- 2022-07-27 10:33:21下载
- 积分:1
-
- 2022-10-13 12:25:03下载
- 积分:1
-
SQLCE3.5 process must be running on the development of the staff very helpful
运行SQLCE3.5必须的过程,对开发的人员帮助很大-SQLCE3.5 process must be running on the development of the staff very helpful
- 2022-08-07 01:45:30下载
- 积分:1
-
windows下的自动关机程序源代码,以服务方式实现开机自动加载。...
windows下的自动关机程序源代码,以服务方式实现开机自动加载。-under the automatic shutdown windows source code to serve the way the boot automatically load.
- 2022-01-28 04:58:27下载
- 积分: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
-
C#,刷新数据库;
C#,刷新数据库;-C#, updated database;
- 2023-01-31 07:25:03下载
- 积分:1
-
遍历文件夹并建成目录树__遍历文件夹并建成目录树
遍历文件夹并建成目录树__遍历文件夹并建成目录树-traverse file folders and create directory tree
- 2022-08-21 11:39:26下载
- 积分:1