-
很好的程序请使用
很好的程序请使用-good procedure to use
- 2022-04-02 08:21:50下载
- 积分:1
-
Flooding scenes generation protocol procedures: selection of a 50
泛洪协议场景生成程序:选择一个包含50个节点的1200*1200正方形区域的场景,每个节点随机选择自己的运动方向和运动速度,最大运动速度为40m/s,平均速度为20m/s,场景持续400s。-Flooding scenes generation protocol procedures: selection of a 50-node contains 1200* 1200 square regional scenes, each node randomly choose its own direction and velocity of movement, the biggest sports at 40m/s, average speed of 20m/s, Scene sustained 400s.
- 2022-05-05 05:47:20下载
- 积分:1
-
Jeme simple application
Jeme simple application
- 2023-05-12 17:35:03下载
- 积分:1
-
转载只是说明该程序很高
转载只是说明该程序很高-reproduced only to illustrate the procedure high
- 2022-02-05 20:48:58下载
- 积分:1
-
电力行业通过短信报警配置INI文件的开发,利用…
基于电力行业短信报警配置INI文件的开发,使用程序配置INI文件开发。
- 2022-01-25 20:54:11下载
- 积分: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
-
用于jsp的日期转换
用于jsp的日期转换-jsp for the date change
- 2022-08-13 11:42:40下载
- 积分:1
-
可以计算相关目录(目前在代码里面设置)下的感兴趣(目前在代码里面设置感兴趣的后缀)的文件的行数...
可以计算相关目录(目前在代码里面设置)下的感兴趣(目前在代码里面设置感兴趣的后缀)的文件的行数-Can calculate the related directory (currently in the code inside the set) of interest (currently in the code inside the set of suffixes of interest) documents the number of rows
- 2023-01-22 09:25:03下载
- 积分:1
-
传说中的著名程序
传说中的著名程序-legends of the famous procedure!
- 2022-04-16 10:22:51下载
- 积分:1
-
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码...
哈夫曼树的建立和哈夫曼编码译码器。用C编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
- 2022-06-21 22:07:03下载
- 积分:1