-
椭圆程序,包括圆,直线的多种算法 以及各种曲线
椭圆程序,包括圆,直线的多种算法 以及各种曲线-oval procedures, including the yen, the multiple linear algorithms and the various curves
- 2022-03-10 14:58:03下载
- 积分:1
-
这是一个根据记录编号实现文件随机存取的程序,和刚才那个filerandomreadandwrite比较一下,希望对你有所启发.在Visual C++6.0中编译...
这是一个根据记录编号实现文件随机存取的程序,和刚才那个filerandomreadandwrite比较一下,希望对你有所启发.在Visual C++6.0中编译通过.-This is a record number of document random access procedures, and just now filerandomreadandwrite comparison. hope to inspire you. Visual C 6.0 compile.
- 2022-07-22 18:55:01下载
- 积分: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
-
这个程序是用来测试旧的三
此程序用于测试老的三键鼠标是否工作正常,包括运行轨迹,左中右键是否按下等.因为现在的电脑不支持这种鼠标.-This procedure is used to test the old three-button mouse is working properly, including the running track, left, right, etc. is pressed. Because the computer does not support this mouse.
- 2022-03-19 13:03:42下载
- 积分:1
-
c写的坦克大战源程序,好极了
c写的坦克大战源程序,好极了-c write cycles source, a very good Ha Ha
- 2023-03-05 13:05:04下载
- 积分:1
-
用Flex编写的投票系统,数据库用的是Sqlserver
用Flex编写的投票系统,数据库用的是Sqlserver-Flex used to prepare the voting system, the database is used for sqlserver
- 2022-03-21 22:40:23下载
- 积分:1
-
相当强大的日期控件
包括了源代码和DEMO
相当强大的日期控件
包括了源代码和DEMO -Very powerful control the date includes the source code and DEMO
- 2022-06-12 13:02:56下载
- 积分:1
-
本程序是采用Rational rose 2003做的UML案例额,是初学者不得多得的参考。会有助于学习Rational rose 2003...
本程序是采用Rational rose 2003做的UML案例额,是初学者不得多得的参考。会有助于学习Rational rose 2003-This procedure is done using Rational rose 2003 case of the amount of UML, a beginner can not get a reference number. Will help to learn Rational rose 2003
- 2022-04-29 08:38:25下载
- 积分:1
-
目录文件查找包装类
目录文件查找包装类-search directory paper packaging category
- 2022-01-25 17:52:55下载
- 积分:1
-
进程管理的文件名和ID,进程文件信息,基于VC++平台
进程管理的文件名和ID,进程文件信息,基于VC++平台-Process management, file name and ID, the process of file information, based on the VC++ Platform
- 2023-02-26 20:15:02下载
- 积分:1