-
this is my matlab program
this is my matlab program
- 2022-03-22 03:27:39下载
- 积分:1
-
normal distribution code for statistics
normal distribution code for statistics
- 2022-03-14 13:37:16下载
- 积分: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
-
与在 WindowsForms 编写的程序中创建的图形
VC + + 在 OpenGL 中绘制机器人机械手 (OpenGL-c + +) — — 使用基于 OpenGL 对话框编制本程序......开发使用 OPEN GL 基于仿真的 VC + + 6.0 的机械臂运动程序 (OpenGL-Visual c + +)-原始的发展建立了在 VC + + 环境 v......OpenGL (OpenGL-c + +)-一个 OpenGL 实现地图地图可以显示纹理的纹理......
- 2022-05-20 14:36:52下载
- 积分:1
-
用汇编写的农历公历转换程序,直接写成dll。
用汇编写的农历公历转换程序,直接写成dll。-was compiled with the Lunar calendar converter, direct written dll.
- 2022-02-05 15:02:32下载
- 积分:1
-
犯错
在本人用完计算机之后,往往不希望别人发现你做过什么,和浏览过什么网址。(特别是和多人共用一台机子时)。当然,你可以手工清理那些记录。 但那是多么繁杂的一件事啊。 我想没人愿意那样做。于是,我想到用一个软件来一次性完成上述工作。清除历史记录的文章很多,但是一般都不够全面。本人经过整理和收集一些资料,加以融合。得到了一个较全面的历史记录清除方法。在这里要指出代码能完成,要特别感谢朋友 xzhang
左图便是本文例子程序的运行效果图,我们可以从中看到该例子具体能实现的清除内容-err
- 2022-04-19 17:04:16下载
- 积分:1
-
在VC6中用MFC向导ACCESS2000数据可以测与数据库的连接
在VC6中用MFC向导ACCESS2000数据可以测与数据库的连接-used in VC6 MFC Wizard ACCESS2000 data can be measured and database connectivity
- 2022-01-26 03:44:14下载
- 积分:1
-
it is design pattern sample for spring dotnet framework.
it is design pattern sample for spring dotnet framework.
- 2022-09-05 01:20:03下载
- 积分:1
-
枚举局域网内机器
枚举局域网内机器-enumeration LAN machines
- 2023-08-27 08:45:03下载
- 积分:1
-
取字符程序酷酷卢
取字符程序酷酷卢-admission procedures grumbling but Lu characters
- 2022-01-25 21:17:00下载
- 积分:1