-
mapinfo mapx 使用vb 编程的一个例子
mapinfo mapx 使用vb 编程的一个例子-mapinfo mapx use of a Visual Basic programming examples
- 2023-08-20 12:00:03下载
- 积分:1
-
WinCE下的系统进程列出程序。主要是方便远程调试的程序。
WinCE下的系统进程列出程序。主要是方便远程调试的程序。-WinCE system under the process set out the procedures. Convenience is the main remote debugging process.
- 2022-01-26 08:21:05下载
- 积分: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
-
Search the hard disk duplication of documents stored Find Duplicate can be delet...
查找在硬盘上重复存放的文件Find Duplicate可以将它们删除到回收站-Search the hard disk duplication of documents stored Find Duplicate can be deleted to Trash
- 2023-05-06 19:50:02下载
- 积分:1
-
AutoCad regarding the use of vc programming in order to operate a Class examples...
AutoCad中关于使用vc++编程操作各种命令的一个类实例。-AutoCad regarding the use of vc programming in order to operate a Class examples.
- 2022-09-18 00:25:03下载
- 积分:1
-
串口modem的源程序
串口modem的源程序-serial modem source
- 2023-02-02 18:05:04下载
- 积分:1
-
植物大战僵尸简单实现
用c#开发了一个植物大战僵尸游戏,游戏玩法与怪物都与原版相同。项目中有完整源代码,有兴趣的同学可以参考一下。
- 2023-07-05 21:10:03下载
- 积分:1
-
麻将程序,很经典,适合学习之用。在bcb中开发。
麻将程序,很经典,适合学习之用。在bcb中开发。-mahjong procedures, classic, suitable for learning. In bcb developed.
- 2023-08-09 13:15:03下载
- 积分:1
-
Win2KNT下屏蔽Ctrl+Alt+Del的响应
Win2KNT下屏蔽Ctrl+Alt+Del的响应-Win2KNT under shielding Ctrl Alt Del response
- 2022-01-22 13:57:03下载
- 积分:1
-
基于Gabor特征提取和神经网络的人脸检测的matlab程序
基于Gabor特征提取和神经网络的人脸检测的matlab程序,用于MATLAB的彩色图像色彩空间转换的MEX文件! 程序用于在RGB、LUV,XYZ以及LAB色彩空间之间进行转换。 将文件解压,会有六个MEX文件,将它们放在MATLAB的搜索路径之中,使用时可直接使用! 例如: Y=rgb2lab(X); 其中X为要转换的图像,其色彩空间为RGB;Y为输出图像,其色彩空间为LAB。
- 2022-01-21 19:35:38下载
- 积分:1