-
AraxisMerge
说明: 软件编写的过程中,经常需要跟之前备份的做比较,这就是一款很不错的比较软件(In the process of software writing, it is often necessary to compare with the previous backup. This is a very good comparison software)
- 2019-06-04 15:20:31下载
- 积分:1
-
代理服务器软件,局域网
代理服务器软件,局域网-Proxy server software, LAN
- 2022-04-06 23:15:42下载
- 积分: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
-
T1-1
对vfto进行建模仿真,能够详细的对相应的过电压模型进行仿真(Modeling and simulation of vfto, capable of simulating the corresponding overvoltage model in detail)
- 2020-09-06 14:08:08下载
- 积分:1
-
CS5460驱动
CS5460的模拟版本驱动,模拟SPI端口对CS5460的操作,包括初始化,读操作,写操作,方便初学者使用。
- 2023-07-25 13:55:03下载
- 积分:1
-
hexadecimal-conversion
可将输入的任意十进制数转换为你想要任意进制数。(Any input can be converted to decimal you want any decimal.)
- 2011-11-01 10:13:03下载
- 积分:1
-
It is a vending machine.
It is a vending machine.
- 2022-01-23 10:07:08下载
- 积分:1
-
C++程序编写规范,适合C++中级读者,老外写的一共100条。
C++程序编写规范,适合C++中级读者,老外写的一共100条。-C programming specification for C intermediate readers, the foreigner was a total 100.
- 2023-08-21 14:15:04下载
- 积分:1
-
归一化处理程序,可以应用与神经网络预测
归一化处理程序,可以应用与神经网络预测
-Normalized process, can be applied with the neural network prediction
- 2023-04-21 06:10:03下载
- 积分:1
-
Hacker
在c++ builder上的黑客攻防,详细讲解黑客软件的制作。(In the c++ builder on the hacker attack and defense, explain in detail the production of software hackers.)
- 2010-02-20 18:28:39下载
- 积分:1