-
磁盘调度模拟的算法实验课程设计的良药啊
磁盘调度模拟的算法实验课程设计的良药啊-Disk scheduling algorithm for simulation experimental medicine curriculum design ah
- 2022-03-19 21:15:49下载
- 积分:1
-
VB prepared with a car rental system
一个用VB编写的汽车租赁系统,功能比较全,界面比较实用-VB prepared with a car rental system-wide functions, interface more practical
- 2022-02-18 15:23:10下载
- 积分:1
-
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。...
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。-This is the second Effective C++ After a book, More Effective C++ Mainly on a number of efficiency, anomalies and other issues.
- 2022-10-23 15:20:03下载
- 积分:1
-
flex和ajx 的结合 ,在myeclipse下开发的
flex和ajx 的结合 ,在myeclipse下开发的-The combination of flex and ajx in myeclipse developed under the
- 2022-02-02 02:30:12下载
- 积分:1
-
管程的实现,用于线程的通讯
管程的实现,用于线程的通讯-way of the realization of communication for threads
- 2022-07-16 06:29:41下载
- 积分:1
-
这是一个用EXCEL表格内容是关于一些统计,调查等
这是一个用EXCEL表格内容是关于一些统计,调查等-Excel is about some statistics, surveys, etc.
- 2022-02-21 22:43:59下载
- 积分: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
-
简单使用的hufmTree,里面可以压缩于解压文件
简单使用的hufmTree,里面可以压缩于解压文件-Simple to use hufmTree, which can be compressed in-extracting file
- 2022-03-19 13:40:58下载
- 积分:1
-
不错的变色龙游戏
不错的变色龙游戏-good chameleon game
- 2022-03-29 08:53:15下载
- 积分:1
-
基于evc下的控件编程,介绍了list控件的重绘 ,有很好的参考价值...
基于evc下的控件编程,介绍了list控件的重绘 ,有很好的参考价值-EVC-based programming under control, introduce a list redraw controls, has a very good reference value
- 2022-01-26 05:06:03下载
- 积分:1