-
弹珠台游戏,呵呵不知道对你们有用吗,有用就下载吧,呵呵,看看好不好、...
弹珠台游戏,呵呵不知道对你们有用吗,有用就下载吧,呵呵,看看好不好、-Pinball games, Oh do not know any use to you, useful to download it, huh, huh, good to see,
- 2022-02-15 16:04:21下载
- 积分:1
-
现在的C程序可以这样写
现在的C程序可以这样写-You can write the C code in this way.
- 2022-03-26 02:21:37下载
- 积分:1
-
五子棋游戏
UI非常不错的五子棋源代码,java源码,自己看。
完全自己绘制的ui,好东西希望珍惜!
UI非常不错的五子棋源代码,java源码,自己看。
完全自己绘制的ui,好东西希望珍惜!
- 2022-04-25 01:30:39下载
- 积分: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
-
该文件夹只要讲述了matlab工具箱的汇总。改文章把各工具箱列出了,方便编程的时候的查阅。...
该文件夹只要讲述了matlab工具箱的汇总。改文章把各工具箱列出了,方便编程的时候的查阅。-The folder as long as the story of the aggregate matlab toolbox. Changed the article a list of all the toolbox to facilitate access when programming.
- 2022-03-16 20:05:18下载
- 积分:1
-
C# 库存数据库管理源
C# 库存数据库管理源代码,可以建立和运行,项目是所有打开的 source.1。该项目采用。 撰写 c# 2。该项目采用 vs2010 项目工具,3。项目功能完成写作和阅读 access2007 database.4。项目还提供很好的应用程序 GUI 解决方案,这也是开放源
- 2022-07-03 11:46:47下载
- 积分:1
-
在DBGrid中实现任意方向查找
在DBGrid中实现任意方向查找-DBGrid in achieving any direction you
- 2022-10-28 19:40:04下载
- 积分:1
-
一个BMP图象处理的例子,涉及图象处理的各种技术,非常难得的完整的算法示例...
一个BMP图象处理的例子,涉及图象处理的各种技术,非常难得的完整的算法示例-a BMP image processing examples, involving the various image processing technology, a very rare example of integrity algorithm
- 2022-04-16 02:36:14下载
- 积分:1
-
wma_encoder
WMA_encoder/WMA解码器详解-WMA_encoder
- 2022-03-21 16:04:46下载
- 积分:1
-
关于物流配送的一套非常好的源代码,已在多家企业使用
关于物流配送的一套非常好的源代码,已在多家企业使用-on logistics distribution of a very good source, the number of enterprises to use
- 2022-03-11 05:29:44下载
- 积分:1