-
Library system
一个用C++实现的图书馆管理系统,主要是用MFC实现的-Library system
- 2022-02-16 01:44:26下载
- 积分:1
-
"This game will get character and do in these steps.
"+
"1)Get only char...
"This game will get character and do in these steps.
"+
"1)Get only character from a-z (no capital letters)
"+
"2)After that, it will reverse the result from step 1)
"+
"3)Finally, it will find vowel from step 1) (before reverse) and append after result from step 2) (after reverse)" -"This game will get character and do in these steps.
"+
"1)Get only character from a-z (no capital letters)
"+
"2)After that, it will reverse the result from step 1)
"+
"3)Finally, it will find vowel from step 1) (before reverse) and append after result from step 2) (after reverse)"
- 2022-03-18 08:35:51下载
- 积分:1
-
一个由vb编写的精确定时器程序,程序虽然小,但是比较实用
一个由vb编写的精确定时器程序,程序虽然小,但是比较实用-vb prepared by a precision timer procedures, procedures Although small, but more practical
- 2023-05-17 03:55:03下载
- 积分: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
-
该程序可用于数据插值,特别是气象数据插值,IDL写的,遥感气象数据同样可用...
该程序可用于数据插值,特别是气象数据插值,IDL写的,遥感气象数据同样可用-The program can be used for data interpolation, especially the meteorological data interpolation, IDL wrote, remote sensing meteorological data can be used the same
- 2022-04-19 14:17:42下载
- 积分:1
-
这是WINCE程序进行无边框全屏显示的代码,请大家品尝
这是WINCE程序进行无边框全屏显示的代码,请大家品尝-procedures without the full screen display frame code, please taste
- 2022-05-27 08:10:47下载
- 积分:1
-
VB的订单管理系统
VB的订单管理系统-VB Order Management System
- 2022-02-27 05:34:50下载
- 积分:1
-
.txt文件转为.html文件的程序代码
.txt文件转为.html文件的程序代码-. txt file to. html file code
- 2022-11-02 05:20:03下载
- 积分:1
-
一些文档的模板,虽然不太齐全,但是也可以用一用。
一些文档的模板,虽然不太齐全,但是也可以用一用。-A number of document templates, although not complete, but can also be used with one.
- 2023-04-04 20:50:03下载
- 积分:1
-
重新启动和关闭电脑
重新启动和关闭电脑-restart and shut down computers
- 2022-07-17 21:41:36下载
- 积分:1