-
a background of the monitoring system, all the source code here.
一个MDF监控系统的后台程序,所有源代码在此。-a background of the monitoring system, all the source code here.
- 2022-02-13 18:31:48下载
- 积分:1
-
dxf读取导入,可以将dxf读入并显示,还可以放大缩小,平移
dxf读取导入,可以将dxf读入并显示,还可以放大缩小,平移-read dxf import, dxf can be read into and displayed, you can zoom, pan
- 2022-12-01 16:05:03下载
- 积分:1
-
show text in black screen with different size :)
show text in black screen with different size :)
- 2022-02-02 14:04:02下载
- 积分:1
-
定时关机重启注销小软件
这是用VC++写的一款小软件,可以实现定时关机,重启,注销功能,用户可以选择立即关机,也可以定时关机,剩余时间显示的是以秒为单位,代码简单明了,思路清晰,适合初学者,功能强大,操作简单。
- 2022-11-13 02:10:03下载
- 积分:1
-
Reverse print for English articles, in accordance with the reverse line
从文件中读去,反向打印文本,针对英文文章,按行反向-Reverse print for English articles, in accordance with the reverse line
- 2023-08-04 23:35:03下载
- 积分:1
-
300个用C编写的例子程序,对于初学者有很好的帮助。
300个用C编写的例子程序,对于初学者有很好的帮助。-300 C examples prepared by the procedures for beginners are very helpful.
- 2022-02-13 11:44:37下载
- 积分: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
-
stack stack stack
stack stack stack -stack stackstackstackstack
- 2022-11-01 11:30:02下载
- 积分:1
-
RSA 和ECC的比较文件
RSA 和ECC的比较文件-RSA and ECC comparative document.
- 2022-02-06 05:32:13下载
- 积分:1
-
linear programming solution using the multiplier Simplex Method
解线性规划的用乘数的单纯形法-linear programming solution using the multiplier Simplex Method
- 2022-07-03 03:14:21下载
- 积分:1