-
基于NTRIP协议的GPS数据传输程序!
基于NTRIP协议的GPS数据传输程序!-NTRIP agreement based on GPS data transfer process!
- 2022-02-03 03:44:25下载
- 积分: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
-
MATLAB 脚本节点-分形
这六生成分形使用 MATLAB(R) 脚本节点和地块在上前面板 MathWorks Inc.MATLAB 5.0 或更高的应用程序软件版本生成的窗体,必须安装才能运行此六.请参阅上下文帮助 < CTRL + H > 的详细信息。
- 2022-05-06 07:39:57下载
- 积分:1
-
thread safe locking queue implementation in c++, easily convert to c implementat...
thread safe locking queue implementation in c++, easily convert to c implementation.
- 2022-09-26 16:50:02下载
- 积分:1
-
可在画板上绘制三棱锥、四棱锥、五棱锥。图形可更换颜色。...
可在画板上绘制三棱锥、四棱锥、五棱锥。图形可更换颜色。-Can be drawn on the drawing board three pyramid, four pyramid, five pyramid. Graphics can change the color.
- 2022-05-23 22:13:09下载
- 积分:1
-
一种改进的开关中值滤波对均匀分布的脉冲噪声去除…
An Improved Switching Median filter for Uniformly Distributed Impulse Noise Removal
- 2022-03-26 02:23:22下载
- 积分:1
-
from the window to get the file handle (6KB)
从窗口句柄中得到文件名(6KB)-from the window to get the file handle (6KB)
- 2022-05-08 09:55:58下载
- 积分:1
-
汇编语言程序设计 汇编语言程序设计52
汇编语言程序设计 汇编语言程序设计52-assembly language programming design assem bly language programming design52
- 2022-04-12 23:54:25下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-10-08 22:30:03下载
- 积分:1
-
Windows Mobile 手机应用的Java applet开发示例
Windows Mobile 手机应用的Java applet开发示例
- 2022-03-14 21:23:41下载
- 积分:1