-
这是一个C++程序,MFC。包括发送和接收消息的基本功能,…
This a c++ program in MFC. Including the basic function to send and receive msg, connection to serial port, and PDU format. -This a c program in MFC. Including the bas ic function to send and receive msg, connection to serial port, and PDU format.
- 2022-03-03 18:11:38下载
- 积分:1
-
此程序展示了如何在wpf中使用渐变笔刷绘制用户界面,GradientBrush使用两种以上的颜色结合渐变点offset设置来填充绘图区域。...
此程序展示了如何在wpf中使用渐变笔刷绘制用户界面,GradientBrush使用两种以上的颜色结合渐变点offset设置来填充绘图区域。-This program shows how to use the gradient brush in wpf drawing the user interface, GradientBrush the use of two or more colors in conjunction with gradient-point offset is set to fill the drawing area.
- 2022-02-14 09:55:41下载
- 积分:1
-
只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家
只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家可以到Rxlib专栏中下载这个控件- In useful Rxlib2.75 two have only controlled, is uses for to
make TrayIcon (TRxTrayIcon), but also some is uses for to choose the
color (TColorComboBox), everybody may arrive in the Rxlib column to
download this to control
- 2023-04-25 08:40:03下载
- 积分:1
-
Physics demonstration on the phenomenon of volatility in a small program has fou...
演示物理课中有关波动现象的一个小程序,主要有四个功能:波的传播,驻波,波的干涉和衍射-Physics demonstration on the phenomenon of volatility in a small program has four main functions : wave propagation, standing wave, the wave interference and diffraction
- 2022-08-05 09:34:33下载
- 积分:1
-
This book is for professional programmers over the years I have done C++ curricu...
这本书是为专业程序员多年来我做的C++课程下的一个自然产物。我发现,大多数学生经过一周的强化训练,可以适应语言的基本结构,但他们将基础设施有效地混合使用,我真的不乐观。所以我开始尝试组织一些简短、清晰、容易记住的指导方针,作为C++高效使用程序开发的过程。有经验的C++程序员几乎总是遵循,或者几乎肯定必须避免一些东西。
- 2022-03-16 01:28:34下载
- 积分:1
-
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台...
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台
- 2023-05-20 16:35:03下载
- 积分:1
-
这个记事本可以实现对文本文档的基本功能,比如打开,新建,保存,字体选择,颜色选择...
这个记事本可以实现对文本文档的基本功能,比如打开,新建,保存,字体选择,颜色选择-The Notepad text document can be achieved on the basic functions, such as open, new, preservation, font selection, color selection and so on. .
- 2022-08-17 07:57:05下载
- 积分: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
-
Qt5图形界面开发宝典
应用背景在linux平台,Qt creator 软件下对软件界面进行开发,使用的软件是Qt creator,语言为c++,这份资料对学习Qt的朋友们是个不错的选择,内容讲解非常详细,深入解析Qt5的各个功能。关键技术Qt是一个跨平台的C++图形用户界面应用程序框架。它为应用程序开发者提供建立艺术级图形用户界面所需的所有功能。1996年,Qt进入商业领域,已成为全世界范围内数千种成功的应用程序的基础。它也是目前流行的Linux桌面环境KDE 的基础,KDE是Linux发行版的主要一个标准组件。
- 2023-01-02 09:05:09下载
- 积分:1
-
Examples of the application of Formview on Dialog
Dialog上应用Formview的例子- Examples of the application of Formview on Dialog
- 2022-01-27 13:41:55下载
- 积分:1