-
Simple simple player, source code can be added, transplant into a rich multi
简单的simple player,源码可添加,移植成丰富的多功能player-Simple simple player, source code can be added, transplant into a rich multi-player
- 2023-06-23 11:15:03下载
- 积分:1
-
利用哈夫曼编码技术进行文件的压缩与解压缩
如题所示,该代码是利用 哈夫曼编码技术 进行 各种格式信息 的 压缩 与 解压缩。
- 2022-02-01 05:23:57下载
- 积分:1
-
amd64 装显卡驱动时所需的cpu驱动
amd64 装显卡驱动时所需的cpu驱动-amd64 installed graphics drivers required cpu driver
- 2022-07-04 00:26:14下载
- 积分: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
-
导航嵌入式系统,嵌入式硬件启动后该软件自动启动车载导航系统软件...
导航嵌入式系统,嵌入式硬件启动后该软件自动启动车载导航系统软件
-navigation embedded system and the hardware after commencement of the software automatically launch vehicle navigation system software
- 2022-02-14 19:49:55下载
- 积分:1
-
kjsdhfohsadkflhsladfhkilsadflhsadofhfhodsahf
实现对内存单元的内容中特定需要符号的统计。-kjsdhfohsadkflhsladfhkilsadflhsadofhfhodsahf
- 2023-05-14 14:45:03下载
- 积分:1
-
this is the code for forum
this the code for um-this is the code for forum
- 2023-06-07 02:45:03下载
- 积分:1
-
软件简介:全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。注意有些实例只提供了部分模块,因此运行时需要添加其他代码。...
软件简介:全部代码全部在JDK中调试成功,因此一般可在其他开发工具中使用。注意有些实例只提供了部分模块,因此运行时需要添加其他代码。-software brief : all in all JDK code tuning successful, it is generally available in other development tools to use. To some examples provided only a partial module, the Runtime need to add other code.
- 2022-07-09 09:42:59下载
- 积分:1
-
NO.STOCK.
红烛教鞭用于股票软件使用中进行划线标注等等。可以改变颜色,线条粗细。等等。很方便。软件很小。
红烛教鞭用于股票软件使用中进行划线标注等等。可以改变颜色,线条粗细。等等。很方便。软件很小。
红烛教鞭用于股票软件使用中进行划线标注等等。可以改变颜色,线条粗细。等等。很方便。软件很小。
红烛教鞭用于股票软件使用中进行划线标注等等。可以改变颜色,线条粗细。等等。很方便。软件很小。
- 2022-01-27 21:35:03下载
- 积分:1
-
Text to Speech Converter
- 2022-02-16 05:07:16下载
- 积分:1