-
MFC技术内幕(配书源码CHAP09.rar
MFC技术内幕(配书源码CHAP09.rar-MFC Insider (book distribution source CHAP09.rar
- 2022-04-10 12:12:17下载
- 积分:1
-
读者与写着问题,可视化演示,直观的演示了读者写者问题。...
读者与写着问题,可视化演示,直观的演示了读者写者问题。-Readers and reading problems, visual presentations, visual presentation of the reader-writer problem.
- 2023-06-04 21:50:03下载
- 积分:1
-
一个开源的基于WindowsCE的GIS系统。
一个开源的基于WindowsCE的GIS系统。-An open source GIS based on the WindowsCE system.
- 2023-07-08 23:25:04下载
- 积分:1
-
对于小摄像头的驱动有几种方法,通过使用DirectShow来驱动摄像头灵活性比较好,有简单的方法也有比较复杂但更有效的方法,本文只介绍简单方法,希望与大家交流!...
对于小摄像头的驱动有几种方法,通过使用DirectShow来驱动摄像头灵活性比较好,有简单的方法也有比较复杂但更有效的方法,本文只介绍简单方法,希望与大家交流!-small camera is driven by several methods, using DirectShow to drive the camera better flexibility, a simple way to a more complex but more effective method, only introduced simple, in the hope of sharing with you!
- 2022-12-08 00:35:03下载
- 积分:1
-
基于mfc的opengl配置框架
基于mfc的opengl配置框架,方便初学opengl的人快速入门,程序中有中文注释。
- 2023-05-18 22:00:03下载
- 积分:1
-
精通DirectX图形编程的源代码,包含28,29两个章节
精通DirectX图形编程的源代码,包含28,29两个章节-Proficient in DirectX graphics programming source code, contains two chapters 28,29
- 2022-01-25 22:39:50下载
- 积分:1
-
TDI代码,传输层驱动接口技术,
TDI代码,传输层驱动接口技术,-TDI code, the transport layer driver interface technology! ! ! ! ! ! !
- 2022-01-23 10:32:18下载
- 积分: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
-
hse相关文档,hse相关资料,hse介绍,hse标准
hse相关文档,hse相关资料,hse介绍,hse标准-HSE related documentation, hse relevant information, hse introduced, hse standards
- 2022-03-16 01:15:16下载
- 积分:1
-
函数从LLH到ECEF坐标转换
Function convert the coordinates from LLH to ECEF
- 2022-03-26 06:25:34下载
- 积分:1