-
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的...
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的-Based on the WinCE operating system, SMDK2410 hardware development platform under the power management procedure- Main completed system sleep, wake up, so as to achieve the purpose of saving
- 2022-12-12 07:35:03下载
- 积分:1
-
语法分析器,用C++运行。非常好用啊!能运行。
语法分析器,用C++运行。非常好用啊!能运行。-Parser
- 2022-06-21 19:32:57下载
- 积分:1
-
自己写的绘制wav波形码的Code。
至于放大等特殊需求没有包含在内。
需要各位自己来了。...
自己写的绘制wav波形码的Code。
至于放大等特殊需求没有包含在内。
需要各位自己来了。-Wav to write their own rendering code waveform Code. As for the special needs, such as not to enlarge included. Need your own come.
- 2022-02-03 11:32:39下载
- 积分:1
-
演示了如何使用matlab中的数学函数,对数据计算非常有用。
演示了如何使用matlab中的数学函数,对数据计算非常有用。-demonstration of how to use the Matlab mathematical function, the data is very useful.
- 2022-04-28 22:49:39下载
- 积分:1
-
这是一个MD5程序,用c语言写的.可以直接用.
这是一个MD5程序,用c语言写的.可以直接用.-this is a MD5 program,which is written by C and can be used directly.
- 2022-11-02 17:55:03下载
- 积分: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
-
可以实现软件注册期限,如果软件到期则程序无法正常运行.
可以实现软件注册期限,如果软件到期则程序无法正常运行.-Registration deadline for the software can be achieved, if the software process maturity is not normal operation.
- 2022-07-13 18:32:46下载
- 积分:1
-
Visual C++ 6.0 example, to read the registry information of the file extension a...
Visual C++ 6.0 例子,读取注册表中文件扩展名的信息并用默认打开方式打开它。-Visual C++ 6.0 example, to read the registry information of the file extension and open it by default.
- 2022-02-21 09:41:24下载
- 积分:1
-
200 良好的编辑界面,较强的控制能力,配合全屏幕编辑控制条件...
200 良好的编辑界面,较强的控制能力,配合全屏幕编辑控制条件-200 good editing interface, a strong ability to control, with full-screen editing control conditions
- 2022-07-08 10:33:20下载
- 积分:1
-
Telnet程序C #
嗨,这是一个帮助远程登录的程序。此项目将由c项目完全用于telnet;
- 2022-07-14 14:30:53下载
- 积分:1