-
HTML与Javascript代码互转的C++实现。
HTML与Javascript代码互转的C++实现。-HTML and Javascript code conversion of the C++ Realize.
- 2022-03-06 06:25:00下载
- 积分:1
-
类似瑞星软件的树形三态控件
类似瑞星软件的树形三态控件-similar software tree three state control
- 2023-03-07 09:05:03下载
- 积分:1
-
MFC 图像处理
这只是一个简单 MFC 可执行代码解决方案为各种图像处理的.raw 图像文件。该解决方案包含灰色-图像处理 (平滑、 锐化、 对比度拉伸、 缩放等) 和彩色图像 (RGB/HSI/YUV 颜色空间开关,平滑、 锐化、 对比度拉伸,等等。)我是只是本科的学生,也是初学图像处理算法,所以我必须承认这个源代码可能无法在所有有用。但我希望那是一个人,希望在类似层面上和我一起,将至少一个小提示在中找到他自己做。
- 2023-08-14 01:30: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
-
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:<1>输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数...
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数学成绩、英语成绩) 按学号或姓名删除学生的资料 按学号或姓名查询学生的资料 修改学生的资料 保存学生的资料 退出系统-Create a new list, read data from the file, then the data into the list of well-established. Selectable operation subroutine as follows: " 1> type" data (respectively, the students enter the school number, name, sex, C language achievement, mathematics achievement, English achievement) " 2" by Student ID or name to delete student information " 3 " by Student ID or name check student information " 4 " modify the student information " 5 " to save student information " 6 " out of the system
- 2022-02-13 01:37:10下载
- 积分:1
-
软件下载管理程序
软件下载管理程序-downloading software management procedures
- 2022-12-29 03:05:04下载
- 积分:1
-
weeks quick calculation speed counting weeks
星期速算 -weeks quick calculation speed counting weeks
- 2022-01-25 18:33:39下载
- 积分:1
-
改变分辨率 很简单通过一个函数
一看便懂
改变分辨率 很简单通过一个函数
一看便懂-Change the resolution through a function is very simple one would look to understand
- 2022-01-26 01:31:18下载
- 积分:1
-
Windows环境下32位汇编语言程序设计,十分全面
Windows环境下32位汇编语言程序设计,十分全面-Windows Environment 32-bit assembly language programming, a very comprehensive
- 2022-11-03 12:05:03下载
- 积分:1
-
i tried to do this algorithm and finally i ve succe
i tried to do this algorithm and finally i ve succe-i tried to do this algorithm and finally i ve success
- 2022-01-25 16:40:15下载
- 积分:1