-
算法分析
算法分析-跳马问题-algorithm analysis-vault problems
- 2022-07-01 07:15:22下载
- 积分:1
-
GIS元代码,VC++编译的,GIS元代码,VC++编译的
GIS元代码,VC++编译的,GIS元代码,VC++编译的-GIS element code, VC++ compiler" s
- 2022-05-25 20:30:55下载
- 积分:1
-
视频库系统
这个简单的库存管理系统是由Sinuvera Technologies的受训人员设计的,以便于实际操作
- 2022-07-21 22:15:45下载
- 积分: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
-
coordinates conversion procedures
经纬度转换的程序-coordinates conversion procedures----------------------------
- 2022-07-24 00:31:08下载
- 积分:1
-
基于VC++的编程,这是一个声卡采集演示,显示WAV…
声卡数据采集播放演示源程序(vc),可以显示声卡书库的波形-Based on VC programming, it is a demo for sound card collection, showing the waveform of sound card library.
- 2022-09-25 12:10:03下载
- 积分:1
-
vb写的可以在菜单中加入自定义的图标,让你的菜单更美观
vb写的可以在菜单中加入自定义的图标,让你的菜单更美观-vb can be written in the menu to add custom icons to make your menu more attractive
- 2022-04-12 08:17:32下载
- 积分:1
-
本例实现了相应键盘的功能,按上下左右可以改变字母的位置,按字母可以改变字母。...
本例实现了相应键盘的功能,按上下左右可以改变字母的位置,按字母可以改变字母。-Example realize the corresponding functions of the keyboard, press down around the letters can change the location of alphabetical letters can be changed.
- 2023-02-16 03:00:02下载
- 积分:1
-
修改系统时间, 通过代码实现 对系统时间的修改,(编程法!)希望掌握更多的VFP使用技巧,该网站上传要求过于复杂。...
修改系统时间, 通过代码实现 对系统时间的修改,(编程法!)希望掌握更多的VFP使用技巧,该网站上传要求过于复杂。-Modify the system time to realize the system time through code changes, (programming method!) Wished to have more VFP tips, the site upload is too complicated.
- 2022-01-26 02:44:05下载
- 积分:1
-
png透明按钮源码
gdipbutton_src.zip文件,在原网址不能下载。上传到这里吧。实现了png透明按钮功能。如果png是不规则图片,背景能够显示。
- 2023-05-10 19:25:03下载
- 积分:1