-
dll programming source for learning dll programming reference. We want to help.
dll编程源码,供dll编程学习使用参考。希望对大家有所帮助。-dll programming source for learning dll programming reference. We want to help.
- 2022-06-11 18:30:41下载
- 积分:1
-
Mifare SDK for PEGODA
Mifare SDK for PEGODA
- 2022-12-12 08:20:03下载
- 积分:1
-
这里是几种能够实现高斯滤波系数提取的m文件
这里是几种能够实现高斯滤波系数提取的m文件-Here are a few ways to achieve Gaussian filter coefficients extracted m files
- 2023-01-17 03:35:03下载
- 积分:1
-
最小二乘法曲线拟合
最小二乘法曲线拟合-least squares curve fitting
- 2022-03-23 00:16:47下载
- 积分:1
-
获得本机ip地址,网络编程
获得本机ip地址,网络编程-to this machine ip address, Network Programming
- 2022-02-21 05:18:19下载
- 积分:1
-
在VC++ DirectX环境下,绘制一个四面体,实现四面体的旋转,并设置光照和材质信息。...
在VC++ DirectX环境下,绘制一个四面体,实现四面体的旋转,并设置光照和材质信息。-This programme shows how to draw an rotating tetrahedron,and how to set lighting and materials.
- 2022-01-21 22:15:08下载
- 积分: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
-
赢
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编写的。是学习数据结构的很好源代码-Huffman tree establishment and Huffman decoder. Prepared by C. Data structure is a good learning source code
- 2022-06-21 22:07:03下载
- 积分:1
-
IP拨号器,在选定的联系人的电话号码前加拨您设置好的IP号码,为您节省MONEY噢~...
IP拨号器,在选定的联系人的电话号码前加拨您设置好的IP号码,为您节省MONEY噢~-IP dial-up Internet access in selected contact telephone numbers before allocating you to set a good IP number, to save you MONEY Oh ~
- 2022-04-08 01:23:30下载
- 积分:1