-
模拟抓罪犯过程 这个是我用VC编的一个模拟抓罪犯过程程序 大家一看就会明白知道...
模拟抓罪犯过程 这个是我用VC编的一个模拟抓罪犯过程程序 大家一看就会明白知道-simulation grasp of the criminal process, I used a series of the VC grasping criminals process simulation procedures we will see a knows
- 2022-04-11 04:38:08下载
- 积分:1
-
解压后的文件夹,包含了常用的矩阵运算,C++语言…
解压后的文件夹中包含矩阵常见运算的c++语言实现算法,具体见减压文件夹中-After extracting the folder that contains common matrix operations c++ Language algorithms, see decompression specific folder
- 2023-02-17 02:05:03下载
- 积分:1
-
得到CPU的占用率的源码
得到CPU的占用率的源码-be CPU, the occupancy rate of the source
- 2022-10-30 12:15:03下载
- 积分:1
-
example one multi
example one multi-layered application , for beginers. introduction
- 2022-01-28 02:42:18下载
- 积分:1
-
good WTL button cla
good WTL button cla-good WTL button class
- 2022-01-26 00:00:12下载
- 积分:1
-
在其它项目中如何调用微软的office组件的例子
在其它项目中如何调用微软的office组件的例子-In other projects, how to call the example of Microsoft" s office component
- 2022-07-12 08:12:13下载
- 积分:1
-
标准c++学习笔记,大部分是项目经理的总结。很不错,
标准c++学习笔记,大部分是项目经理的总结。很不错,-Standard c++ Learning notes, project manager for most of the summary. Very good
- 2023-07-07 10:35:04下载
- 积分:1
-
这是一个选课系统.用c++做的.也只是一个算法程序,为用的人提供一个参考....
这是一个选课系统.用c++做的.也只是一个算法程序,为用的人提供一个参考.-Elective System. C used to do. Only one paper, for the provision of a reference.
- 2022-07-07 13:58:43下载
- 积分: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
-
Partners can easily solve the USB U Disk EasyUDisk module to read and write to r...
可以轻易解决优盘伴侣EasyUDisk读写U盘模块的读写,它是低端单片机操作U盘的最佳伴侣-Partners can easily solve the USB U Disk EasyUDisk module to read and write to read and write, it is the low-end single-chip set to operate the best partners U
- 2022-07-03 16:13:35下载
- 积分:1