-
java 写的俄罗斯方块。
java 写的俄罗斯方块。-Russian cubes.
- 2022-01-25 22:03:59下载
- 积分:1
-
VC++编程,有源代码,对MSDN和其他文件帮助系统进行压缩。
VC++编程,有源代码,对MSDN和其他文件帮助系统进行压缩。-VC++ Programming, source code, and other documents on the MSDN help system for compression.
- 2022-10-10 11:10:03下载
- 积分:1
-
很好的代码请使用!!1
很好的代码请使用!!1-good use of the codes, please! ! 1!
- 2023-02-26 07:20:04下载
- 积分:1
-
VB开发的可以模拟200多个模拟电能表!
VB开发的可以模拟200多个模拟电能表!减少开发环境硬件平台的搭建工作,为电能表抄读软件的开发带来便捷的调试工具!!!
- 2022-03-10 16:49:07下载
- 积分:1
-
电力系统用支路电流的求解。在各种电力系统计算中都会使用,极其重要...
电力系统用支路电流的求解。在各种电力系统计算中都会使用,极其重要-Analysing circuits from branchs.Applied in solving power system problems.
- 2022-11-15 05:00:02下载
- 积分:1
-
贪食蛇的源代码,不是很长,用Tc编译通过
贪食蛇的源代码,不是很长,用Tc编译通过-snake,the source code。
- 2023-04-06 18:25:04下载
- 积分:1
-
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数....
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
- 2022-03-12 03:09:44下载
- 积分:1
-
CORBA _阿朗滤波器
corba RTEC_Filter
- 2022-01-24 15:16:00下载
- 积分: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
-
实现了对C++下的string的扩展,比如分割字符串啊,
实现了对C++下的string的扩展,比如分割字符串啊,-Realization of C++ under the expansion of string, for example, the string partition ah, etc.
- 2022-02-26 15:24:09下载
- 积分:1