-
BITEK Assembler2 utility supports BIT161x series IC
(BIT1612/BIT1615/BIT1615H/B...
- 2022-07-12 04:10:33下载
- 积分:1
-
BIG
BIG-GB(VC)
- 2022-04-02 06:16:44下载
- 积分:1
-
most of the Hidden Markov Model
一个最几本的隐马尔可夫模型-most of the Hidden Markov Model
- 2022-01-25 17:27:32下载
- 积分:1
-
DOS programmer s reference manual, the fourth edition English formerly known a...
《DOS程序员参考手册》第四版;英文原名为“DOS Programmer s Reference, 4th
Edition”,作者是美国的Terry Dettman及AllenL.Wyatt, Sr. 。本书是Que的保留书
目,内容完整,解释清楚,在介绍DOS编程技术的书籍中,本书是多年来最有影响、最受欢
迎的书籍之一。
- DOS programmer s reference manual, the fourth edition English formerly known as DOS Programmer s Reference, 4thEdition , the authors are of the United States Terry Dettman and AllenL.Wyatt, Sr.. This book is a reservation Que bibliography, content integrity, and to explain clearly, in the introduction of DOS programming books, this book is the most influential over the years, one of the most popular books.
- 2022-06-21 00:08:19下载
- 积分: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 is one everyone can use the software installation, there were a lot of features, I really had not upload
- 2022-01-25 23:07:41下载
- 积分:1
-
vb.net 数据库基础
此代码演示如何在 visual studio 2010 vb.net 与 sql 数据库中执行的基本操作。
它显示的操作,如插入、 更新、 删除和检索数据以不同的方式。
它还显示概念,如命名空间、 类、 基本控制、 方法、 reusablity 方法在 vb.net 中
- 2022-03-10 00:21:39下载
- 积分:1
-
design patterns VC example, can be used to study design patterns. I feel very us...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
- 2023-08-21 01:20:03下载
- 积分:1
-
用delphi写的文件拷贝小程序,供初学者参考
用delphi写的文件拷贝小程序,供初学者参考-with the paper copy write small programs for beginners reference
- 2022-04-26 10:18:46下载
- 积分:1
-
利用opencv 读取视频 并作处理转化成单通道图像再处理二值化前景图...
利用opencv 读取视频 并作处理转化成单通道图像再处理二值化前景图-Opencv read and make use of video processing into a single image binarization prospect of re-treatment plan
- 2022-11-11 00:50:09下载
- 积分:1