-
This is a Java so greedy snake eat small game, we can yo.
这是一个用Java做的食贪蛇小游戏,可以看看哟.-This is a Java so greedy snake eat small game, we can yo.
- 2022-01-25 17:47:29下载
- 积分: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
-
提取形状的坐标
应用背景当我需要使用STASM,从原始 改变形状;坐标的坐标。所以我创建提取形状模型的程序。它采用MUCT数据库。关键技术一个图像的特征点是改变形状模型的坐标。原来是左上角坐标的根。但形状模型坐标的根中的图像。在STASM,形状有特定格式的文件。这个程序是适合的格式。
- 2022-03-04 03:57:45下载
- 积分:1
-
ssh框架整合
数据库设计 hibernate spring struts 整合。 包含文件上传、下载 分页查询 模糊查询 增删改
- 2022-01-27 17:42:18下载
- 积分:1
-
用MFC实现的在pocket PC之间通过红外技术通信的程序
用MFC实现的在pocket PC之间通过红外技术通信的程序-used in pocket PC through infrared technology communications procedures
- 2022-06-06 15:15:00下载
- 积分:1
-
编译原理实验中的实验指导书,详细介绍了实验环境设置等,和详细源码...
编译原理实验中的实验指导书,详细介绍了实验环境设置等,和详细源码-Compilation Principle experiment experimental instructions, detailing the experimental environment settings and so on, and detailed source
- 2023-07-14 12:25:03下载
- 积分:1
-
这是一个可以实现距离3 ~ 6km的通信程序,实现…
这个是一个可以实现3~6KM距离通讯的程序,实现过程都已经详细注释 硬件采用ADC得到原始数据 然后根据线路得编码情况得到数据
而且针对多节点 带了一个自适应的算法 这样就可以在总线上任意两个终端通讯-Can realize this is a distance of 3 ~ 6KM communications procedures, the realization of the process have been detailed notes ADC hardware used to be the raw data was then coded according to the situation of lines of data and for multi-node with an adaptive algorithm can then be in the bus on any two terminal communications
- 2022-01-26 06:19:35下载
- 积分:1
-
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常...
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常广泛的计算机编程语言。-The word C++ programmers in China in the circle of time is usually done " C Gaga" and the West do programmers usually read " C plus plus" , " CPP" or " dev.cpp" . It is a very extensive use of computer programming languages.
- 2023-07-27 05:35:03下载
- 积分:1
-
一个好用的线程池
一个好用的线程池 -a user-friendly Thread Pool
- 2022-02-24 20:20:03下载
- 积分:1
-
sendmail发送邮件程序
该delphi程序 采用最新的mail sender技术, 简洁 快速发送mail,采用delphi技术开发
- 2022-02-09 15:27:43下载
- 积分:1