-
汽车行驶状态的参数记录,相当于汽车黑匣子,又有兴趣的可以...
汽车行驶状态的参数记录,相当于汽车黑匣子,又有兴趣的可以-Vehicle parameters state records, the equivalent of automotive black boxes, are interested can
- 2023-07-16 03:25:04下载
- 积分:1
-
一些实用的C小程序 用于解决一些算法问题 如猴子吃桃问题
一些实用的C小程序 用于解决一些算法问题 如猴子吃桃问题- Some practical C script uses in to solve some algorithm
question like monkeys to eat the peach question and so on
- 2022-01-23 11:21:23下载
- 积分:1
-
mastermind
主程序代码;
- 2022-05-13 11:43:32下载
- 积分:1
-
上传个小程序,VC++写的GetVolSerialNum,用来获取磁盘序列号
上传个小程序,VC++写的GetVolSerialNum,用来获取磁盘序列号-From a small program, VC++ written GetVolSerialNum, used to obtain the disk serial number
- 2023-04-22 00:35:03下载
- 积分:1
-
small chunks games (windows sdk)
方块小游戏(windows sdk)-small chunks games (windows sdk)
- 2022-11-06 23:05:03下载
- 积分:1
-
这个程序带有一个很好玩的功能,有一行可滚动的字,供大家参考...
这个程序带有一个很好玩的功能,有一行可滚动的字,供大家参考-this procedure with a very fun and functional, rolling his words may, for your reference
- 2023-03-15 16:15:03下载
- 积分:1
-
这是我很早的一个作品,是学了VB之后做的,还有很多功能没有实现,你不防接着做,内含安装程序和源代码。...
这是我很早的一个作品,是学了VB之后做的,还有很多功能没有实现,你不防接着做,内含安装程序和源代码。-This is an ealier version which is writen after learning VB. Many functions have not been carried out. If you are interested, you can further improve it. including installation and source code.
- 2022-01-22 17:08:05下载
- 积分:1
-
ParticleScreenSaver粒子屏幕保护程序
通过opengl和c++实现动画粒子效果的屏幕保护程序:ParticleScreenSaver粒子屏幕保护程序
- 2022-03-05 04:39:44下载
- 积分: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
-
用VC的MFC做的。
用VC的MFC做的。-MFC with VC done.
- 2022-12-09 20:25:03下载
- 积分:1