-
分析在同一目录下所收到的所有邮件的敏感信息的一个小工具...
分析在同一目录下所收到的所有邮件的敏感信息的一个小工具-A small tool which can analyse impressible information of all the mails received from the same directory.
- 2022-05-30 07:43:21下载
- 积分:1
-
该程序可以测试飞思卡尔
该程序可以测试飞思卡尔-MC13224射频性能
- 2022-04-20 06:48:17下载
- 积分:1
-
a tablet procedures for the use of learning
一个写字板程序,供学习使用-a tablet procedures for the use of learning
- 2023-05-13 16:35:03下载
- 积分:1
-
有关学生管理系统的c++实现。具有基本的学生信息管理的功能。...
有关学生管理系统的c++实现。具有基本的学生信息管理的功能。-The student management system c++ Achieve. Students with basic information management functions.
- 2022-01-31 18:37:13下载
- 积分:1
-
ATmaga128 ADC程序 (采用内部基准源2.56V,测试通过,精度高)
ATmaga128 ADC程序 (采用内部基准源2.56V,测试通过,精度高)-ATmaga128 ADC program (using internal reference 2.56V, test, high precision)
- 2022-03-23 01:52:36下载
- 积分:1
-
可以作为动画背景音乐,并有用户的喜好,自主选择功能.中断调用...
可以作为动画背景音乐,并有用户的喜好,自主选择功能.中断调用-It can be used as the cartoon background music and selected by the user according to his favorites.
- 2022-07-25 00:19:36下载
- 积分:1
-
write to event log
将日志写入delphi事件日志的简单示例。
- 2022-05-13 18:46:42下载
- 积分: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
-
SQLSever 数据库贴付机工具 (SQLServer 2000 年)
SQLSever 数据库贴付机是 sqlserver 2000 贴付机数据库文件 (包括日志文件)。它使用 C# 作为编程语言,可以创建,修饰和在 VS 2013 IDE 中进行编译。geneally 说,它可以用作 auxilury 工具附加 DB 文件为安装程序向导。它支持两种类型的连接方法包括 windows 系统授权和数据库用户登录在 (与有效的密码)。
- 2022-02-24 09:34:49下载
- 积分:1
-
我写的一个模拟彩票抽奖的程序。用到了随机数的生成,数据保存等。...
我写的一个模拟彩票抽奖的程序。用到了随机数的生成,数据保存等。-I wrote a mock lottery draw procedures. Used a random number generator, data preservation.
- 2023-01-09 10:00:04下载
- 积分:1