-
through permutations and combinations to solve the matrix determinant, although...
通过排列组合求解矩阵的行列式,尽管效率不高,但这种做法是有趣的.-through permutations and combinations to solve the matrix determinant, although efficiency is not high, but this is interesting.
- 2022-02-05 01:47:33下载
- 积分:1
-
文件异常处理的一个例子<2030kb>
文件异常处理的一个例子-document examples of a lt; 2030kbgt;
- 2023-03-22 10:40:04下载
- 积分: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
-
简单的傅立叶分解代码fft
在做仿真时,用到的fft傅立叶分解代码。里面的量是我的仿真量,简单用了fft。其实simulink模块里可以直接分析的,但是我不是在simulink里面跑的模型,因此只能导出数据重新fft傅立叶分析。希望大家喜欢~~~
- 2022-08-06 05:41:41下载
- 积分:1
-
windows下的MDI的基本实现
windows下的MDI的基本实现-MDI windows of the basic realization
- 2022-01-20 23:26:41下载
- 积分:1
-
复合增长率计算器,很简单的代码,自己写的使用促进公平…
复合增长率计算器,很简单的代码,自己写的,方便股票投资朋友使用。-CAGR calculator, very simple code that they wrote to facilitate the use of equity investments friends.
- 2022-07-26 01:49:31下载
- 积分:1
-
packets decoder and encoder
packets decoder and encoder
- 2022-08-25 03:50:06下载
- 积分:1
-
OPENCV摄像头自适应
用于相机calibration.We可以定义使用opencv.This图像的温度时,使用我们希望增加皮肤检测,指针检测用YCBCR和HSV颜色空间。
- 2023-01-09 19:10:04下载
- 积分:1
-
video codec(h263) that can be use for developing video chat
video codec(h263) that can be use for developing video chat
- 2022-03-05 17:16:29下载
- 积分:1
-
VB do a highly functional View, modify system tools.
VB做的一个功能极强的查看,修改系统的工具.-VB do a highly functional View, modify system tools.
- 2023-05-20 13:40:02下载
- 积分:1