-
This is the most short
这是一个求最短路和最小生成树的C++的原代码,经过调试可以在机子上使用.-This is the most short-circuit for a minimum spanning tree and the original C code, after testing the use of loom.
- 2022-02-15 01:09:35下载
- 积分:1
-
Intel386TM SX MICROPROCESSOR
datasheet
Intel386TM SX MICROPROCESSOR
datasheet
- 2023-08-07 23:25: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
-
C#,刷新数据库;
C#,刷新数据库;-C#, updated database;
- 2023-01-31 07:25:03下载
- 积分:1
-
利用ANF快速计算椭圆曲线上的标量乘法
利用miracl大数库,利用椭圆曲线快速实现算法ANF计算椭圆曲线上的单标量乘法
- 2023-03-30 21:25:04下载
- 积分:1
-
帮助菜鸟学习,掌握基本基础知识,可以很大提高。
帮助菜鸟学习,掌握基本基础知识,可以很大提高。-Help rookie learning to master basic knowledge, can be greatly improved.
- 2022-03-24 17:17:36下载
- 积分:1
-
的深度探索C++对象模型,这是一本关于C的作用…
深度探索C++对象模型,这是一本关于
c ++的教材,比较有深度,不适宜初学者-Depth exploration of C++ Object Model, this is a book about c of the materials, depth comparison, not suitable for beginners
- 2023-03-09 01:50:04下载
- 积分:1
-
请认真阅读您的文件包和描述,它至少有40字节的英文。
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-01-26 02:47:31下载
- 积分:1
-
being the largest segmentation method tagging source
正向最大切分法+词性标注源码-being the largest segmentation method tagging source
- 2022-03-30 04:18:40下载
- 积分:1
-
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作...
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作-This is written in C and compile a small operating system, which not only detailed source there are reference books ....
- 2022-01-22 16:26:05下载
- 积分:1