-
windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助
windows api 在pb中的定义说明,希望对pb编程爱好者有所帮助-windows api pb in the definition shows, and I hope to pb programming enthusiasts help
- 2022-10-20 21:25:03下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
matlab
关于基于忆阻器的混沌电路设计的matlab程序(Memristor Chaos Circuit Matlab Program)
- 2021-03-25 22:09:13下载
- 积分:1
-
MCR ALS
说明: mcr_toolbox mar-als toolbox,this is a toolbox to calculate the concentration
- 2020-11-16 12:51:00下载
- 积分:1
-
4用户指南Lonworks NodeBuilder Gizmo
LonWorks NodeBuilder Gizmo 4 Users Guide
- 2022-03-11 21:01:43下载
- 积分:1
-
C#托盘图标 带右键菜单
C#实现任务栏托盘图标程序,支持右键弹出菜单,现在不少程序都有自动添加托盘图标的功能,有时候可以方便用户操作软件,显示到托盘的程序一般都最小化运行。不过,有时候根据功能需要,尽量不要霸占电脑的任务栏,搞不好会让用户很反感,降低使用体验。
- 2023-07-07 21:40:03下载
- 积分:1
-
my_clustering
我自己编写的分层聚类算法,类内采用最大距离,类间采用最小距离实现(myself prepared by the Hierarchical clustering algorithm, the largest category within distance between categories of use to achieve minimum distance)
- 2005-05-12 15:01:12下载
- 积分:1
-
Labs_v1.1
中断例程 ,适合2019年电设,有备无患,单片机型号位 MSP4305529,可直接下载使用。(Interruption routine, suitable for 2019 electrical installations, ready for trouble, single-chip model bit MSP4305529, can be downloaded and used directly.)
- 2020-06-17 21:20:02下载
- 积分:1
-
rd
说明: 仿真sar成像RD算法其中包括回波生成距离压缩方位压缩距离徙动校正(RD algorithm for simulated SAR imaging includes echo generation range compression azimuth compression range migration correction)
- 2019-07-29 08:37:26下载
- 积分:1
-
VC prepared by the procedures
用VC编写的程序-VC prepared by the procedures
- 2023-05-31 01:55:03下载
- 积分:1