-
游戏编程参考手册的CHM版,是学习游戏编程的好书。
游戏编程参考手册的CHM版,是学习游戏编程的好书。-Game programming reference manual version of the CHM is to study game programming books.
- 2022-08-09 19:22:41下载
- 积分:1
-
宾馆客房管理系统 实现宾馆客房的预订、查询和结算等功能
宾馆客房管理系统 实现宾馆客房的预订、查询和结算等功能-Hotel Room Management System implementation Hotel room reservations, inquiries and billing functions
- 2022-07-02 16:48:53下载
- 积分:1
-
一个聊天工具,是用C语言和汇编语言,它可以实现即时查…
采用C和汇编语言结合编写的点到点聊天程序实现实时聊天通讯,文件传输等功能,希望对大家有所帮助-an chatting tool is writed by c and assemble language,it can achieve instant chat and files transfer.hope have some help to everyone.
- 2022-03-06 05:23:07下载
- 积分:1
-
The use of windows API function to write win32 platform directly under the entry...
利用windows API函数直接书写win32平台下的程学的经典入门书,适合初学者加深winAPI的认识。-The use of windows API function to write win32 platform directly under the entry way to learn the classic book, suitable for beginners to deepen understanding of WinAPI.
- 2022-06-11 23:10:56下载
- 积分:1
-
用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验...
用matlab实现多次最佳一致的函数逼近,算法由本人独立完成,经过实践检验-using Matlab best to achieve the same number of function approximation algorithm independent, I will be completed through the test of practice
- 2022-11-22 21:00: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
-
网络树型控件控制,show network resources only when the user wants to access them...
网络树型控件控制,show network resources only when the user wants to access them-Network Tree Control control, show network resources only when the user wants to access them
- 2022-03-18 21:28:25下载
- 积分:1
-
网络聊天程序,包含客户端与服务器
网络聊天程序,包含客户端与服务器-the Chatroom Program which Includes Server and Client
- 2022-09-01 09:40:03下载
- 积分:1
-
一个简单的组合框控件演示程序,演示组合框控件是如何使用的...
一个简单的组合框控件演示程序,演示组合框控件是如何使用的-a simple combination of frame control demonstration program, presentation box controls portfolio is how to use the
- 2022-02-16 03:19:22下载
- 积分:1
-
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形...
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形-turtles map, using vc realized, I wrote a small section of the procedure, the environment dos draw arbitrary rectangular graphics
- 2022-09-27 16:15:03下载
- 积分:1