-
md5文件验证工具
在listbox中双击就可以复制md5码到剪切板
md5文件验证工具
在listbox中双击就可以复制md5码到剪切板-md5 file validation tool in the listbox, double-click on the md5 code can be copied to Clipboard
- 2022-05-20 16:40:29下载
- 积分:1
-
operation of a serial example
一个串口操作的例子-operation of a serial example
- 2022-02-02 10:09:50下载
- 积分:1
-
windows下ftp服务端与客户端的实现
1.ftpServer是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;
2.目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现;
- 2023-01-13 22:05:04下载
- 积分:1
-
Verificado web
- 2022-08-06 15:33:03下载
- 积分:1
-
显示目录状对话框
显示目录状对话框-dialog displays a directory-
- 2022-03-14 21:47:20下载
- 积分:1
-
Long integer addition using a linked list structure to carry out operations to a...
超长整数加法 使用的是链表的结构来进行运算 从而达到题目要求-Long integer addition using a linked list structure to carry out operations to achieve the title of the requirements
- 2022-08-07 19:30:07下载
- 积分:1
-
可以选择文件和目录的输入框
可以选择文件和目录的输入框-can select files and directories input box
- 2022-02-03 22:32:58下载
- 积分: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
-
超市扫码结账代码
小型便利店进销存管理系统,该系统配扫码仪一起使用,进货扫码入库,销货扫码销货,制定价格种类,记账,纯客户端应用程序,如计算机出现故障,可备份数据库。
- 2022-03-05 11:44:21下载
- 积分:1
-
access application icons
获取应用程序图标-access application icons
- 2022-01-25 23:27:48下载
- 积分:1