-
一个原国外早期的cs1.6代码,获取人物信息全
一个原国外早期的cs1.6代码,获取人物信息全-A former foreign early cs1.6 code, access to information-wide figures
- 2023-06-21 04:20:03下载
- 积分:1
-
Wifi扫描器和自定义MFC控件
Wifi scanner + custom MFC controls
在WINCE环境下工作。...
Wifi扫描器和自定义MFC控件
Wifi scanner + custom MFC controls
在WINCE环境下工作。-Wifi scanner and custom MFC controls Wifi scanner+ Custom MFC controls in WINCE environment.
- 2023-08-16 18:00:03下载
- 积分:1
-
基于oem的数据查询系统 对图结构的半结构化数据进行并,差,选择,投影,粘贴及切削的操作...
基于oem的数据查询系统 对图结构的半结构化数据进行并,差,选择,投影,粘贴及切削的操作-professionals and consumers can Based on the data query system to map the structure of semi-structured data and, worse, selection, projection, cutting and pasting operation
- 2022-11-10 12:20:04下载
- 积分: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
-
traceroute程序代码
还是有一些小不足,但基本框架在此,大家可以参考参考。有改进,我会更新的~
- 2022-05-22 00:57:50下载
- 积分:1
-
Arrastar e Soltar Arquivos do tipo .txt no form (leitura automatica)
示例系统演示了如何拖动和搜索类型为的文件。Txt格式,从Txt文件中获取结果数据。
- 2022-02-25 20:38:22下载
- 积分:1
-
wincc示例的使用,这些也是WINCC学习的一些程序段。这个演示程序里包含了,wincc里大部分功能,这对初学者有很大的帮助。...
wincc示例的使用,这些也是WINCC学习的一些程序段。这个演示程序里包含了,wincc里大部分功能,这对初学者有很大的帮助。-WinCC sample use, they are learning some of the procedures WINCC paragraph. The demo program contains, wincc where most of the functions, which is very helpful for beginners.
- 2023-08-19 19:20:19下载
- 积分:1
-
这些资料是学习WINCC是例子里面的程序代码,望认真学习。
这些资料是学习WINCC是例子里面的程序代码,望认真学习。-Such information is to learn from examples of WINCC is inside the program code, hope to seriously study.
- 2022-03-25 01:41:57下载
- 积分:1
-
本文件为模拟操作系统的内存分配
本文件为模拟操作系统的内存分配-this paper to simulate the operating system memory allocation
- 2022-01-25 22:14:05下载
- 积分:1
-
a very simple type of drive control can be transplanted
一种非常简单的驱动控制可以移植
- 2022-01-31 17:30:39下载
- 积分:1