-
很常用的3D框架,对于初学的朋友用处很大,只能做为参考,不能做商业用途...
很常用的3D框架,对于初学的朋友用处很大,只能做为参考,不能做商业用途-3D framework is very commonly used, for the use of a great friend of learning, can only be used as reference, can not do commercial purposes
- 2022-05-24 10:26:54下载
- 积分:1
-
c的小程序很有用的,我认为很好的,也蛮经典的!希望对大家有帮助!...
c的小程序很有用的,我认为很好的,也蛮经典的!希望对大家有帮助!-c small procedures very useful, I think very good, but also pretty classic! We want to help!
- 2023-06-21 05:05:04下载
- 积分:1
-
Very useful for monitoring a serial port software, do not take up the case of se...
非常实用的一款串口监测软件,在不占用串口资源的情况下对串口全方位监测。-Very useful for monitoring a serial port software, do not take up the case of serial resources, all-round monitoring of the serial port.
- 2023-03-30 06:20:03下载
- 积分:1
-
WIRELESS连接方式。采用WIFI连接方式,参照源码可以自己编写无线上网的程序。...
WIRELESS连接方式。采用WIFI连接方式,参照源码可以自己编写无线上网的程序。-WIRELESS connections. Using WIFI connection, the light source could have written procedures for wireless Internet access.
- 2023-06-12 11:15:04下载
- 积分:1
-
用VC编写的结构手册,值得学习并进一步提高
用VC编写的结构手册,值得学习并进一步提高-Used to prepare the structure of VC manual, it is worth learning and to further improve
- 2022-02-16 03:52:43下载
- 积分: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
-
桌面墙纸我来换。吃软件为代码可以使用
也可以自己修改下。...
桌面墙纸我来换。吃软件为代码可以使用
也可以自己修改下。-Desktop wallpaper for me. Ate software code can be used can also be modified under their own.
- 2023-01-21 02:55:03下载
- 积分:1
-
APIBible.rar
APIBible.rar -APIBible.rar ffffffffffffffffffffffff
- 2022-02-03 18:16:53下载
- 积分:1
-
词法分析器 ︰ 编译器设计
用 c 写的一个包含代码段文件作为输入和输出写入到另一个文件的代码段的词法分析器 ︰ output.txt
- 2022-01-21 18:17:28下载
- 积分:1
-
实现两个进程之间通信
实现两个进程之间通信-achieve communication between the two processes
- 2022-01-25 15:23:30下载
- 积分:1