-
微软手机短信订购软件
微软手机短信订购软件-ordered Microsoft SMS software
- 2022-08-16 23:17:03下载
- 积分:1
-
hotelManage hotel management to provide the application, cancellation room
hotelManage
酒店管理
提供申请,注销房间-hotelManage hotel management to provide the application, cancellation room
- 2022-02-01 21:57:00下载
- 积分:1
-
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办...
最近学了一段时间的C,感觉还不错,这对单片机的编程也很有帮助,在这奉上一个小程序(在VC6.0里运行的话,能看得更加清楚),其功能就是显示任何一年的万年历,没办法,学的不是很多,这样的程序也拿来传。。希望大家见谅,不过我觉得这也有他的好处。-Recent study for a period of time C, feeling good, and this single-chip programming is also helpful in this offer, a small program (to run in VC6.0 so, can see more clearly), its function is to display any calendar year, no way, learning is not a lot, so that the procedures used Chuan. . I hope everyone will forgive, but I think this also has the advantage of him.
- 2022-05-08 07:54:29下载
- 积分:1
-
通过普通的电话上网
通过普通的电话上网-through the regular telephone line
- 2022-03-22 20:49:01下载
- 积分:1
-
超市扫码结账代码
小型便利店进销存管理系统,该系统配扫码仪一起使用,进货扫码入库,销货扫码销货,制定价格种类,记账,纯客户端应用程序,如计算机出现故障,可备份数据库。
- 2022-03-05 11:44:21下载
- 积分: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
-
a command
一个WIN32命令行分析程序的源代码.-a command-line analysis of a program"s source code.
- 2022-01-22 16:30:43下载
- 积分:1
-
百度地图测试开发
百度地图api测试开发,小练手,大家用得到的就用,用不到的别喷,谢谢。地理数据是随便拾取的,并不是真实数据,仅做参考。
用的intellij-idea,测试的话需要在intellij-idea里面运行
- 2022-04-21 17:36:03下载
- 积分:1
-
vc用驱动接口开发的,可以禁用usb,光驱,软驱,可以作为动态库使用....
vc用驱动接口开发的,可以禁用usb,光驱,软驱,可以作为动态库使用.-vc-driven interface with development, you can disable the usb, drive, floppy drive, you can use as a dynamic library.
- 2022-05-06 14:25:04下载
- 积分:1
-
The issue of pipeline process is relatively simple, we make do with using it
输油管道问题程序,比较简单,大家凑合着用吧-The issue of pipeline process is relatively simple, we make do with using it
- 2023-05-16 02:25:04下载
- 积分:1