登录
首页 » matlab » 自适应动态规划 ADPLib_V1.2

自适应动态规划 ADPLib_V1.2

于 2020-06-16 发布 文件大小:82KB
0 247
下载积分: 1 下载次数: 2

代码说明:

  自适应动态规划,数据驱动模型Computational adative optimal control for continuous-time linear systems with conpletely unknown dyanmics(Computational adative optimal control for continuous-time linear systems with conpletely unknown dyanmics)

文件列表:

ADPLib.slx, 25417 , 2015-02-16
ADP_demo.slx, 17323 , 2015-02-16
ADP_demo_3rd_order.slx, 24144 , 2015-02-16
ADP_demo_term_noise.slx, 17804 , 2015-02-16
license.txt, 1511 , 2015-02-16

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

发表评论

0 个回复

  • 2015--English-grammar
    考研英语语法与长难句的详细讲解,对你的英语提高有很大帮助。(One s deceased father grind English grammar long and difficult sentences in detail, is of great help to improve your English.)
    2014-11-07 14:59:35下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • APF20170323_2nd
    主要用于解决运动体可自主避障的轨迹规划问题,程序所使用的方法为人工势场法(Path Planning for UAVs with No-fly Zones)
    2018-01-01 10:24:03下载
    积分:1
  • In this talk we will consider two approaches in dealing with the risk of supplie...
    In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the first model, we study the effects of supply disruption risk in a supply chain where one buyer deals with competing risky suppliers who may default during their production lead-times.
    2022-05-21 09:07:11下载
    积分:1
  • 07年全国电子设计大赛论文,有音频信号分析仪,无线识别等
    07年全国电子设计大赛论文,有音频信号分析仪,无线识别等-xiazisheji
    2022-05-28 00:04:48下载
    积分:1
  • PMSG_Demo
    说明:  用于实现永磁直驱同步发电机的的最大功率跟踪(Maximum Power Tracking for Fans)
    2019-01-18 15:23:35下载
    积分:1
  • PC与汇川PLC_ModbusTCP_Test
    上位机读写汇川H3U PLC的寄存器与继电器(Register and Relay of H3U PLC for Upper Computer Reading and Writing)
    2021-04-23 20:58:47下载
    积分:1
  • dbxFirebird.4.1.v51
    说明:  component dbx for delphi
    2019-03-23 09:48:10下载
    积分:1
  • 模糊数学
    说明:  该方法针对权重未知,属性值为区间数,对方案有偏好的多属性决策问题,运用基于相离度的方法来求出属性权重,然后用可能度法对区间数进行比较,实现对方案的排序(In this method, for the multi-attribute decision-making problem with unknown weight and interval number as attribute value and preference for scheme, the attribute weight is calculated based on the method of distance degree, and then the interval number is compared with the method of possibility degree to realize the scheme sorting)
    2019-11-27 20:56:46下载
    积分:1
  • 射击游戏
    说明:  基于pygame简单的2维平面射击游戏。python新手可以参考(A Simple 2-D Planar Shooting Game Based on pyGame)
    2019-04-20 10:14:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载