-
多项式的加减乘除算法,特殊之处是在加减的过程中实现排序并输出,...
多项式的加减乘除算法,特殊之处是在加减的过程中实现排序并输出,-the way of mathematic
- 2022-02-21 14:00:58下载
- 积分:1
-
要列出所有的资源,在网上,风险投资+ +源代码,我希望你所有的灵感。
能够列举网上所有资源,VC++源代码,希望对大家有所启发和帮助。-To list all the resources online, VC++ Source code, I hope all of you inspired and help.
- 2023-01-19 17:50:04下载
- 积分: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
-
2410的iic驱动源码,在pb4.2编译通过.欢迎下载使用
2410的iic驱动源码,在pb4.2编译通过.欢迎下载使用-2410 the IIC-driven source code, compiled in pb4.2 through. Welcome to download
- 2022-04-02 03:21:35下载
- 积分:1
-
一个课程设计的万年日历 按下指定的键操作,可以显示从1900年到以后的各月的日历...
一个课程设计的万年日历 按下指定的键操作,可以显示从1900年到以后的各月的日历-a curriculum design calendar years pressing specific keys operation can show from 1900 to a future on the calendar
- 2022-08-22 19:28:43下载
- 积分:1
-
Josephu这个游戏问题的实现。设定n个人参加游戏,从第一人开始报数,数到m时的那个人退出,直到最后剩下一个人为止。...
Josephu这个游戏问题的实现。设定n个人参加游戏,从第一人开始报数,数到m时的那个人退出,直到最后剩下一个人为止。-无
- 2023-03-03 06:35:04下载
- 积分:1
-
C common template library, as detailed in the annex to the Smart.h, test.cpp see...
C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
- 2023-09-05 10:35:03下载
- 积分:1
-
用MFC写的栈和队列的小程序,有漂亮的界面,debug文件夹中有演示...
用MFC写的栈和队列的小程序,有漂亮的界面,debug文件夹中有演示-with MFC wrote Stack and Queue small procedures, beautiful interface, debug folder with demonstration
- 2022-02-26 19:01:10下载
- 积分:1
-
这是一个小播放器,是我花了一些时间做的,纯属交流
这是一个小播放器,是我花了一些时间做的,纯属交流-this is a player,you can try it !
- 2022-03-22 11:59:56下载
- 积分:1
-
Make the snake grow longer by directing it to the food.
% Extra bonus points a...
Make the snake grow longer by directing it to the food.
% Extra bonus points are given from hearts, eat them as fast as possible
% as amount of bonus points decreases with time.
% Higher level gives more points for the food but will also make it
% tougher to steer a long snake as speed increaces.
% Five different mazes as well as play w/o maze are possible.-Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces. Five different mazes as well as play w/o maze are possible.
- 2022-07-03 09:36:37下载
- 积分:1