-
YueSeFuHuan
C++编的数据结构问题,关于约瑟夫环问题。经典问题。(C++ Allocated data structure, on the issue of Joseph Central. Classic problem.)
- 2020-07-08 22:38:56下载
- 积分:1
-
UDP_Cfg
说明: UDP rec send data,c++,visual c++ code
- 2020-06-22 10:00:01下载
- 积分:1
-
KMP
图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。(Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.)
- 2011-09-23 19:46:43下载
- 积分:1
-
Cannon
佳能矩阵相乘算法,利用了openmp与C++技术(Canon matrix multiplication algorithm, use openmp and C++ technology)
- 2009-12-22 10:17:26下载
- 积分:1
-
Socket_WPF
C#的Socket入门程序,简单demo(C # Socket Starter Program, Simple Demo)
- 2020-06-17 10:20:02下载
- 积分:1
-
STM32F10xx8B_Errata_CH_V6
说明: STM32勘误手册中文版,STM32F10xx8和 STM32F10xxB勘误手册(Chinese version of STM32 Corrigendum Manual)
- 2020-06-20 16:00:02下载
- 积分:1
-
ZipArchive
ZipArchive,新增创建以及解压加密zip 文件_ZipArchive,精选ios编程学习源码,很好的参考资料。(ZipArchive, the new creation and extract the zip file encryption _ZipArchive, select learning IOS programming source code, a good reference.)
- 2013-12-11 11:19:36下载
- 积分:1
-
Lesson3Code
孙鑫VC第三讲源码完整版 孙鑫VC视频第三讲源码(Xin Sun full version of VC Third Lecture source)
- 2010-05-07 20:04:15下载
- 积分: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
-
电力自动抄表管理系统
一款电力远程电表自动抄表系统,采用VC开发设计,供大家相互学习使用。(Power system auto-collecting and managing system,designed with VC for lerning.)
- 2017-10-05 09:31:01下载
- 积分:1