-
VB dynamic trees code right to study fractal theory is the role of the scholars.
VB实现的动态树木的代码,对想研究分形理论的学者们有作用。-VB dynamic trees code right to study fractal theory is the role of the scholars.
- 2022-03-31 18:28:43下载
- 积分:1
-
management process, the producer consumer issues as long as it is described proc...
进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
- 2022-02-21 06:28:34下载
- 积分:1
-
一个简单的单文档控件演示程序,演示单文档控件是如何使用和开发的...
一个简单的单文档控件演示程序,演示单文档控件是如何使用和开发的-a simple demonstration single document control procedures, presentations single document control is the use and development
- 2022-02-21 19:35:08下载
- 积分:1
-
计算器VB
这是一个简单的计算器程序,使用 VB。它就像你普通的科学计算器。它包含两个文本框一个方程,另一个用于为结果。它还包含内存按钮并打开和关闭按钮。
- 2022-02-07 17:28:09下载
- 积分: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
-
ex_2.dsp
This file (the project file) contains information at the project lev
ex_2.dsp
This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ex_2.cpp
This is the main application source file.
- 2022-07-13 02:59:30下载
- 积分:1
-
CTime的替换类,不错!
CTime的替换类,不错!-CTime the replacement category, it is true!
- 2022-03-21 03:22:19下载
- 积分: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
-
Form 界面库,但是是试用版,不过做的不错
Form 界面库,但是是试用版,不过做的不错--Interface library, its only a beta version.
- 2023-01-28 18:15:04下载
- 积分:1
-
计算器的源代码关于 c++方面的,有很好的图形界面,丰富的功能...
计算器的源代码关于 c++方面的,有很好的图形界面,丰富的功能 -calcolator s code about c++
- 2023-01-06 19:10:03下载
- 积分:1