-
PV_MPPT
利用PSCAD对光伏电池的并网控制进行了仿真,利用扰动增量法,可实现最大功率输出(The grid connected control of photovoltaic cell using PSCAD simulation, using the perturbation incremental method can achieve maximum power output
)
- 2017-03-21 23:54:10下载
- 积分:1
-
hk63018
315M接收 解码(学习).315M无线接收资料(315M receiver decoding (learning) .315 M Wireless Data)
- 2011-06-14 14:48:23下载
- 积分:1
-
直-源
电视直播源,可用于超级直播软件使用,可编辑。txt文本格式(Television Live Source)
- 2020-06-21 15:40:02下载
- 积分:1
-
加速度频域积分
利用labview实现加速度信号的频域积分(Acceleration signal realization in frequency domain integration)
- 2020-10-13 15:17:31下载
- 积分:1
-
abd-composite
说明: 求解复合材料ABD矩阵,输入材料参数,铺层方向,铺层个数等(Solving abd matrix of composite materials,Input material parameters, ply direction,ply number,etc)
- 2020-12-08 21:15:28下载
- 积分:1
-
毛泽东手写字体mzdzt.rar,效果还可以
毛泽东手写字体mzdzt.rar,效果还可以-Mao Zedong
- 2022-11-21 06:40:03下载
- 积分:1
-
azores
说明: mapsforge的地图数据,可以查看高程详情与等高线(Map data for mapsforge allows you to view elevation details and contours)
- 2019-05-13 19:17:43下载
- 积分:1
-
Recursos-Adicionales1
说明: Sistema de inteligencia artificial
- 2020-08-18 04:17:10下载
- 积分:1
-
VC++透明窗口效果的电子标尺源代码
VC++透明窗口效果的电子标尺源代码
屏幕测量类:
CMeasure : public CWnd测量基类
方法:
//创建透明窗口,做公共初始化
CreateMeasure(虚拟)
//以当前鼠标点为基准输出信息
virtual void CMeasure::ExportInfo(CString str, CDC *pDC, CPoint point)
//消息处理函数
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//按下左键时绘图,空
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
//移动鼠标时绘图,绘制十字定位线
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
CDC m_dcMem;保存临时背景供恢复用
CWnd* m_pWndParent;父窗口指针
int m_nScreenWidth;屏幕参数
int m_nScreenHeight;
CPen m_Pen;用于绘图的笔
COLORREF m_colorFont; 用于记录绘图时的元素颜色
COLORREF m_colorTag;
COLORREF m_colorLine;
CMeasureLine : public CMeasure测量两点直线的类
方法:
CreateMeasure(虚拟)
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
BOOL m_bSecond;是否是已点击一次
- 2022-03-01 01:45:04下载
- 积分:1
-
dace(1)
说明: 基于计算机实验数据建立一个克里金近似模型,并将其用作计算机模型的代理模型。这里,计算机实验是指通过运行计算机模型获得的若干组输入和响应数据。而计算机模型的这些输入或响应数据都有可能是高维的。(The typical use of this software is to construct a kriging approximation model based
on data from a computer experiment, and to use this approximation model as a
surrogate for the computer model. Here, a computer experiment is a collection of
pairs of input and responses from runs of a computer model. Both the input and
the response from the computer model are likely to be high dimensional.)
- 2019-05-31 17:15:36下载
- 积分:1