-
apriori algorithm that is widly used in datamining processes and softwares simpl...
apriori algorithm that is widly used in datamining processes and softwares simple implementtation
- 2022-02-06 01:31:04下载
- 积分:1
-
CE下的listCtrl的扩展类
CE下的listCtrl的扩展类-CE expansion of the category listCtrl
- 2022-05-30 16:26:08下载
- 积分: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
-
没有任何功能,只作演示用的程序粗略框架。适合教学使用。...
没有任何功能,只作演示用的程序粗略框架。适合教学使用。-There is no function, only the procedures used for a rough framework for presentation. Suitable for teaching use.
- 2022-06-28 05:37:56下载
- 积分:1
-
JAVA学生宿舍后台管理系统源码
JAVA学生宿舍后台管理系统源码
完整的一套代码,
可以作为毕业设计使用
欢迎下载试用
- 2022-01-25 19:19:15下载
- 积分:1
-
我做的管理系统,可以实现好多管理方面的内容。我认为是非常不错的,请大家给点意见。...
我做的管理系统,可以实现好多管理方面的内容。我认为是非常不错的,请大家给点意见。-management system, can achieve a lot of the content management. I think it is very good, we have given points.
- 2022-08-11 07:11:37下载
- 积分:1
-
TS流系统层解析程序,功能齐全。VC编译通过。
TS流系统层解析程序,功能齐全。VC编译通过。-TS streaming system layer analytical procedures, a full-featured. Through the VC compiler.
- 2022-08-10 22:11:12下载
- 积分:1
-
GaussianCluster
GaussianCluster 利用高斯混合模型实现对音频的无监督聚类,可以作为一个单独模块使用
- 2022-07-20 05:19:45下载
- 积分:1
-
如何获得十亿分之一秒的时钟精度
如何获得十亿分之一秒的时钟精度-how to obtain a billionth of a second precision clock
- 2022-03-14 06:00:27下载
- 积分:1
-
It provides a sample to know how to play a file in windows system
It provides a sample to know how to play a file in windows system
- 2022-05-13 04:06:05下载
- 积分:1