-
黑白图像的RGB
尝试
- 2022-04-29 13:30:24下载
- 积分: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
-
初始油藏网格数较多,如何根据需要提取自己需要的网格参数呢?这是一值得一看的程序...
初始油藏网格数较多,如何根据需要提取自己需要的网格参数呢?这是一值得一看的程序-initial reservoir grid few more, how to extract their own needs, the need Grid parameters? This is an eye-catcher procedures
- 2023-09-08 20:40:02下载
- 积分:1
-
Management System Status
学籍管理系统开发-Management System Status
- 2022-10-01 00:45:04下载
- 积分:1
-
open source的单元测试项目,详细请见source forge, 由junit移植的C++版本。...
open source的单元测试项目,详细请见source forge, 由junit移植的C++版本。-open source unit testing project in detail please refer to source forge, by the JUnit transplant C++ version.
- 2022-03-19 20:26:21下载
- 积分:1
-
牛顿插值, 多样牛顿迭代
牛顿插值, 多样牛顿迭代-Newton interpolation, a variety Newton
- 2023-01-03 11:40:03下载
- 积分:1
-
3ds file loader with opengl
(GLUT LIBRARY)
3ds file loader with opengl
(GLUT LIBRARY)
- 2022-06-01 23:23:09下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-10-22 20:15:03下载
- 积分:1
-
如何在程序中改写你的注册表
如何在程序中改写你的注册表-how the process rewrite your registry
- 2022-05-07 05:32:59下载
- 积分:1
-
C language bit manipulation application example, a brief description of how to o...
C语言位操作应用举例,简要说明在C语言中如何操作字节中的位-C language bit manipulation application example, a brief description of how to operate in the C language byte in bits
- 2022-01-24 16:12:19下载
- 积分:1