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

搜索资源列表

  1. matlab12

    0下载:
  2. 观测器设计 对MATLAB学习帮助很大-Observer design study of great help MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:龙腾
  1. SubjectObserver_source

    0下载:
  2. Using C++ Templates to overcome some of the original Subject/Observer design pattern problems -Using C Templates to overcome some of the or iginal Subject / Observer design pattern probl ems
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.02kb
    • 提供者:caoguanghuineu
  1. libGPS4j2me-1.0

    0下载:
  2. A Java Framework for connecting to and exchanging data from GPS units to J2ME Mobile Devices. Serial and Bluetooth connections to GPS devices. Support for NMEA-0183 GPS Standard. An Observer-Design Pattern makes the library extendable. Based on GPSli
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:3.22mb
    • 提供者:firmament
  1. Observer_SoftWareAchitecture

    0下载:
  2. C# observer , design patter
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9.62kb
    • 提供者:sun
  1. OBServer

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

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者: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
    • 文件大小:4.15kb
    • 提供者:陈刚
  1. Observer

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

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

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

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

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

    • 发布日期:2017-03-31
    • 文件大小:565byte
    • 提供者: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
    • 文件大小:613.89kb
    • 提供者:吴应攀
  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
    • 文件大小:2.57kb
    • 提供者:jhzhu
  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
    • 文件大小:2.11kb
    • 提供者:占飞龙
  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
    • 文件大小:701byte
    • 提供者:杨波
  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
    • 文件大小:726byte
    • 提供者:杨波
  1. LRQ

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

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

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

    • 发布日期:2017-04-10
    • 文件大小:713byte
    • 提供者: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
    • 文件大小:1.62kb
    • 提供者:小建
  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
    • 文件大小:22.69kb
    • 提供者:socosmo
  1. observer-design

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

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

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

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