-
Range Hood air volume air
吸油烟机风量风压测试系统的设计和开发的全部过程。 实现串口通讯技术和使用Excel 2000调出报表的方法是本系统开发的关键之处。作者在本文中重点论述了其具体的设计和实现方法,通过串口通讯来实现数据采集,进而实现对吸油烟机风量风压的检验,并按标准要求打印测试报告、绘制出风压风量和效率曲线。-Range Hood air volume air-testing system in the design and development of the whole process. Serial communication technology and the use of Excel 2000 statements for the transfer of the system is the key to it. In this paper focuses on the specific design and implementation, through serial communications to data collection, so as to realize the right amount of wind Range Hood Pressure testing, in accordance with standard print test reports and draw air-air volume and efficiency curve.
- 2022-03-04 05:11:01下载
- 积分:1
-
模拟信道传输的一个软件,可以设定bit出错率,包丢失率
模拟信道传输的一个软件,可以设定bit出错率,包丢失率-It is a software of simulate channel transmission.It can enact the rate of bit error,package lose rate.
- 2022-04-14 19:17:08下载
- 积分:1
-
Inventory management system in Visual Basic
Inventory management system in Visual Basic
- 2022-06-17 14:05:45下载
- 积分:1
-
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码...
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码-VC.NET VC6.0 into the program source code. VC.NET project will be converted into VC6. 0 works procedures FOSS
- 2023-08-05 03:25:02下载
- 积分:1
-
远程桌面
要互相连接两个或更多台计算机。这一项目,它包括所有的源代码和可执行的 jar 文件的服务器基于客户端应用程序
- 2023-04-02 16:50:03下载
- 积分:1
-
UPX the shell, with the source code!
upx的shell,附源代码!-UPX the shell, with the source code!
- 2022-12-12 06:50: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
-
对带宽进行测量的软件,精度高,时间快是其特点.
对带宽进行测量的软件,精度高,时间快是其特点.-Bandwidth measurement software, high precision, the time is characterized by fast.
- 2023-05-15 00:45:02下载
- 积分:1
-
c语言词法分析,功能比较全,大家随便看看吧,有界面
c语言词法分析,功能比较全,大家随便看看吧,有界面-The file is for accidence analysis fo C language and has lots of functions. It has the interface and please check it freely.
- 2022-05-28 13:52:11下载
- 积分:1
-
特点简单,画一个基本的
功能简单,绘制了一个基本的K线图,供大家参考。-Features simple, draw a basic K-line map for your reference.
- 2023-02-14 04:55:06下载
- 积分:1