-
matlab多项式数据拟合
说明: 采用matlab多项式拟合数据,可以方便的设置拟合阶数,方便的的获得多项的系数(Using matlab polynomial to fit the data, you can easily set the order of fitting and easily obtain the coefficients of multiple items)
- 2020-04-08 10:29:43下载
- 积分: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
-
敬老院管理系统
本系统根据养老院床位的预约,登记,入住,吃,用药,请假,销假等工作中的流程设计完成,针对老人在养老院的费用账目清晰按月结账。并且针对老人的特殊要求,有关键的注意事项等。(The system is designed according to the process of the appointment, registration, check-in, eating, medication, leave and holiday selling of the beds in the nursing home. The expense accounts of the elderly in the nursing home are cleared monthly. And for the special needs of the elderly, there are key points for attention.)
- 2019-03-24 22:15:43下载
- 积分:1
-
eureka-client-2.1.1
Eureka-client是spring Cloud注册中心构建客户端所需的jar包(Eureka-client is the jar package required by the spring Cloud registry to build clients)
- 2020-06-19 20:20:01下载
- 积分:1
-
一个VC++ p2p下载软件源码
一个VC++ p2p下载软件源码,开源p2p技术的上传及下载软件源程序。当时这个软件还小流行了一把,只可惜没做好宣传,没火起来,不过它的源代码对咱们这VC编程者来说,可是有很大参考价值埃
- 2022-02-21 23:11:18下载
- 积分:1
-
self increase learning simple management systems in the hope that the exhibition...
自编加学习的简单管理系统,希望指教-self increase learning simple management systems in the hope that the exhibitions
- 2022-07-18 11:54:40下载
- 积分:1
-
Image Registration of the literature, including genetic algorithm, mutual inform...
图像配准的文献,包括遗传算法,互信息法,免疫算法,中英文经典文献-Image Registration of the literature, including genetic algorithm, mutual information method, the immune algorithm, in both English and Chinese classical literature
- 2023-08-03 22:20:05下载
- 积分:1
-
gandway-firmware
这是一个matlab程序,其中包括初始化程序,QAM程序,OFDM主程序(This is a matlab program, including the initialization procedure, QAM program, OFDM main program)
- 2017-08-15 05:52:49下载
- 积分:1
-
多关键字匹配的源码
多关键字匹配的源码- Essential character match source code
- 2022-10-10 22:15:02下载
- 积分:1
-
WindowsAPI
包含大多数vb编程常用的api函数,pdf格式(Contains the most commonly used api functions, pdf format)
- 2009-10-23 12:29:41下载
- 积分:1