-
EmguCV播放文件夹和摄像头中的视频
本案例可以利用C#和EmguCV播放文件夹和摄像头中的视频,代码运行完美无误,便于下一步实施视频运动目标检测与跟踪,
欢迎交流
- 2022-08-22 13:33:39下载
- 积分:1
-
本程序对电网的控制作了详细的说明和少量的说明…
此程序对Grid控件进行了详尽的介绍,且代码量小,很容易理解,并对其背景颜色进行填充,是Grid控件初级开发的一个理解台阶-this procedure right Grid Control for a detailed explanation and a small amount of code, it is easy to understand, and its background color to fill the Grid Control is the primary understanding of the development of a higher level
- 2022-05-23 14:51:25下载
- 积分:1
-
VC++在treectrl控件中实现三态树的选择,是个经典的程序。
VC++在treectrl控件中实现三态树的选择,是个经典的程序。-VC++ at implementation treectrl tri-state control of the selection tree is a classic procedure.
- 2022-07-09 21:35:46下载
- 积分:1
-
在对话框上添加分割条,调整控件位置。
在对话框上添加分割条,调整控件位置。-adding segmentation of position adjustment controls.
- 2023-05-23 13:30:02下载
- 积分:1
-
interface development needs of some components
界面开发所需要的一些组件-interface development needs of some components
- 2023-09-06 08:00:03下载
- 积分:1
-
OutLook风格界面实现源码,VC++下开发的,怎能不与大家分享?!完全自由下载!...
OutLook风格界面实现源码,VC++下开发的,怎能不与大家分享?!完全自由下载!-OutLook style interface source, VC++ Under development could not share with you? ! Completely free download!
- 2022-10-16 13:25:03下载
- 积分:1
-
Hough变换C写的
hough tramsform written in C
-hough tramsform written in C.
- 2023-05-18 02:45:03下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
一个漂亮的多功能按钮程序,是一个基于对话框的应用程序!能够获取鼠标消息,实现按钮图标的动态变化!...
一个漂亮的多功能按钮程序,是一个基于对话框的应用程序!能够获取鼠标消息,实现按钮图标的动态变化!-a beautiful multifunction button procedure is a dialog-based applications! The mouse can access news, button icons achieve the dynamic changes!
- 2022-08-11 13:55:38下载
- 积分:1
-
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序...
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序-vc use of the system to achieve double-machine communications, using computer serial interface language and document transmission, it is a good procedure
- 2022-07-16 03:40:34下载
- 积分:1