-
LC分枝限界法解货郎担―代码
LC分枝限界法解货郎担―代码-LC Branch and Bound Solving traveling salesman- code
- 2022-05-29 05:55:59下载
- 积分:1
-
模拟游戏中最基本的追击问题的AI算法。
用户可以控制逃离的物体。考虑移动物体在转向时的加速度变化...
模拟游戏中最基本的追击问题的AI算法。
用户可以控制逃离的物体。考虑移动物体在转向时的加速度变化-Simulation games in pursuit of the most basic issue of AI algorithms. Users can control object to flee. Consider a moving object at the time of acceleration in the shift change
- 2022-06-02 12:20:51下载
- 积分: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
-
易语言的水波效果,在图片上移动鼠标会有水波出现
易语言的水波效果,在图片上移动鼠标会有水波出现-Easy language Shuibo effect, move the mouse on the picture will appear Shuibo
- 2023-08-04 16:05:03下载
- 积分:1
-
A very simple ticketing management software, do not know All unqualified Dayong...
一个非常简单的售票管理软件,不知道合不合格大用使用,-A very simple ticketing management software, do not know All unqualified Dayong use,
- 2022-03-13 08:02:09下载
- 积分:1
-
in C++ Builder, it can be easy to show transparent bitmap. Bitmap and transparen...
在C++Builder中,可以轻而易举地显示透明位图。透明位图与透明GIF图像相比有一个很大的优点,即:GIF图像格式最大支持256种颜色,位图却可以支持真彩色。 -in C++ Builder, it can be easy to show transparent bitmap. Bitmap and transparent transparent GIF image compared with a lot of advantages, namely : GIF format images maximum support 256 color bitmap can support true color.
- 2022-01-22 10:40:35下载
- 积分:1
-
a word tablet program source code.
一个word写字板程序源代码.-a word tablet program source code.
- 2022-11-04 03:30:05下载
- 积分:1
-
完整的日历,带有文本框显示功能,对于一般开发没有问题。...
完整的日历,带有文本框显示功能,对于一般开发没有问题。-Full calendar, with a text box display, there is no problem for the general development.
- 2022-10-27 23:20:04下载
- 积分:1
-
MFC 文档的多个实例
1 MainFrame工程是多文档框架,如果没有插件,打开后客户区无任何显示。左侧的树控件来源于网络,不是本文推荐的主要目的。
2 PlugInTest是插件,工程编译后输出为dll,将该dll放到MainFrame输出的exe同目录下即可执行。
3 PlugInTest1是另外的一个插件,工程编译后输出也为dll,使用同2,但是例子和2不同。
做这个工程的目的就是想:如果一个工程足够大,可以将插件分配给不同的小组开发,同时互相又不会干扰。
- 2022-08-03 03:58:38下载
- 积分:1
-
This procedure is a series Sounds of principle experiment in a syntax tree gener...
本程序是编绎原理实验中一个关于语法树生成过程的程序,采用VC++编写,界面友好,只要输入一个数学表达式,就会生成该表达式的语法树过程-This procedure is a series Sounds of principle experiment in a syntax tree generation process procedures, the use of VC++ Prepared, friendly interface, just enter a mathematical expression, it will generate the expression syntax tree process
- 2022-01-26 03:20:54下载
- 积分:1