-
This a triple des program
This a triple des program-This is a triple des program
- 2022-12-14 23:50:03下载
- 积分:1
-
播放wav文件的VB控件
播放wav文件的VB控件-players wav file VB Controls
- 2022-05-20 03:36:27下载
- 积分:1
-
标题:学分绩点计算器标题描述:发展一个答:
题 目 :学分和绩点计算器
题目描述:开发一个能够自动计算适合于学生使用的所获学分和绩点的计算器。并且该绩点计算器能够保证良好的扩展性能。
-Title: credits and grade point calculator Title Description: Development of an automatic calculation is suitable for students to use the available credits and grade point calculator. And the grade point calculator can guarantee the expansion of good performance.
- 2022-07-21 21:12:07下载
- 积分: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
-
LPC程序。lpcmud底部的文件。是由于类别。我…
类c的lpc 程式. lpcmud的底层文件.由于是类c 的. 我把它上传上来,需要研究mud的可以看下. 配合mudos(待上传) 可以实现一个单机游戏小天地!-the lpc programs. Lpcmud bottom of the document. C is due to the category. I uploaded it onto, we need to examine the mud can glance. With mudos (to be uploaded) can achieve a single game small world!
- 2022-03-31 07:32:46下载
- 积分:1
-
监控处理器使用实例
监视 CPU 使用情况的例子
双击终止程序
监视 CPU 使用情况的例子
双击终止程序-monitor CPU usage examples double-click termination process monitoring CPU usage examples double-click termination process
- 2023-04-13 03:00:03下载
- 积分:1
-
数制转换.txt.rar
把文件名中的 .rar 去掉
数制转换.txt.rar
把文件名中的 .rar 去掉-digit conversion. Txt.rar documents from the head. Rar removed
- 2022-08-08 13:31:25下载
- 积分:1
-
关于c++ 课程设计 交通工具类 继承有界面
关于c++ 课程设计 交通工具类 继承有界面-curriculum design on transport category succeeded interface
- 2022-02-07 07:10:53下载
- 积分:1
-
这是从外国站点下载的屏幕保护程序,开发环境VC,并且多视图进行的加载...
这是从外国站点下载的屏幕保护程序,开发环境VC,并且多视图进行的加载-This is from a foreign site to download the screen saver, development environment, VC, and carried out multi-view load
- 2022-03-17 18:11:51下载
- 积分:1
-
window system source code programming process, a total of study reference.
window系统进程编程源代码,共学习参考。-window system source code programming process, a total of study reference.
- 2023-07-14 09:45:02下载
- 积分:1