-
将两个.wav格式的文件拼接成一个文件。主要在于.wav头文件的处理。...
将两个.wav格式的文件拼接成一个文件。主要在于.wav头文件的处理。-to two. Wav files into a document splicing. Mainly. Wav files of treatment.
- 2023-05-26 17:15:03下载
- 积分:1
-
一个关于图书管理的VFP软件,比较详细的说明了编程流程。
一个关于图书管理的VFP软件,比较详细的说明了编程流程。-On the VFP library management software, a more detailed explanation of the programming process.
- 2023-07-17 00:25:03下载
- 积分:1
-
注册服务到系统服务中,自动运行Emule并能提供自动检查emule是否出错,如出错则关闭并重启Emule,并提供定时关机...
注册服务到系统服务中,自动运行Emule并能提供自动检查emule是否出错,如出错则关闭并重启Emule,并提供定时关机-Registration service to the system services, automatically run Emule and provide emule automatically checks whether the error, if error then shut down and restart Emule, and provide regular shutdown
- 2022-06-01 22:18:19下载
- 积分:1
-
C language code base of practice
C++语言基础部分练习代码-C language code base of practice
- 2022-03-18 13:48:48下载
- 积分:1
-
vb 自动关机
vb 自动关机-vb automatic Guan Ji
- 2022-05-25 21:29:04下载
- 积分:1
-
在c++基础上用A*算法解决15数码问题
在c++基础上用A*算法解决15数码问题-15 with the A* algorithm to solve the problem of digital
- 2022-11-22 09:25: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
-
renowned Cleveland ergodic process
著名的骑士遍历程序-renowned Cleveland ergodic process
- 2022-01-25 23:37:23下载
- 积分:1
-
API钩子APIHOOK 2.0 源代码
API钩子APIHOOK 2.0 源代码-API hook APIHOOK 2.0 source code
- 2022-07-02 15:09:54下载
- 积分:1
-
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。...
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。-This program demostrate how to write higher layer applications to communicate with USB ports. Readers need to know how the server recognizes the USB device and basic principles of USB.
- 2023-08-18 13:30:03下载
- 积分:1