-
8m信号分路处理, 8m信号分路处理
8m信号分路处理, 8m信号分路处理-8m deal with signal splitter, 8m signal splitter to deal with
- 2022-03-21 14:29:52下载
- 积分:1
-
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
- 2022-02-04 02:58:56下载
- 积分:1
-
颜色识别 大家可以下载看看 或者参考下
颜色识别 大家可以下载看看 或者参考下-Color identification to see if we can download or refer to the following
- 2023-07-22 16:40:03下载
- 积分:1
-
文件搜索,可搜索指定的文件夹。经过改动后,可实现对硬盘的扫描。...
文件搜索,可搜索指定的文件夹。经过改动后,可实现对硬盘的扫描。-File search, you can search the specified folder. After changes, can be realized on the hard drive scan.
- 2022-10-09 08:35:03下载
- 积分:1
-
java按钮响应处理程序
java按钮响应处理程序-java button response procedures
- 2022-02-01 03:40:16下载
- 积分:1
-
从开源网站上下载的代码,在vc中调用opengl,打开wir文件,能光滑曲面,挺不错的!...
从开源网站上下载的代码,在vc中调用opengl,打开wir文件,能光滑曲面,挺不错的!-From the open-source Web site to download the code, in vc call opengl, open wir document that smooth surface, very good!
- 2022-02-27 03:48:20下载
- 积分:1
-
实现此功能绘制的白板椭圆图形!Windows画图…
此功能实现在白板中画椭圆图形!类似Windows的画图模板,还需要完善,请下载来完善它-achieve this function draws the whiteboard elliptical graphics! Windows drawing similar template, we must also perfect, download it to improve
- 2022-01-27 11:52:57下载
- 积分: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
-
EVC can be used to prepare an application that runs on Wince5.0, yes oh
用EVC编写一个可运行于Wince5.0的应用程序,不错哦-EVC can be used to prepare an application that runs on Wince5.0, yes oh
- 2022-01-31 05:49:21下载
- 积分:1
-
WinFinder控件测试例子
WinFinder控件测试例子-The example of testing WinFinder control
- 2022-01-25 16:18:38下载
- 积分:1