-
示范如何将TDBGrid 的数据利用 QuickRepot印出的例子
示范如何将TDBGrid 的数据利用 QuickRepot印出的例子-TDBGrid demonstrations on how to use the data printed examples QuickRepot
- 2022-06-30 16:54:15下载
- 积分:1
-
sniffer
嗅探代码,可以嗅探网络协议,进行网络分析和解码-sniffer
- 2022-01-28 00:43:28下载
- 积分:1
-
可以创建学生信息,包括:姓名,成绩,学号。并可以修改,删除,存储读取等。...
可以创建学生信息,包括:姓名,成绩,学号。并可以修改,删除,存储读取等。-Can create a student information, including: name, accomplishments, student number. And may amend, delete, read, such as storage.
- 2022-04-12 12:48:09下载
- 积分:1
-
Accelerated C++
Accelerated C++ - Practical Programming By Example Ebook-Accelerated C++- Practical Programming By Example Ebook
- 2022-03-24 06:18:36下载
- 积分:1
-
在borland c++builder中播放flash文件 需要注册 shockwaveflash 控件
在borland c++builder中播放flash文件 需要注册 shockwaveflash 控件-play flash files in borland c++ builder, need to register the shockwaveflash control
- 2022-12-29 07:20:03下载
- 积分:1
-
The closure of a window, suitable for beginners
关闭某个窗口,适合初学者研究和学习,本代码是一个完整的程序。-The closure of a window, suitable for beginners
- 2022-06-16 13:45: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
-
删除或移动正在使用的文件
删除或移动正在使用的文件-deleted or are using a mobile document
- 2023-04-30 14:20:02下载
- 积分:1
-
钱能编的《C++教程》及课后答案,及源代码
钱能编的《C++教程》及课后答案,及源代码-Money will be allocated to the
- 2023-04-27 17:45:04下载
- 积分:1
-
医院管理系统:
Rational rose医院管理系统:
-hospital.mdl
-hospital.wsp
-生成代码.rar:
----hospital.opt
----hospital.ncb
----hospital.dsw
----hospital.dsp
----CPatient.h
----CPatient.cpp
----CLeechdom.h
----CLeechdom.cpp
----CHospital.h
----CHospital.cpp
----CDrugstore.h
----CDrugstore.cpp
----CDoctor.h
----CDoctor.cpp
----CCasehistory.h
----CCasehistory.cpp
----Restore.1
----Debug-hospital management system :- hospital.mdl- hospital.wsp-generated code. rar :---- hospital. opt-hospital. ncb- hosp ital.dsw---- hospital. dsp- CPatient. h---- CPatient. cpp- CLeechdom. h-CLeechd om.cpp---- CHospital. h-CHospital. cpp---- CDrugstore. h-CDrugstore. cpp- CDoc tor.h---- CDoctor. cpp- CCasehistory. h---- CCasehistory. cpp Restore .1-------- Debug
- 2022-09-19 09:50:02下载
- 积分:1