-
Read Write Excel
读写Excel.cpp
- 2022-07-14 03:13:17下载
- 积分:1
-
显示当前系统中运行的所有窗口的VB源码
显示当前系统中运行的所有窗口的VB源码-Shows the current system, running on all the windows of the VB source code ..................
- 2022-07-27 07:40:47下载
- 积分:1
-
Construction on the single
关于构造单实例应用的范例代码。-Construction on the single-instance application code examples.
- 2022-12-13 23:20:03下载
- 积分:1
-
本程序可以实现QAM均衡,这里面有详细的英文说明,对于复数仿真很有用处...
本程序可以实现QAM均衡,这里面有详细的英文说明,对于复数仿真很有用处-QAM balance can be achieved, there is a detailed statement in English, the plural useful simulation
- 2022-02-14 01:19:35下载
- 积分: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
-
ping 的程序,支持多种设置,包大小,时长
ping 的程序,支持多种设置,包大小,时长-ping procedures, to support a variety of settings, packet size, length of time
- 2022-01-26 03:10:31下载
- 积分:1
-
主要介绍在SuperMap IS .NET的使用和开发过程中需要了解和掌握的一些专题内容,包括许可配置信息、数字水印功能、智能集群缓存...
主要介绍在SuperMap IS .NET的使用和开发过程中需要了解和掌握的一些专题内容,包括许可配置信息、数字水印功能、智能集群缓存-Mainly describes the SuperMap IS. NET s use and development process need to understand and master a number of topics, including the license configuration information, digital watermarking capabilities, intelligent clustered cache
- 2022-11-10 16:15:03下载
- 积分:1
-
有关文件读取以及将所得数据整合再画出图形
有关文件读取以及将所得数据整合再画出图形-Read the relevant documents as well as the data integration re-drawn graphics
- 2022-03-15 01:51:19下载
- 积分:1
-
91331994network_report,vc++实验报告,聊天系统
91331994network_report,vc++实验报告,聊天系统-91331994network_report,vc++
- 2022-01-25 18:26:06下载
- 积分:1
-
使用E写的游戏菜单!更多的介绍了易语言在快速应用开发上的优越性。 本程序适合网吧使用!...
使用E写的游戏菜单!更多的介绍了易语言在快速应用开发上的优越性。 本程序适合网吧使用!-E write menu of the game! More of the Yi language rapid application development on the superiority. The procedures for the use of Internet cafes!
- 2022-03-16 19:13:33下载
- 积分:1