-
VC的好书,不过适合有一点基础的人,对提高和精通有着不可估量的作用
!...
VC的好书,不过适合有一点基础的人,对提高和精通有着不可估量的作用
!-VC
- 2023-05-23 22:00:03下载
- 积分:1
-
C经典程序,不紧对学C的有帮助,对所有程序员都有帮助哦
C经典程序,不紧对学C的有帮助,对所有程序员都有帮助哦-C classic procedures, a lack of C for school help to all programmers have helped oh
- 2022-01-27 09:58:05下载
- 积分:1
-
AC设备技术原理与发展方向,文中包括目前市场上主流AC设备厂商的产品介绍与特点.同时,简要分析了AC设备未来的发展方向....
AC设备技术原理与发展方向,文中包括目前市场上主流AC设备厂商的产品介绍与特点.同时,简要分析了AC设备未来的发展方向.-Principle of AC equipment and the development direction of technology, the text included in the mainstream of the market on AC equipment vendors and the characteristics of the product introduction. At the same time, a brief analysis of the AC equipment of the future direction of development.
- 2022-09-12 02:40:03下载
- 积分:1
-
计算器 加减乘除 可点击可输入 单步不能表达式
计算器 加减乘除 可点击可输入 单步不能表达式-Multiplication and division addition and subtraction calculator can click on to enter the single-step can not be an expression
- 2022-04-15 16:13:53下载
- 积分:1
-
自动生成虚拟设备驱动(VXD),用vc++编译
自动生成虚拟设备驱动(VXD),用vc++编译-Automatic generation of virtual device driver (VXD), with vc++ Compiler
- 2022-08-06 11:17:41下载
- 积分:1
-
简单的随机码生成工具,可以生成数字码,字母码,以及数字和字母的混合码。...
简单的随机码生成工具,可以生成数字码,字母码,以及数字和字母的混合码。-Simple random code generation tool that can generate the digital code, alphabetical code, as well as numbers and letters mixed code.
- 2022-07-09 01:54:10下载
- 积分:1
-
企业后台网站框架
企业后台网站框架,运行速度还是可以的
有需要的就下载吧
- 2023-06-02 02:55:04下载
- 积分:1
-
MFC写的LRC文件提取分析方法与歌词
mfc写的lrc文件提取解析程序,按时间排列歌词-mfc written lrc file extraction analytical procedure time with lyrics
- 2022-11-03 07:45: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
-
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明...
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明-stmeditor urban public transport map editor source code sample to generate a map of sample exepack urban public transport map editor and use the executable package
- 2022-01-30 13:33:22下载
- 积分:1