-
单片机超声波程序(stc15f2k60s2)
单片机超声波程序,研究了将近一个星期前才整出来的玩意,代码有注释,结构清晰,方便初学者学习了解,分别使用了单片机的定时器0和1,根据单片机数码管IO口的不同可以修改程序源码。
- 2022-02-21 21:57:50下载
- 积分:1
-
企业聊天软件
EimSystem是一个简单的企业聊天软件,功能包括,基本的文字聊天,文件传输,视频聊天,和语音聊天。网络协议基于UDP
界面比较简洁,包括客户端和服务器两个部分。
- 2022-05-21 21:14:09下载
- 积分: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
-
该代码模拟建设银行的取款机,这是我的首次需求分析
该代码模拟建设银行的取款机,这是我的首次需求分析-the bank"s teller machines, this is my first demand analysis
- 2022-01-26 03:10:12下载
- 积分:1
-
c++ standard library is learning to use each c++ essential reference books.
c++ standard library 是每个学习使用c++的必备参考书。-c++ standard library is learning to use each c++ essential reference books.
- 2022-04-27 10:16:52下载
- 积分:1
-
a DLL with MFC's date library
一个用MFC DLL开发的日期函数库-a DLL with MFC"s date library
- 2022-04-26 22:20:57下载
- 积分:1
-
Internet Shopping Mall Network JiSuShop tectonic trading platform
JiSuShop 网络商城 构造网络买卖平台-Internet Shopping Mall Network JiSuShop tectonic trading platform
- 2023-05-29 13:00:03下载
- 积分:1
-
花一天时间学好Word排版,绝对是一劳永逸的事。
Word不是最重要的,但绝对是影响建模表达、写作效率和修改方便性的关键。
所有与内容无关的...
花一天时间学好Word排版,绝对是一劳永逸的事。
Word不是最重要的,但绝对是影响建模表达、写作效率和修改方便性的关键。
所有与内容无关的排版工作都交给Word去完成吧。-Flower a day to learn Word Publishing, is a matter for once and for all. Word is not the most important, but is the expression of the impact of modeling, writing and revision of the efficiency of the key convenience. All unrelated to the content of the typesetting work to complete it to the Word.
- 2022-04-09 00:58:38下载
- 积分:1
-
与Visual C++ olddb
connect to olddb with visual c++
connect to olddb with visual c++
library-connect to olddb with visual c++
connect to olddb with visual c++
library
- 2022-10-26 20:05:03下载
- 积分:1
-
a process sequence, the small software (vc)
产生程序序列号的小软件(vc++)-a process sequence, the small software (vc)
- 2023-03-13 02:00:04下载
- 积分:1