-
EasyCam_Source
这是一个视频采集软件,下载后用visual studio打开直接可以运行(video collect)
- 2010-11-19 18:17:06下载
- 积分:1
-
Summarize-the-various-PID
对各种PID 控制算法的详细说明描述,并比较各种PID的用法(Detailed description of the PID control algorithm described in age and compare the usage of the PID)
- 2020-07-03 16:00:01下载
- 积分:1
-
vmipci5565
vmipci5565 驱动程序 函数库 RTX下开发用(vmipci5565 driver libraries developed with use of RTX)
- 2010-08-05 22:17:26下载
- 积分:1
-
OpenGLDemo
使用OpenGL显示obj文件,使用GLM可以将obj文件进行解析,之后使用OpenGL中的绘画功能将obj文件中的点线面进行描绘(Use OpenGL display obj file, you can use the GLM obj file is parsed, then use OpenGL drawing functions in the obj file depicted point line)
- 2016-04-11 16:12:45下载
- 积分:1
-
VSP_SE
说明: 自己编写的一个VC++程序,打开可执行程序后可以读取wave文件,此时程序将在客户区绘制波形图;之后可以计算短时能量、短时过零率和自相关函数,并且在客户区依次显示函数图像。(own VC prepared by a procedure to open executable wave after reading documents, this process will draw customers District waveform diagram; after short-term energy can be calculated, short-term rates and zero autocorrelation function, District customers in the sequence of images function.)
- 2006-05-14 18:53:35下载
- 积分:1
-
VC_examples
实例12-1:使用用户界面线程实例。源代码在光盘中“12InterfaceThread”目录下。
实例12-2:使用工作者线程实例。源代码在光盘中“12ControlThread”目录下。
实例12-3:多线程实例。源代码在光盘中“12WQDemo”目录下。
实例12-4:线程间的通信。源代码在光盘中“12ThreadCommu”目录下。
实例13-1:动态链接库(Dll)实例。源代码在光盘中“13dlltest ”目录下。
实例13-2:鼠标钩子应用实例。源代码在光盘中“13MouseHook”目录下。
实例13-3:键盘钩子应用实例。源代码在光盘中“13KeyboardHook”目录下。
实例14-1:WinSock网络程序:聊天室。源代码在光盘中“14WinSocketChat”目录下。
实例14-2:利用MSComm控件进行串口数据传输。源代码在光盘中“14MSComm”目录下。
实例14-3:简单的WinInet应用程序。源代码在光盘中“14SimpleNet”目录下。
实例15-1:创建Access数据库。源代码在光盘的“15Info”中。
实例15-2:MFC的ODBC数据库实例。源代码在光盘中“15Enroll”目录下。
实例15-3:利用ADO查询并操作数据库实例。源代码在光盘中“15AdoTest”目录下。(InterfaceThread
ControlThread
ThreadCommu
)
- 2009-11-17 23:23:22下载
- 积分: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
-
Connect4
alpha-Beta剪枝实现的重力四子棋
包括界面 以及 AI(alpha-Beta pruning to achieve the gravity moves, including four sub-interface and AI)
- 2021-04-27 22:48:44下载
- 积分:1
-
ATP-EMTP
电力系统电磁暂态仿真软件,提供图像界面搭建模型仿真(Power system electromagnetic transient simulation software that provides graphical interface to build simulation models)
- 2014-12-15 23:09:09下载
- 积分:1
-
UKF
无迹卡尔曼滤波算法的c语言。网上找到的,貌似是老外编的,蛮不错的。(unscented kalman filter code of visual c.)
- 2021-01-05 15:08:54下载
- 积分:1