-
开发一个以计算机为中心的患者监护系统
开发一个以计算机为中心的患者监护系统-development of a computer center for patients monitoring system
- 2022-06-15 12:39:17下载
- 积分:1
-
UDP online chat tool. Ip fill in the boxes, the two computers can communicate di...
UDP网络聊天工具。在方框中填上ip之后,两个计算机可以直接进行通信。-UDP online chat tool. Ip fill in the boxes, the two computers can communicate directly.
- 2022-11-20 06:25:03下载
- 积分:1
-
城市链表的求解,通过城市查找坐标,通过坐标查找城市,以及两座城市之间的距离....
城市链表的求解,通过城市查找坐标,通过坐标查找城市,以及两座城市之间的距离.-city Chain solution through urban search coordinates coordinates search through the city and the two cities in the distance.
- 2023-01-13 01:45:04下载
- 积分:1
-
BC95驱动模块Demo
基于STM32串口驱动BC95模块的Demo,对新手会有很大的帮助,软件为Keil_v5,压缩包中包含了keil软件,BC95模块原理图以及相关的参数手册
- 2022-01-25 22:28:20下载
- 积分:1
-
经典游戏doom的代码,学习C编程的好
经典游戏doom的代码,学习C编程的好-Classic doom games of the code, learn good C programming
- 2022-08-16 03:10:10下载
- 积分:1
-
xp风格网页
xp风格网页-xp style page
- 2022-03-05 22:03:39下载
- 积分:1
-
如何安装SAP NetWeaver 7
how to install sap netweaver 7.0
- 2022-02-06 23:50:14下载
- 积分:1
-
BigDigits高精度算法库源代码,给需要朋友的做个参考
BigDigits高精度算法库源代码,给需要朋友的做个参考-BigDigits high-precision algorithm library source code, to the need to be a reference to a friend
- 2023-08-30 00:40:03下载
- 积分: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
-
汇编模块,用写到内容和动态调用代码方式完成,易语言版
汇编模块,用写到内容和动态调用代码方式完成,易语言版-Compilation of modules, with the written content, and dynamic invocation code manner, easy-language version of
- 2022-02-02 05:21:02下载
- 积分:1