-
清华大学第三版C语言教材习题答案
清华大学第三版C语言教材习题答案-Tsinghua University Column C language teaching answer Exercises
- 2022-04-30 23:17:21下载
- 积分:1
-
Ti msp430 jtag design
Ti msp430 jtag design
- 2022-03-18 13:00:32下载
- 积分:1
-
how to set up a sister city links are so few routes do not intersect also the la...
动态规划法---如何设置友好城市间的航线使的航线数又最大又不相交-dynamic programming-- how to set up a sister city links are so few routes do not intersect also the largest
- 2022-09-08 19:00:02下载
- 积分:1
-
样品中的WCF安全认证要求,使用WCF是否可以…
wcf中进行安全认证调用的示例,使用wcf的可以下载-wcf security authentication calls in the sample, using wcf to see if that can be downloaded
- 2023-07-24 18:55:03下载
- 积分:1
-
一个delphi制作透明字体的小程序示范
一个delphi制作透明字体的小程序示范-Delphi create a transparent process model of small fonts
- 2022-07-07 18:26:49下载
- 积分:1
-
多媒体播放器示例 VB实现 多种媒体文件的播放
多媒体播放器示例 VB实现 多种媒体文件的播放-multimedia players Example VB variety of media players
- 2022-01-25 19:52:59下载
- 积分:1
-
PHP Bulk SMS Script.
A Bulk SMS PHP script to send SMS.
PHP Bulk SMS Script.
A Bulk SMS PHP script to send SMS.
- 2023-06-23 14:30:03下载
- 积分: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
-
This program plots 3 trigometric graphs namely sin, cos and tan.
这个程序绘制3个三角图,即sin、cos和tan。
- 2023-01-08 18:20:04下载
- 积分:1
-
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。
TC2.0 是一款C语言编程器 ,压缩包解压时不能有密码。-TC2.0 is a C language programming, and the cabinet should not have a password when extracting.
- 2022-07-28 09:28:54下载
- 积分:1