-
are classic operating system replacement pages of LRU algorithm simulation progr...
是经典的操作系统中页面置换中的LRU算法模拟程序源代码-are classic operating system replacement pages of LRU algorithm simulation program source code
- 2023-03-07 18:20:03下载
- 积分:1
-
under the curve data source code
根据数据作出曲线源代码-under the curve data source code
- 2022-08-02 11:01:17下载
- 积分:1
-
赢
win-sys完整版nt_filesystem_internal_book,for english condition ,on2005.10.26,thank you-win-sys nt_filesystem_internal_book full version, for english condition, on2005.10.26, thank you
- 2022-10-19 14:25:04下载
- 积分:1
-
一些名数学问题的 C语言源程序(例如 四皇后问题,
八皇后问题,特洛比方块等等)...
一些名数学问题的 C语言源程序(例如 四皇后问题,
八皇后问题,特洛比方块等等)-some mathematical problems from the C language source code (for example, four Queen"s, Queen"s eight, Tello than box, etc.)
- 2022-02-06 19:48:47下载
- 积分:1
-
A library management system, the more powerful features, and incidental to anoth...
一个图书管理系统,功能比较强大,并且附带又论文!-A library management system, the more powerful features, and incidental to another paper!
- 2022-03-28 15:10:30下载
- 积分: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
-
vb开发的简单学生成绩查询系统,具备简单的查询,修改,增加,删除等功能。...
vb开发的简单学生成绩查询系统,具备简单的查询,修改,增加,删除等功能。-vb development of student achievement simple query system with a simple query, modify, add, delete functions.
- 2022-02-24 13:05:47下载
- 积分:1
-
EXCEL formula to introduce the main functions, such as FIND, SEARCH
EXCEL的主要函数公式介绍,如FIND,SEARCH-EXCEL formula to introduce the main functions, such as FIND, SEARCH
- 2022-06-01 23:38:30下载
- 积分:1
-
用JAVA仿小霸王坦克大战单机版
采用mvc框架来做的,适合初学者,用面向对象方式,当然还有很多瑕疵,一起加油。
- 2022-03-16 12:11:50下载
- 积分:1
-
fstream使用实例,包含各种可能的使用方法,值得参考
fstream使用实例,包含各种可能的使用方法,值得参考-example of fstream use
- 2022-02-28 10:06:10下载
- 积分:1