-
BP神经网络负荷预测代码
能够对一天之中每隔15min的电力负荷数据进行预测(load forecast based on BP neural network)
- 2021-03-05 13:19:31下载
- 积分:1
-
ICP
说明: 实现二维图像配准,需要结合opencv使用具体配置(To achieve two-dimensional image registration, you need to use specific configuration in conjunction with opencv)
- 2019-03-05 16:40:08下载
- 积分:1
-
图片特效显示程序,在vb下显示图片各种特技的方法。
图片特效显示程序,在vb下显示图片各种特技的方法。-Photo Effects display program, in vb display pictures under a variety of special effects approach.
- 2023-07-03 09:25:03下载
- 积分:1
-
boundary_conditions
emd算法中的边界条件函数
%BOUNDARY_CONDITIONS_EMD extends an extrema set to limit edge effects on the interpolations(% [TMIN,TMAX,ZMIN,ZMAX] = BOUNDARY_CONDITIONS_EMD(INDMIN,INDMAX,T,X,Z,NBSYM)
%
% inputs:
% - INDMIN, INDMAX: indices of minima and maxima in the real signal X
% - T: sampling times
% - X: real signal in which INDMIN and INDMAX are the indices of extrema
% - Z: signal which values are interpolated in the final envelope
% - NBSYM: number of points added to each end
%
% outputs:
% - TMIN, TMAX: extended sampling times
% - ZMIN, ZMAX: extended "extrema" set)
- 2017-12-05 12:18:02下载
- 积分:1
-
VC++ 6.0绘制曲线正弦波
VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。
//建立画笔
CPen cpen,pen;
pen.CreatePen(PS_SOLID,4,RGB(0,0,0));
cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));
pDC->SelectObject(&cpen);
//指定原点
pDC->SetViewportOrg(100,245);
pDC->SetTextColor(RGB(255,0,0));
//绘制横坐标
CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};
for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);
pDC->LineTo(60*n,-5);
pDC->MoveTo(60*n,0);
pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);
}
double y,radian;
pDC->SelectObject(&pen);
for(int x=-60;xMoveTo((int)x,(int)y);
pDC->LineTo((int)x,(int)y);
}
- 2022-01-21 22:47:43下载
- 积分:1
-
Beida Jade Bird project ACCP courses S2 cinema ticketing system Case 2
北大青鸟ACCP课程S2项目案例2影院售票系统-Beida Jade Bird project ACCP courses S2 cinema ticketing system Case 2
- 2023-01-25 02:25:03下载
- 积分:1
-
在AD卡中常用到非空的查询方式进行数据的采集,这里提供了具体的实现代码和具体设置...
在AD卡中常用到非空的查询方式进行数据的采集,这里提供了具体的实现代码和具体设置-Commonly used in the AD card to a non-empty query for data collection, here provides a concrete realization of code and the specific settings
- 2022-03-10 07:47:07下载
- 积分:1
-
多径衰落信道下面的CP-OFDM系统
多径衰落信道下面的CP-OFDM系统,以及AWGN信道。(The CP-OFDM under multichan.)
- 2018-09-07 21:31:34下载
- 积分:1
-
预处理(1)
说明: 对机器学习的数据进行处理,包括CNN KNN等多种方式。(Preprocessing machine learning data using methods of CNN, KNN, etc.)
- 2020-06-25 21:01:23下载
- 积分:1
-
配电变XIANSHI CHENGXU !下拉界面,事件查询,控制操作,很好的
配电变XIANSHI CHENGXU !下拉界面,事件查询,控制操作,很好的-Variable distribution XIANSHI CHENGXU! Drop interface, the incident inquiries, control operation, very good
- 2022-04-25 18:24:14下载
- 积分:1