-
dicom-trans
dicom文件传送,用编译好的.exe文件实现传送功能(the dicom file transfer with compiled exe file transfer function)
- 2012-10-11 14:05:16下载
- 积分:1
-
ADS1113
说明: ADS1113驱动 适用于STM32等常见主流单片机,亲测有效(ADS1113 Driver you can use it on STM32 8051 and so on)
- 2020-10-11 13:57:32下载
- 积分:1
-
手机号码查询
查询手机号码,功能比较简单,但对于初学者足够用了,该源码用C#实现,其中有些号码数据库中存在,直接访问数据库即可,还有一些号码需要调用网上的查询借口才得以实现功能。
- 2022-06-19 18:30:10下载
- 积分:1
-
31767638usb
直流电机常用驱动电路,非常有用的电机驱动程序与电路,对于开发电机者非常有借鉴价值。(DC motor drive circuit used, very useful program with the motor drive circuits, motors for developers who are very reference value.)
- 2010-03-05 09:53:01下载
- 积分:1
-
PDM-PPT
鼎捷软件股份(神州数码与台湾鼎新的合资公司)的PDM软件的培训PPT,通过该PPT,可以了解该企业PDM软件的界面设计和功能。对PDM软件的编程可作点参考!(Ding Jie software shares (Digital China and Taiwan took the lead in the joint venture) PDM software training PPT, the PPT, you can understand the design and functionality of the Enterprise PDM software interface. The PDM software programming can be used as a point of reference!)
- 2012-09-29 13:39:46下载
- 积分:1
-
scavn
#include
#include
#include
#include
#include "stdafx.h"
#include
using namespace std;
using namespace cv;
int main(int argc, char** argv)
{
//声明IplImage指针
IplImage* pFrame = NULL;
IplImage* pFrImg = NULL;
IplImage* pBkImg = NULL;
CvMat* pFrameMat = NULL;
CvMat* pFrMat = NULL;
CvMat* pBkMat = NULL;
CvCapture* pCapture = NULL;
int nFrmNum = 0;
//创建窗口
cvNamedWindow("原视频", 1);
cvNamedWindow("静态背景", 1);
cvNamedWindow("动态目标", 1);
//使窗口有序排列
cvMoveWindow("原视频", 30, 0);
cvMoveWindow("静态背景", 360, 0);
cvMoveWindow("动态目标", 690, 0);
const char* imagename = "2.jpg";
- 2022-06-26 19:57:34下载
- 积分:1
-
UCOSIII STM32
说明: 将设备数字量的数据采集到MCU芯片中,以既定的mqtt格式由wifi模块连接路由器传输到服务器平台。(The data of device digital quantity is collected into MCU chip and transmitted to server platform by WiFi module connecting router in established mqtt format.)
- 2020-06-16 01:20:02下载
- 积分:1
-
Pipeline_Implement
Implementing Pipeline by C
- 2012-01-30 09:31:01下载
- 积分:1
-
BMP
说明: 说明: bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间(Description: BMP compression algorithm, VC + + implementation, can capture screen, ordinary BMP image files for high compression, improve transmission speed, reduce storage space)
- 2020-06-16 10:20:01下载
- 积分:1
-
XListCtrl_demo
ListCtrl的应用,各种样式的实用,方便你挑选属于自己界面格式的list控件(ListCtrl applications, a variety of styles and practical, allowing you to pick your own list control interface format)
- 2013-11-26 16:01:18下载
- 积分:1