-
文件分割工具,采用的是建立,欢迎大家分享
分割文件工具,使用delphi编制,欢迎大家共享-document segmentation tools, the use of delphi establishment, we welcome sharing
- 2022-01-26 06:57:30下载
- 积分:1
-
a small educational software, to observe triangle area and side length relations...
一个小的教学软件,用来观察三角形面积和边长的关系。-a small educational software, to observe triangle area and side length relationship.
- 2022-01-26 02:11:01下载
- 积分:1
-
C++迷宫游戏一款C++迷宫游戏源代码,早两年时候写的,仅供学习。...
C++迷宫游戏一款C++迷宫游戏源代码,早两年时候写的,仅供学习。
-C++ Maze game, a C++ Maze game source code, written by a couple of years ago when, for learning.
- 2022-05-30 20:47:52下载
- 积分: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写的操作鼠标的小程序.
一个用VC写的操作鼠标的小程序.-a VC operation of the mouse to write small programs.
- 2022-03-05 08:24:33下载
- 积分:1
-
java时钟,有监控事件,时间计数器,每一次触发一次…
java时钟,有监听事件,时间计数器,每一秒触发一次,绘制图形-java clock, there are monitor events, time counter, every second the trigger once, drawing graphics
- 2023-03-14 20:05:04下载
- 积分:1
-
五个文件均为VC++演示程序,它们可以帮助您学习VC++。
五个文件均为VC++演示程序,它们可以帮助您学习VC++。-Five documents are VC++ Demo program, they can help you learn VC++.
- 2022-07-12 04:08:50下载
- 积分:1
-
listbox用法
listbox用法-ListBox Usage
- 2022-05-27 05:08:15下载
- 积分:1
-
using the line drawing algorithm
采用brezar的画线算法程序-using the line drawing algorithm
- 2022-12-07 08:55:03下载
- 积分:1
-
小计算器
一个MFC的简单小程序,利用多个按钮控件,可实现一般加减乘除运算
- 2022-03-21 19:23:03下载
- 积分:1