-
ftp server source haohao cankao
ftp server source haohao cankao
- 2022-05-09 07:57:48下载
- 积分:1
-
helptipsrc
HelpTipSrc
- 2022-03-17 04:33:56下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
Exa_TouchPanel
Exa_TouchPanel
触摸板程序-Exa_TouchPanel
- 2022-03-04 02:39:12下载
- 积分:1
-
实现调用接口 实现调用接口 实现调用接口
实现调用接口 实现调用接口 实现调用接口-Interface to achieve call call call interface interface interface call Call Interface
- 2022-01-26 01:48:27下载
- 积分:1
-
对注册表的信息进行控制,包括读写注册表的一些操作.
对注册表的信息进行控制,包括读写注册表的一些操作.-information on the registry control, including reading and writing some of the registry operation.
- 2022-07-07 00:36:35下载
- 积分:1
-
采用WPF框架编写的多项式拟合软件,能显示拟合效果
采用WPF作为框架,构建界面,使得界面美观,易于操作。能提供任意幂次的多项式拟合。本程序采用Gauss按比例列主元消去法来解法方程组。采用开源作图控件ZedGraph来显示拟合效果。
- 2023-02-02 09:00:03下载
- 积分:1
-
解析Windows2000的IDT扩展机制
解析Windows2000的IDT扩展机制-analytic Windows2000 IDT expansion mechanism
- 2022-02-28 23:33:27下载
- 积分:1
-
robot visual simulation of the source, can be likened to a radar scan procedure
机器人视觉模拟的源程序,可以引申为雷达扫描的程序-robot visual simulation of the source, can be likened to a radar scan procedure
- 2022-04-29 20:41:29下载
- 积分:1
-
图片播放的软件,使用VISUAL C
图片播放的软件,使用VISUAL C-pictures broadcast software, the use of Visual C
- 2022-07-08 06:25:46下载
- 积分:1