-
20181415下砖机
说明: 陶瓷下砖机PLC源程序,用于陶瓷生产线的砖胚下砖,并传送到指定位置(The PLC source program of ceramic brick machine is used for brick hypocotyl brick of ceramic production line, and it is transmitted to the designated location.)
- 2020-06-24 05:40:02下载
- 积分:1
-
这是一个来源的。运行后,点击按钮将隐藏…
这是一个Delphi做的源码.程序运行后,单击按钮,将会隐藏"开始"菜单和状态栏中的时钟.很有趣.-This is a source of Delphi done. After running, click the button will hide "start" menu and status bar clock. Very interesting.
- 2022-10-05 00:45:04下载
- 积分:1
-
LGDP4525 51 drivers, driver TFT display
LGDP4525 51驱动程序,驱动TFT显示-LGDP4525 51 drivers, driver TFT display
- 2022-01-25 23:34:45下载
- 积分:1
-
duncan-1
说明: 实现邓肯-张本构模型二次开发的Fortran程序(Fortran Program for the Second Development of Duncan-Zhang Constitutive Model)
- 2020-06-25 05:20:02下载
- 积分:1
-
book_LATEX
LATEX in Thai Version
- 2010-07-01 13:01:36下载
- 积分:1
-
UVWXEJU511
单文档界面的静态分割显示图像,包括256色位图以及真彩色图像的显示,()
- 2017-09-17 07:55:13下载
- 积分:1
-
hotel reservation systems to provide housing and the number of beds allocated fo...
旅馆订位系统 提供住房及床位分配功能并且能进行退房处理-hotel reservation systems to provide housing and the number of beds allocated for functional and can handle Checkout
- 2022-04-11 03:29:39下载
- 积分:1
-
Python金融大数据分析
说明: Python金融大数据分析 提供了使用Python进行数据分析,以及开发相关应用程序的技巧和工具(Python for Finance Python as a programming language and platform technology was considered exotic if not completely irrelevant)
- 2019-01-08 09:04:04下载
- 积分:1
-
数据库模板:关于整体分析,模块设计等。这是设计的第一份...
数据库模板:关于整体分析,模块设计等。这是设计的第一份-Database Templates: With regard to the overall analysis, module design. This is the design of the first
- 2023-07-18 03:45: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