登录
首页 » matlab » 三线交错双向DCDCmatlab仿真

三线交错双向DCDCmatlab仿真

于 2019-06-23 发布 文件大小:28KB
0 153
下载积分: 1 下载次数: 13

代码说明:

  三相交错双向dcdc微电网的matlab仿真资料,仅供参考。(Matlab simulation data of three-phase staggered bidirectional DCDC microgrid are for reference only.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 盘磨系统控制程序
    此为纸机造纸系统盘磨PLC控制程序,用于控制磨浆功率。适用于S7200,td400.(This is the disc mill PLC control program of paper machine paper making system, which is used to control the pulp power. Suitable for S7200, td400.)
    2020-09-08 20:18:04下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • concepts and applications
    说明:  此有限元英文书籍讲述了有限元基础,并在每章后面编制有对应的MATLAB;MAPLE程序,很好的与前面的有限元理论结合。很适合有限元的初学者。(This English finite element book describes the foundation of finite element, and at the end of each chapter, the corresponding MATLAB; Maple program is compiled, which is well combined with the previous finite element theory. It is very suitable for beginners of finite element.)
    2019-11-20 10:04:30下载
    积分:1
  • Monte Carlo Method
    montecarlo算法,练习使用练习使用练习使用练习使用(montecarlo method montecarlo method)
    2018-09-18 20:10:18下载
    积分:1
  • 1
    说明:  自定义卷积核,用numpy完成图像卷积运算,生成对应特征图(Customizing convolution kernel, using numpy to complete image convolution operation, generate corresponding feature map)
    2020-04-17 23:12:08下载
    积分:1
  • VSC-MTDC PSCAD
    基于PSCAD的多端直流输电系统的仿真模型(Simulation model of multi-terminal HVDC transmission system based on PSCAD)
    2019-05-13 18:46:17下载
    积分:1
  • matlab绘图
    matlab可视化作图文件,适用于初学者(Matlab can be turned into a graph file for beginners.)
    2018-09-20 10:03:00下载
    积分:1
  • 利用Kaveh法估计ARMA过程功率谱,只需计算AR系数,简化过程。
    利用Kaveh法估计ARMA过程功率谱,只需计算AR系数,简化过程。-Kaveh estimation using ARMA process of the power spectrum, simply calculating AR coefficients, to simplify the process.
    2022-10-27 03:25:04下载
    积分:1
  • VC++ 托盘图标和右键菜单操作的实现
    VC++ 托盘图标和右键菜单操作的实现,VC++托盘右键菜单实例,现在托盘图标在各大软件上都用上了,本代码是一个托盘和右键菜单综合起来的一个小例子,演示窗体中还增加了随机更换背景图片的功能,点击托盘处的图标可弹出右键菜单,具体的实现这里就不说了,自己看代码吧。
    2022-04-12 14:00:35下载
    积分:1
  • VF-PQ-OK
    在并网时运用PQ策略,离网时运用VF控制,2种状态控制(PQ strategy is used in grid connection, VF control and two state control are used in off-grid connection.)
    2020-10-30 22:49:56下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载