-
try again for this up 3 compress,compress 3
try again for this up 3 compress,compress 3
- 2022-08-25 01:06:03下载
- 积分:1
-
文件切割C++原代码
文件切割C++原代码-paper cutting C source code
- 2023-08-25 09:30:03下载
- 积分:1
-
算出access数据库密码,包括97和2000版本!
算出access数据库密码,包括97和2000版本!-Calculate the access database password, including the 97 and 2000 versions!
- 2022-02-20 12:49:31下载
- 积分: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
-
方程根的数值实验,用牛顿迭代法,找到了…
方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
- 2022-01-25 23:17:53下载
- 积分:1
-
通过对输出到Excel flxgrid功能
通过函数将 FlxGrid中的内容输出到Excel表格-through FlxGrid function of the output to Excel
- 2022-10-01 05:30:04下载
- 积分:1
-
ov3620 table ov3620 table
ov3620 table ov3620 table
- 2023-03-10 00:15:03下载
- 积分:1
-
包含了c语言中的几乎所有的库函数,适用于爱好c编程的初学者。...
包含了c语言中的几乎所有的库函数,适用于爱好c编程的初学者。-contains language almost all of the libraries, applies to the programming c-loving beginners.
- 2023-03-17 10:35:03下载
- 积分:1
-
基于web图书管理系统
基于web图书管理系统,包括用户和管理员的相关功能
- 2022-03-19 18:41:45下载
- 积分:1
-
Describe Describe Describe Describe
Describe Describe Describe-Describe Describe Describe Describe
- 2022-04-26 13:22:57下载
- 积分:1