-
DFIG
DFIG双馈风力机模型()
- 2017-06-08 20:36:23下载
- 积分:1
-
特征识别
charecter recognition
- 2023-03-07 07:35:04下载
- 积分:1
-
insdem27
INS Matlab 仿真程序,用于惯性导航系统(INS Matlab simulation program, used for inertial navigation system)
- 2008-08-07 21:32:12下载
- 积分:1
-
鼠标悬停动画特
说明: 一款超炫酷CSS3鼠标悬停动画特效。该特效中,通过CSS圆形渐变来制作圆点(A super cool CSS3 mouse hover animation special effects. In this effect, circle hovering is made by CSS circle gradient.)
- 2019-02-01 15:07:39下载
- 积分:1
-
4、学员管理系统_面向对象
说明: 利用Python和面向对象知识实现学员管理系统(Application of Student Management System with Python)
- 2020-06-21 01:40:01下载
- 积分: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
-
Kademlia
Kademlia---第第3代P2P原代码-Kademlia--- Clause 3 original code generation P2P
- 2023-05-23 16:15:03下载
- 积分:1
-
TBOX国标
说明: 车载终端TBOX国标,GB/T 32960统一技术规范(Tbox national standard for vehicle terminal)
- 2020-08-25 09:48:15下载
- 积分:1
-
维数程序
对于复杂网络计算其图像的分形维数,并附有C版本的程序!(Calculate the fractal dimension of its image for complex networks, with a C version of the program!)
- 2018-01-03 10:30:21下载
- 积分:1
-
GY30光强度传感器
说明: 基于IAP15W4K58S4,使用串口输出测试GY30(Based on IAP15W4K58S4, GY30 is tested with serial output)
- 2020-06-22 04:40:02下载
- 积分:1