-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
用汇编语言实现电话号码本管理
用汇编语言实现电话号码本管理-use assembler language to implement phonebook management
- 2022-05-21 14:15:47下载
- 积分: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
-
迷宫问题,实现迷宫路径的查找,最后寻找到出口。
迷宫问题,实现迷宫路径的查找,最后寻找到出口。-Maze problem, the realization of the maze path search, and finally to find export.
- 2023-05-02 06:30:03下载
- 积分:1
-
用六种方法进行排序操作,分别为希尔排序,锦标赛排序,快速排序,堆排序,归并排序,基数排序...
用六种方法进行排序操作,分别为希尔排序,锦标赛排序,快速排序,堆排序,归并排序,基数排序-Method using five kinds of sorting operations
- 2022-05-16 17:01:49下载
- 积分:1
-
VC++环境下的编程,实现计算机图形学中的正负法画圆算法的源代码...
VC++环境下的编程,实现计算机图形学中的正负法画圆算法的源代码-VC environment of programming, computer graphics of plus or minus Act Circle algorithm source code
- 2022-03-10 00:50:07下载
- 积分:1
-
中文大观 ChineseScape源程序
中文大观 ChineseScape源程序-Chinese artifacts ChineseScape source
- 2022-08-10 17:21:54下载
- 积分:1
-
一个开源的基于WindowsCE的GIS系统。
一个开源的基于WindowsCE的GIS系统。-An open source GIS based on the WindowsCE system.
- 2023-07-08 23:25:04下载
- 积分:1
-
很好的程序,请使用
很好的程序,请使用-good procedures, please use the
- 2022-08-21 20:33:07下载
- 积分:1
-
嵌入式设备上查找文件的类
嵌入式设备上查找文件的类-embedded devices to find files on the category
- 2022-03-15 12:18:34下载
- 积分:1