-
For the relationship between data, you can add, delete, data, and seek common gr...
求数据之间的关系,可以添加,删除数据,并且求交集,并集,差集-For the relationship between data, you can add, delete, data, and seek common ground, and set difference set. . .
- 2022-03-14 12:16:03下载
- 积分:1
-
that s struts program write by me,contains code,will help you who study JAVA,a g...
我自己写的基于STRUTS的项目源文件,项目虽小,涉及的面却很广,希望对那些项目开发人员有一定的参考勤价值,也希望能给正在学JAVA的朋友一点帮助-that s struts program write by me,contains code,will help you who study JAVA,a good useful to someone who develop J2EE.
- 2022-01-22 07:07:32下载
- 积分: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
-
association of the temperature and pressure
基于MFC开发的温度和压强的关系曲线,曲线自动绘制,包含c++源码。-association of the temperature and pressure
- 2022-05-06 16:51:30下载
- 积分:1
-
对文档的背景颜色修改
对文档的背景颜色修改-right color of the background document changes
- 2022-03-20 09:28:28下载
- 积分:1
-
好的程序大家分享
好的程序大家分享- Good procedure everybody shares
- 2023-02-26 16:05:04下载
- 积分:1
-
报表功能分析和解释源jCharts
JCharts报表功能源码的分析和解读,可以实现页面的js生成数据报表的功能-Statements JCharts function analysis and interpretation of source
- 2022-12-19 10:55:04下载
- 积分:1
-
K-Means using Visual Basic 6
- 2022-05-29 13:52:31下载
- 积分:1
-
indiftpd是一个独立的(单一可执行文件)FTP服务器设计
IndiFTPD is a standalone (single executable) FTP server designed for
situations when a user wants to quickly start up a server without going
through an installation. -IndiFTPD is a standalone (single executable) FTP server designed for situations when a user wants to quickly start up a server without going through an installation.
- 2022-07-08 07:56:06下载
- 积分:1
-
这是用c#开发的,创建数据库,连接数据库的源代码,已经通过测试...
这是用c#开发的,创建数据库,连接数据库的源代码,已经通过测试-This is a c# Development, create databases, connect to database source code has passed the test
- 2022-03-21 13:39:37下载
- 积分:1