-
ImageEn控件Demo,需要先安装ImageEn控件
ImageEn控件Demo,需要先安装ImageEn控件-ImageEn Control Demo, need to install control ImageEn
- 2023-04-30 20:40:03下载
- 积分:1
-
blowchart
流程图
- 2022-02-21 18:05:14下载
- 积分:1
-
super directory selection dialog
超级目录选择对话框
- 2022-02-05 04:13:55下载
- 积分:1
-
脑电采集绘图程序
这是一个脑电采集程序,使用visual studio2008开发。从与计算机通过USB口连接的放大器采集脑电数据。脑电放大器对信号进行了初步的滤波和去噪,采样频率为1000Hz,程序必须在10ms内读取数据,否则数据自动刷新。C++程序通过MFC编写基于对话框的用户界面,在线程中读取数据并绘制在屏幕上。除此,放大器各个导的参数可以通过此程序进行分别设置。
- 2023-03-13 10:15:13下载
- 积分:1
-
windows mobile games Tanks
在windows mobile基础上进行的C#编程 坦克游戏-windows mobile games Tanks
- 2022-02-03 12:55:01下载
- 积分:1
-
open PCX格式文件.rar
open PCX格式文件.rar-open PCX format. Rar
- 2022-10-19 15:00:04下载
- 积分:1
-
VS2005 development. Breadth of search for solving the issue of sub
vs2005开发。
广度搜索求解分油问题。
分油问题:两个小孩去打油,一人带了一个一斤的空瓶,另一个带了一个七两和一个三两的空瓶。原计划各打一斤油,可是由于所带的钱不够,只好合打了一斤油,在回家的路上,二人想平分这一斤油,可是又没有其它工具。现只用这三个瓶子(一斤、七两、三两)精确地分出两个半斤油来。-VS2005 development. Breadth of search for solving the issue of sub-oil. Oil sub-issues: two children to play oil, one with a pound of the empty bottles, and the other with a 72 and a couple of empty bottles. Originally planned to play the catty oil, but because of the money raised, they played together catty oil, in the way home, they would like to share this small amount of oil, but no other tools. Are only three bottles (catty, 72, 32) precisely half a catty of oil is used for the separation of the two.
- 2023-06-29 19:45:03下载
- 积分:1
-
初学者的用户管理系统试做
课堂练习做 界面由jsp+html实现 数据库为mysql java8
- 2022-06-19 02:09:30下载
- 积分: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++实现的闹钟提示功能,带源码,赞!-With VC++ Realize prompted the alarm clock function, with source code, Zan!
- 2022-03-21 03:08:17下载
- 积分:1