-
此代码是用C++编写的,通过建立工程的方法来求一个数的阶乘。适合初学c++者!...
此代码是用C++编写的,通过建立工程的方法来求一个数的阶乘。适合初学c++者!-This code is used C++ Prepared, through the establishment of engineering methods to seek a number of factorial. Suitable for beginners c++ De!
- 2022-05-17 17:43:15下载
- 积分:1
-
股票交易程序,大家学习看看。完整的程序代码。
股票交易程序,大家学习看看。完整的程序代码。-Trading procedures, learning to see everyone. Integrity of program code.
- 2023-08-17 17:25:02下载
- 积分:1
-
一个绘图按钮,从网上下载的,再次与大家共享
一个绘图按钮,从网上下载的,再次与大家共享-Drawing a button, downloaded from the Internet, and once again to share with you
- 2022-01-31 13:00:04下载
- 积分:1
-
东南大学远程教育C++视频教程,共80讲分为40个压缩包,
东南大学远程教育C++视频教程,共80讲分为40个压缩包,-Southeast University Distance Education C++ Video tutorials, a total of 80 speakers are divided into 40 compressed packets,
- 2022-02-03 21:23:47下载
- 积分:1
-
VC model of the design examples and achieve a strategy mode. To study the use of...
VC实现的设计模式的例子,实现了strategy模式。 用于学习设计模式使用。-VC model of the design examples and achieve a strategy mode. To study the use of design patterns.
- 2023-04-15 21:20:03下载
- 积分:1
-
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。...
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。-For a simple VC++ beginners reference procedures, according to the parameters input to generate a diamond.
- 2022-02-02 14:21:27下载
- 积分:1
-
计算器程序,可以对表达式进行计算。很有参考价值的
计算器程序,可以对表达式进行计算。很有参考价值的-Calculator procedure, the expression can be calculated. Valuable
- 2022-05-05 18:15:11下载
- 积分: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
-
used ic handyboard prepared by the robot secondary on the 2nd room procedures, (...
采用ic编写的handyboard机器人的中学组2号房间的程序,(2005年浙江省的规则)-used ic handyboard prepared by the robot secondary on the 2nd room procedures, (2005 Zhejiang Rules)
- 2022-03-01 18:25:51下载
- 积分:1
-
用于得到CPU的信息,包括类型,厂家,支持的技术,有内嵌式汇编...
用于得到CPU的信息,包括类型,厂家,支持的技术,有内嵌式汇编-CPU to get the information, including type, manufacturer, supported by technology, there is built-in compilation of
- 2023-02-18 17:10:03下载
- 积分:1