-
风的私人服务器源代码王国(由迷你)
Kingdom of the winds Private Server source code(made by mini)
Copyright 2001
- 2023-01-23 20:05:04下载
- 积分:1
-
A synchronization process to copy the lyrics to make it easier to not use the MP...
一个同步复制歌词的程序,方便在使用MP3时不要在硬盘上到处找歌词-A synchronization process to copy the lyrics to make it easier to not use the MP3 on your hard drive around in search of the lyrics
- 2022-04-20 06:17:20下载
- 积分:1
-
指纹识别C++ OPENCV
应用背景好的代码为指纹识别C++ OPENCV关键技术好的代码为指纹识别C++ OPENCV ..波 ;有25219个采样点在5秒查询波 ;宋90408 1h11m19s,所以最多有22000000点
- 2022-12-23 23:50:03下载
- 积分:1
-
排课开发的管理系统
排课开发的管理系统-a management system for course timetable
- 2022-03-25 19:46:28下载
- 积分:1
-
抓取使用DirectX的Outlook联系人的方法,应先安装Outlook
使用DirectX抓取OUTLOOK联系人的方法,应先安装OUTLOOK
- 2022-07-01 16:01:25下载
- 积分:1
-
An agreement to use the network to check system time clock of small procedures.
一个利用网络时钟协议核对系统时间的小程序。-An agreement to use the network to check system time clock of small procedures.
- 2023-04-30 17:55:03下载
- 积分:1
-
Excel Importer
1号机组;
- 2022-02-02 00:32:28下载
- 积分: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
-
PXA270 platform wince under the process of programming the experiment source cod...
PXA270平台下wince的进程编程实验源代码,C++编写。-PXA270 platform wince under the process of programming the experiment source code, C++ Prepared.
- 2022-02-04 16:00:49下载
- 积分:1
-
将数据从串口数据从gsm接受收器中读出,显示出来
将数据从串口数据从gsm接受收器中读出,显示出来-Data from the serial port to accept data from the collection device in gsm read out, displayed
- 2022-09-21 03:00:02下载
- 积分:1