CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - observer design

搜索资源列表

  1. OBServer

    0下载:
  2. 設計模式 Design Patterns OBSERVER-Design Patterns
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1156482
    • 提供者:sugrow
  1. observer模式

    0下载:
  2. 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:4252
    • 提供者:陈刚
  1. linearsystemstatefedbacandstateobserver

    0下载:
  2. 详细介绍了,线性定常系统的状态反馈的设计,全维状态观测器,降为状态观测器的设置。-Described in detail, linear time-invariant systems state feedback design, full-dimensional state observer, reduced state observer settings.
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:181107
    • 提供者:zhaojunhu
  1. Observer

    0下载:
  2. 设计模式中的Observer模式。有一气象台例子说明。-Observer design pattern in the model. Meteorological have one example.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2011
    • 提供者:TZH
  1. Observer

    0下载:
  2. 使用C#实现的 Observer 经典设计模式,值得收藏!-The classical design pattern Observer.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:24505
    • 提供者:唐郎
  1. ObserverModelDEMO

    0下载:
  2. Observer 设计模式DEMO,CMD下模拟股票数据的刷新。超简单-Observer design model demo.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:53315
    • 提供者:xudanhui
  1. observer

    0下载:
  2. OBSERVER DESIGN PATTERN
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3572
    • 提供者:shigen
  1. kalman

    0下载:
  2. kalman观测器的设计例子,并且对设计出来的系统进行阶跃响应,可观测响应图形-kalman observer design example
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:565
    • 提供者:caojiufa
  1. Principles_of_Automatic_Control_procedures_for_a_n

    1下载:
  2. 内含3个程序,分别为:基于MATLAB 的状态反馈极点配置函数设计,极点配置分析,全阶观测器设计分析。-Includes three programs, namely: MATLAB-based state feedback pole assignment function design, pole placement analysis, full-order observer design and analysis.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:628622
    • 提供者:吴应攀
  1. control

    0下载:
  2. 利用matlab编写程序对控制系统的稳定性进行判断;对系统的可控性与可观性进行判断;用频域特性和时域特性对控制系统进行分析与设计;判断系统的可控性与可观性,对系统进行极点配置,设计观测器,掌握控制系统的设计方法。-Using matlab to program the control system to judge the stability on the system controllability and observability to judge using frequency do
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2631
    • 提供者:jhzhu
  1. Observer

    0下载:
  2. 设计模式中的观察者模式模拟及相关代码和测试-The observer design pattern models and related code and test simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8013
    • 提供者:董涛
  1. Observer(design_pattern)(template)

    0下载:
  2. Observer设计模式的模版类实现,功能实用, 是我项目中的代码,使用非常方便。-Observer design pattern template class implementation, functional and practical, is my project code, easy to use.
  3. 所属分类:Game Engine

    • 发布日期:2017-03-29
    • 文件大小:2159
    • 提供者:占飞龙
  1. jiangwei1

    0下载:
  2. 降维状态观测器是非常重要的一类观测器 基于P变换的降维观测器设计方法,-Reduced-order state observer is a very important class of observer-based P Transform reduced order observer design method
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:701
    • 提供者:杨波
  1. jiangwei2

    0下载:
  2. 降维状态观测器是非常重基于T变换的降维观测器设计方法。要的一类观测器-Reduced-order state observer is very important dimension reduction based on T transform observer design method. To a class of observer
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:726
    • 提供者:杨波
  1. LRQ

    1下载:
  2. 单级倒立摆LQR控制仿真 降维状态观测器的两种设计方法及算例-Inverted Pendulum Simulation Reduced LQR control of two state observer design method and examples
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:532066
    • 提供者:杨波
  1. eee

    0下载:
  2. Nonlinear uncertain systems design of robust sliding-mode observer
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:713
    • 提供者:wusonghua
  1. observer

    0下载:
  2. 观察者模式(Observer Design Pattern )的基类。使用者只要把这四个文件加入到工程,并且从CSubject派生自己的Subject类,从CObserver中派生自己的Observer类,并且实现Update()函数。即可实现观察者模式。-Observer Design pattern.You just need to add these four files into your project.You can easily implement the observer pat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1654
    • 提供者:小建
  1. DoubleInvertedPendulum

    0下载:
  2. Double Inverted Pendulum Full-order observer design Reduced-order observer design Pole-placement method LQR method LQE method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:23237
    • 提供者:socosmo
  1. observer-design

    2下载:
  2. 基于单边Lipschitz条件非线性系统观测器设计绘图程序-Observer design for one-sided Lipschitz descr iptor systems
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3153
    • 提供者:杜亚楠
  1. OBSERVER DESIGN

    0下载:
  2. PI controller design and Observer Design for magnetic ball suspended in the air
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:59392
    • 提供者:Anees
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com