-
一套用windowsAPI底层函数开发的参考资料,主要用VB开发参考
一套用windowsAPI底层函数开发的参考资料,主要用VB开发参考-A set of functions with windowsAPI underlying the development of reference materials, mainly used VB Developer
- 2023-01-20 13:05:03下载
- 积分:1
-
将一个excel表中的数据导入到数据库中,在企业中非常普遍
将一个excel表中的数据导入到数据库中,在企业中非常普遍-Would be an excel table data into a database, is very common in the enterprise
- 2022-01-24 17:12:23下载
- 积分: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
-
神经网络模拟系统和多任务应用系统开发的C语言源程序
神经网络模拟系统和多任务应用系统开发的C语言源程序-neural network simulation system and multi-task operating system at the C language source
- 2022-01-24 15:26:39下载
- 积分:1
-
Nine
九宫图,是一个将9个空格中8个不连续的数字排列成有序的小游戏。-Nine-palace map, is a nine spaces in the eight figures are not arranged in an orderly row of small game.
- 2022-01-25 19:44:39下载
- 积分:1
-
a small C++ program about operations on strings
a small C++ program about operations on strings
- 2023-07-19 03:25:03下载
- 积分:1
-
迷宫 用回溯算法设计的迷宫
迷宫 用回溯算法设计的迷宫---各种回溯方法!回溯!回溯!-Maze solved by different backtrace algorithms!Backtrace!Backtrace!
- 2022-04-09 04:05:47下载
- 积分:1
-
Data structure of some typical procedure of learning is very useful data structu...
数据结构的一些典型程序,对学习数据结构非常有用-Data structure of some typical procedure of learning is very useful data structure
- 2022-04-11 03:39:57下载
- 积分:1
-
化学元素周期表,包含所有已知元素,包括熔点、沸点、读音、英文名称等信息...
化学元素周期表,包含所有已知元素,包括熔点、沸点、读音、英文名称等信息-Periodic Table of the Elements include the new Elements, and include name, melting point,boiling point,spelling.
- 2022-10-31 08:10:03下载
- 积分:1
-
访问时间测试
CF card access time test
- 2022-05-20 20:59:04下载
- 积分:1