-
aRQUIVO
说明: Programas na linguagem C
- 2020-11-03 22:29:51下载
- 积分:1
-
Assar_03_EA
aSSAR 03 Expert Advisor
- 2020-06-24 04:20:01下载
- 积分:1
-
HopAnlyWVT
利用小波变换对跳频信号进行参数估计,包括跳时,跳速,频点(wavelet analysis of frequency hopping signal)
- 2017-02-10 11:52:28下载
- 积分:1
-
pbc
说明: 周期性边界条件,边界条件,周期性,周期性边界条件;(periodic boundary condition)
- 2020-12-29 09:59:01下载
- 积分:1
-
DMPC
以广域相量测量系统为技术平台,建立基于模型预测控制的含规模化风电场/群互联电网的负荷频率分散预测控制模型。以典型双区域负荷频率控制模型为例,考虑不同风电渗透率情况。仿真研究结果表明,所提基于模型预测控制的负荷频率分散控制模型不但能够有效地跟踪风电输出功率的随机波动, 维持系统频率及区域间交换功率在较小的范围内变化, 并且控制效果明显优于常规 PI 型负荷频率控制器。(Based on the wide area phasor measurement system (WAPMS), a decentralized load-frequency predictive control model for large-scale wind farm/cluster interconnected power grids based on model predictive control (MPC) is established. The typical two-zone load frequency control model is taken as an example to consider the different wind power permeability. The simulation results show that the proposed decentralized load frequency control model based on model predictive control can not only effectively track the random fluctuation of wind power output, but also maintain the change of system frequency and inter-area exchange power in a small range, and the control effect is significantly better than that of conventional PI load frequency controller.)
- 2020-06-16 04:20:01下载
- 积分:1
-
11
说明: 三机九节点模型数据,大小,距离,希望大家能用的上。(Three machine nine node model data, size, distance, I hope you can use it.)
- 2020-04-29 17:31:45下载
- 积分:1
-
mian raytracing
基于几何光学的射线追踪法计算反射面光程并绘制图线(base on GO ray tracing method,calculate cassegrain ray-path and reflect)
- 2018-04-21 20:20:39下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
万年历
用MATLAB编写的一个电子日历,效果还是很不错的,希望大家喜欢(An electronic calendar written with MATLAB, the effect is still very good, I hope you like it.)
- 2020-12-16 02:09:13下载
- 积分:1
-
Desktop
压缩感知,在线字典学习,稀疏编码,矩阵优化(Compression perception, online dictionary learning, sparse coding, matrix optimization)
- 2018-03-04 14:39:47下载
- 积分:1