-
神经网络模拟系统和多任务应用系统开发的C语言源程序
神经网络模拟系统和多任务应用系统开发的C语言源程序-neural network simulation system and multi-task operating system at the C language source
- 2022-01-24 15:26:39下载
- 积分:1
-
MATLAB 读取文件
一个仿真的主函数,有关于仿真,计算。特别是对变异蛋白的获取,特别管用。首先读取然后仿真计算等。是一个非常有用的函数。目前可以应用于生物科学计算领域,可以应用价值,可以应用的。特别是在蛋白质生物计算领域可以有应用的价值,值得下载和获取。
- 2022-02-24 14:46:04下载
- 积分:1
-
根据网络协议运用C++builder,编写的客户端和服务终端程序。...
根据网络协议运用C++builder,编写的客户端和服务终端程序。-Network protocol based on the use of C++ builder, prepared by the client terminal procedures and services.
- 2022-02-25 07:09:20下载
- 积分:1
-
一个简单的GPS应用软件开发包,可用于学习GPS的应用开发参考。...
一个简单的GPS应用软件开发包,可用于学习GPS的应用开发参考。-a simple GPS applications software development kits, GPS can be used to study the application and development of information.
- 2022-03-13 02:55:02下载
- 积分: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
-
Record vc project development throughout the source code, books, examples of bot...
vc项目开发全程实录 第三个实例的源代码,书上的例子都有哦-Record vc project development throughout the source code, books, examples of both Oh ...
- 2022-05-28 13:02:46下载
- 积分:1
-
二叉排序树的建立与插入
二叉排序树的建立与插入-two fork-tree insert the establishment and
- 2022-07-22 04:33:13下载
- 积分:1
-
一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法....
一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法.-a childhood playing small games, prepared by the VB, mainly to explain away some of the chess algorithm.
- 2022-10-14 08:20:02下载
- 积分:1
-
51单片机红外解码程序,通过外部中断配合定时器实现对大部分遥控器进行解码,并显示代码及地址!...
51单片机红外解码程序,通过外部中断配合定时器实现对大部分遥控器进行解码,并显示代码及地址!-IR
- 2023-02-04 04:30:04下载
- 积分:1
-
cop2000上实现的乘法系统,很有用的东西。
cop2000上实现的乘法系统,很有用的东西。-cop2000 achieve the multiplication system, useful things.
- 2022-01-20 22:51:21下载
- 积分:1