-
frmGoodsOut.designer
Its testing upload... let me download a file first please
- 2020-06-25 06:40:01下载
- 积分:1
-
I2C
MSP430F147,ST7920A,片上AD,通过uart与上位机通信,上位机程序采用VB编写,另外单片机采样数据通过EEPROM保存。(MSP430F147, ST7920A, chip AD, through the uart communicat with PC, PC s programme finished by VB, and sampling data preserved in EEPROM.)
- 2009-06-12 07:24:28下载
- 积分:1
-
yiweifuliye
一维离散傅里叶变换,通过调用excel文件来进行离散傅里叶变换(One dimensional discrete Fourier transform, by calling the excel file to do the discrete Fourier transform)
- 2019-04-02 17:33:58下载
- 积分:1
-
sma
运用选择模式分析法的3机9节点系统低频振荡分析(Analysis of low frequency oscillation of 3 machine and 9 node system using selective mode analysis)
- 2020-06-29 16:20:02下载
- 积分:1
-
IPAL-master
说明: IPAL EthernetIP即 工业以太网IP协议 , 是由罗克韦尔自动化公司开发的工业以太网通讯协定.这个脚本是 EthernetIP 的 C# 实现.(Ipal Ethernet IP is the industrial Ethernet protocol developed by Rockwell Automation Company. This script is the C# implementation of Ethernet IP)
- 2020-06-02 17:55:29下载
- 积分:1
-
bizhaoCF
背单词2(two words back)
- 2006-10-10 00:18:21下载
- 积分:1
-
yanhuasanshe
HTML5烟花散射动画效果,基于HTML5 canvas实现,有粉末效果、放射效果,两种特效。(HTML5 fireworks scattering animation effect, based on HTML5 canvas implementation, powder effect, radiation effect, two special effects.)
- 2018-07-03 10:16:30下载
- 积分:1
-
Nginx负载均衡集群配置文档
说明: nginux+tomcat+linux集群配置web应用详细文档,内包含nginux下的linux安装包(Nginux + Tomcat + Linux cluster configuration web application detailed documentation, including the Linux Installation Package under nginux)
- 2020-06-16 07:40:02下载
- 积分:1
-
Erom Upgrade For Ali 3601 3606
说明: upgrade archivos .abs
- 2020-04-18 06:55:41下载
- 积分: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