-
vschart demo c# chart
vschart demo程序源码,实时曲线源码,动态饼图,c#上位机demo,新手vschart编程入门不二之选。
- 2022-04-23 09:44:02下载
- 积分:1
-
EVC compiler under wince5.0sdk passed, this process achieved a wince under the b...
wince5.0sdk下evc编译通过,本程序实现了wince下bmp图片的加载和显示-EVC compiler under wince5.0sdk passed, this process achieved a wince under the bmp image to load and display
- 2023-02-01 03:25:02下载
- 积分:1
-
多线程、内存共享编程。有五只蜗牛赛跑哦。
多线程、内存共享编程。有五只蜗牛赛跑哦。-Multi-threaded, shared memory programming. Has five oh snail race.
- 2022-03-11 08:26:14下载
- 积分:1
-
VC++ access to hard disk size, including the size of the total space, free space...
VC++获取硬盘大小,包括总空间大小,自由空间大小,已用空间大小。-VC++ access to hard disk size, including the size of the total space, free space size, the size of space has been used.
- 2022-11-08 21:30:02下载
- 积分:1
-
CAMARA
虚拟摄像头源码 提供API借口 直接可以使用 可以实现播放多媒体等功能-CAMARA
- 2022-06-30 22:26:28下载
- 积分:1
-
AspNetPager分页控件.rar
AspNetPager分页控件.rar-AspNetPager tabbed controls. Rar
- 2023-01-09 14:10:03下载
- 积分:1
-
在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,...
在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string manipulation, use redeem this is the basic function to achieve the free text string separation
- 2022-01-23 10:10:08下载
- 积分:1
-
VisualASsist
dropbear 在嵌入式的开发过程监控进行调试,而且还在玩 dropbearkey 使用来生成 A1200 关键: dropbearkey-t rsa-f dropbear_r
- 2022-07-10 09:40:47下载
- 积分:1
-
输入任意顺序的姓名表,按字典顺序打印出来
输入任意顺序的姓名表,按字典顺序打印出来-arbitrary order of the input table names, according to the order printed dictionaries
- 2022-08-18 20:50:49下载
- 积分: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