-
疯狂java实战演义
说明: 非常适合新手入门的一本教材!可以更快的进入java领域!!!(A very suitable textbook for beginners! Can enter the field of Java faster!!!)
- 2019-01-01 20:13:19下载
- 积分: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
-
比较了UFMC-OFDM和传统OFDM的不同
比较了UFMC-OFDM和传统OFDM的不同(The difference between UFMC-OFDM and traditional OFDM is compared)
- 2021-04-20 22:08:50下载
- 积分:1
-
tps40057控制程序
用tps40057构成恒压源,运用stm32的内置ad和da进行pid控制(Constant Voltage Source Constructed by Tps40057)
- 2020-06-19 09:15:41下载
- 积分:1
-
BLDC
说明: stm32实现无刷直流电机双闭环控制,非常优秀(STM32 realizes double closed-loop control of Brushless DC motor, which is excellent)
- 2019-02-19 21:28:24下载
- 积分:1
-
乾坤系列指标
说明: 乾坤系列指标是比较好的指标之一,不管是短线长线都有一定的参考价值(Qiankun series index is one of the better indicators, whether it is a short line long line has a certain reference value)
- 2019-03-19 23:19:15下载
- 积分:1
-
src
说明: 基于FPGA的w5300开发代码,使用与w5300芯片,目前代码已经经过长期测试(W5300 development code based on FPGA, using W5300 chip, the code has been tested for a long time)
- 2020-03-11 16:04:41下载
- 积分:1
-
双向开关式Vienna
说明: 基于双向开关管式的Vienna 拓扑的仿真,可实现基本功能。(Based on the simulation of the two-way switch-tube Vienna topology, the basic functions can be realized.)
- 2020-06-18 02:00:02下载
- 积分:1
-
汇编教程专用工具
说明: 汇编教程专用工具Special tools for assembly course(Special tools for assembly course)
- 2020-02-29 17:24:03下载
- 积分:1
-
VANET-Simulation--master
说明: vanet simulation for v2v and v2i
- 2020-12-16 16:39:13下载
- 积分:1