-
处理机进程模拟JAVA程序
处理机进程模拟JAVA程序-JAVA processor simulation process procedures
- 2022-03-24 22:38:36下载
- 积分:1
-
1、屏幕Copy软件;
2、英、德、法多语支持;
1、屏幕Copy软件;
2、英、德、法多语支持;-1, the screen Copy software 2, Britain, Germany, France and multi-lingual support
- 2022-06-13 15:19:53下载
- 积分:1
-
himself wrote the screensavers, so that everyone laughed at the reference only d...
自己写的屏保,让大家见笑了,只能参考一下开发模式:)-himself wrote the screensavers, so that everyone laughed at the reference only development model :)
- 2022-07-03 06:13:22下载
- 积分:1
-
设计有特色的圆窗体
设计有特色的圆窗体-design features a round window
- 2022-05-14 22:43:44下载
- 积分:1
-
DCT使用DCT
DCT使用DCT
- 2023-01-11 15:10:04下载
- 积分:1
-
EmguCV播放文件夹和摄像头中的视频
本案例可以利用C#和EmguCV播放文件夹和摄像头中的视频,代码运行完美无误,便于下一步实施视频运动目标检测与跟踪,
欢迎交流
- 2022-08-22 13:33:39下载
- 积分:1
-
基于M16C_R8C的数字电视模块应用代码
资源描述基于M16C_R8C的数字电视模块应用代码
数字电视模块为 sharp的 isdb-t标准数字电视模块。
R8C完成模块协议驱动,用户界面,遥控器码值转换。
- 2022-01-30 21:21:02下载
- 积分: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
-
你想实现其他形式吗?现在这里是用VB6.0窗体支持编辑…
你想实现另类的窗体?现在这里有一个用VB6.0编辑的窗体程序,能使你实现窗体的T形-you want to achieve alternative forms? Now here is an editor with VB6.0 Form procedures, will enable you to achieve the T-Form
- 2022-11-04 07:00:02下载
- 积分:1
-
无边框的窗体,并可以拖动和最大最小化.
无边框的窗体,并可以拖动和最大最小化.-no frame of the window, and can drag and the largest minimum.
- 2022-01-26 16:02:38下载
- 积分:1