-
只想下载 只想下载 只想下载 只想下载
只想下载 只想下载 只想下载 只想下载 -Just want to download just want to download just want to download just want to download just want to download just want to download just want to download just want to download
- 2022-06-12 21:05:30下载
- 积分:1
-
在数值分析中,比较CG和Lanczos的计算结果.并比较了不同特征值情况下的计算结果。...
在数值分析中,比较CG和Lanczos的计算结果.并比较了不同特征值情况下的计算结果。-in numerical value analyse, Compare the CG and Lanczos, futher more, we compare the CG and Lanczos in the different eigenvalue.
- 2022-04-07 14:05:30下载
- 积分: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
-
5342.UART_EDMA
uart EDMA数据收发测试例程,仅供学习使用(uart EDMA data send and rcv)
- 2018-05-29 19:14:36下载
- 积分:1
-
Learning Vulkan [eBook]
How to Learning Vulkan
- 2018-02-22 17:43:08下载
- 积分:1
-
UWB
UWB实现室内的厘米级别的定位,用于毕业设计当中
室内定位(UWB
Indoor positioning)
- 2021-05-13 08:30:02下载
- 积分:1
-
模拟电子课程的教学演示程序,包含大学模拟电子技术的所有内容,适合大学模拟电子的教学和学习,包含有高级界面设计技术。...
模拟电子课程的教学演示程序,包含大学模拟电子技术的所有内容,适合大学模拟电子的教学和学习,包含有高级界面设计技术。-electronic simulation of the Teaching Demonstration Program, including the University of simulation technology in all electronic content for electronic simulation of the University of teaching and learning, contain advanced interface design technology.
- 2023-08-09 08:00:03下载
- 积分:1
-
LabVIEW
使用LabVIEW开发平台编制的程序称为虚拟仪器程序,简称为VI。LabVIEW(Laboratory Virtual instrument Engineering Workbench)是一种图形化的编程语言,它广泛地被工业界、学术界和研究实验室所接受,视为一个标准的数据采集和仪器控制软件。LabVIEW集成了与满足GPIB、VXI、RS-232和RS-485协议的硬件及数据采集卡通讯的全部功能。它还内置了便于应用TCP/IP、ActiveX等软件标准的库函数。这是一个功能强大且灵活的软件。(Using the LabVIEW development platform known as the virtual instrument programmed process, referred to as VI. LabVIEW (Laboratory Virtual instrument Engineering Workbench) is a graphical programming language, it is widely used by industry, academia and research laboratories accepted as a standard data acquisition and instrument control software. LabVIEW integration and satisfaction with GPIB, VXI, RS-232 and RS-485 protocol communications hardware and data acquisition card full functionality. It also has built easy to use TCP/IP, ActiveX software such as standard library functions. This is a powerful and flexible software.)
- 2010-03-09 21:07:51下载
- 积分:1
-
MBC
飞狐的MACD背驰公式,直接在附图上标注结果(Flying fox MACD divergence formula directly in the drawings marked results)
- 2012-11-06 12:11:13下载
- 积分:1
-
src
说明: java 线程池实现模板,供开发人员学习(Java thread pool implementation template)
- 2020-06-21 12:00:02下载
- 积分:1