-
SUN Xin teachers VC++ Tutorial CD
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第9章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 9 source!
- 2022-09-02 04:40:03下载
- 积分:1
-
实现一般面向对象的编程功能
实现一般面向对象的编程功能-realization of object-oriented programming
- 2022-05-05 16:01:11下载
- 积分:1
-
数组的一个小例子 具体说明数组中的一些用法和属性
数组的一个小例子 具体说明数组中的一些用法和属性-A small example of the array to specify an array of some of the usage and attributes
- 2023-04-01 01:40:04下载
- 积分:1
-
c prepared with a practical procedure, and perhaps would use to ah!
用c编写的一个实用程序,也许会用的到啊!-c prepared with a practical procedure, and perhaps would use to ah!
- 2023-06-14 22:30:03下载
- 积分:1
-
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。...
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。-This procedure for the treatment of data between two processes sharing. Through the use of the memory image file to achieve the process of data sharing.
- 2022-03-13 19:28:57下载
- 积分:1
-
制作分形图形的软件,很好用
制作分形图形的软件,很好用-producing fractal graphics software, is useful
- 2023-06-04 13: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
-
咖啡厅经理
quản lý 巴恩咖啡馆 dùng CSDL SQL 服务器 2005 trở lên
gói gồm 数据 và 代码
- 2023-08-24 15:50:04下载
- 积分:1
-
wtl的alpha例子
wtl的alpha例子-Examples of alpha WTL
- 2023-06-26 09:40:04下载
- 积分:1
-
系统的功能
系统登陆界面:
系统主界面:
用户管理模块
学生缴费管理模块...
系统的功能
系统登陆界面:
系统主界面:
用户管理模块
学生缴费管理模块-System, landing system interface: System interface: User Management Module Management Module students pay
- 2022-03-23 05:42:58下载
- 积分:1