-
取得物理网卡的MAC地址,可以排除虚拟网卡。
取得物理网卡的MAC地址,可以排除虚拟网卡。
- 2022-05-19 18:15:00下载
- 积分:1
-
Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助...
Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助-Windows programming the system source code, which has IO documents, inter-process communication, Network Programming procedures for beginners believe will help
- 2022-02-02 10:14:47下载
- 积分: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
-
用API创建 Toolbar 带 ToolTip的例子(VC 6.0 API SDK程序)
用API创建 Toolbar 带 ToolTip的例子(VC 6.0 API SDK程序)-Using API to create Toolbar with ToolTip example (VC 6.0 API SDK Procedure)
- 2022-03-21 21:11:22下载
- 积分:1
-
机器人
这是一个人工智能的喋喋不休,它会以高效的方式与你交谈方式。赫特博特是一项新技术,它将帮助他人使人与人之间没有区别机器人技术。它的一种技术导致了一种人造的环境。就像爱丽丝聊天机器人它的伊丽莎白聊天机器人。
- 2023-03-13 12:00:04下载
- 积分:1
-
磁盘调度模拟的算法实验课程设计的良药啊
磁盘调度模拟的算法实验课程设计的良药啊-Disk scheduling algorithm for simulation experimental medicine curriculum design ah
- 2022-03-19 21:15:49下载
- 积分:1
-
仿金山毒霸的一些操作
仿金山毒霸的一些操作-imitation At the time of the operation
- 2023-05-15 04:45:02下载
- 积分:1
-
VC动态库示例程序
VC2008下创建和调用动态库的示例模板
- 2023-06-22 23:45:03下载
- 积分:1
-
fast memory copy, by using the intel s mmx technique, the speed is more than 10...
快速内存拷贝,利用intel的mmx,速度比普通快上几十倍-fast memory copy, by using the intel s mmx technique, the speed is more than 10 faster than the normal one
- 2022-07-23 06:55:05下载
- 积分:1
-
dynamic display resolution changes
动态改变显示器分辨率-dynamic display resolution changes
- 2022-06-12 01:05:31下载
- 积分:1