-
次为用户信息的加密程序,以免用户的权益不受侵害。
次为用户信息的加密程序,以免用户的权益不受侵害。-time information for users of encryption to prevent users from encroachment.
- 2022-06-20 10:53:12下载
- 积分: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
-
VB与Excel编程,打造自己的EXcel表格
VB与Excel编程,打造自己的EXcel表格-VB with Excel programming, to build their own Excel spreadsheet
- 2022-12-03 04:50:04下载
- 积分:1
-
产品管理系统产品交易,是否不足,自动控制。
产品管理系统
产品买卖,是否缺货,进行自动监控
功能强大-product management system product transactions, whether shortage, automatic control powerful
- 2022-03-24 20:57:04下载
- 积分:1
-
collection of examples of well
twain事例 本人精心收藏 相信对大家有帮助-collection of examples of well-twain I believe that we have to help
- 2022-09-14 19:20:03下载
- 积分:1
-
能够使IE所有设置恢复默认值。
浏览器程序出问题的时候很好用的小工具...
能够使IE所有设置恢复默认值。
浏览器程序出问题的时候很好用的小工具-Can make all the settings to restore IE defaults. Browser problems when the procedure used in a very good gadget
- 2023-05-20 19:15:03下载
- 积分:1
-
SPI
SPI
- 2023-07-05 10:45:04下载
- 积分:1
-
这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。...
这是在TC环境下运行的程序,主要实现三维图形的上下左右旋转功能。-This is the TC run under the procedure, 3D graphics around the next rotation.
- 2022-01-26 02:33:03下载
- 积分:1
-
这是用C++Builder做的一个九宫排字游戏
这是用C++Builder做的一个九宫排字游戏-This is done using C Builder JiuGongTu typesetting of a game
- 2022-03-14 05:56:05下载
- 积分:1
-
实现两个四层电梯同时控制,有开门、关门、报警功能
实现两个四层电梯同时控制,有开门、关门、报警功能-To achieve simultaneous control of two four-story elevator, there are open, closed, alarm function
- 2022-01-21 03:30:34下载
- 积分:1