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

搜索资源列表

  1. C++、MFC源代码observer

    0下载:
  2. C++、MFC源代码observer-C, MFC source code observer
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:60211
    • 提供者:何福保
  1. observer模式例子

    0下载:
  2. 设计模式 observer模式例子 .Net实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
  3. 所属分类:.net编程

    • 发布日期:2010-04-17
    • 文件大小:35926
    • 提供者:bowen88500
  1. erjidaolibai

    1下载:
  2. 本文实现二级倒立摆数学模型的推导,状态空间描述以及状态反馈和状态观测器的实现!比较有无状态观测器对系统运动的影响!-This paper presents two mathematical models of the derivation of the inverted pendulum, the state-space representation, as well as state feedback and state observer to achieve! Comparison of a
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:285382
    • 提供者:刘文珍
  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. Observer

    0下载:
  2. 《c#设计模式》一书里的"观察者模式"代码,- C# Design Patterns book, the observer mode code,
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:33431
    • 提供者:杨南
  1. feedback_observer

    0下载:
  2. Control for Adaptiv optics System with feedback and full observer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:elvaz
  1. asd

    1下载:
  2. 此模型为状态观测器的Matlab实现,提供了一个用于状态观测器的实现模板,适合于新手学习。-This model for the state observer of Matlab, providing a state observer for the realization of the template, suitable for novices to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:40074
    • 提供者:xumingfa
  1. ful1

    0下载:
  2. code consisit of designing of full order state observer using matlab
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5691
    • 提供者:sharan
  1. Observer

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

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

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

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

    4下载:
  2. 永磁同步电机无传感器控制(滑模观测器法)-Permanent magnet synchronous motor sensorless control (sliding mode observer method)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:21120
    • 提供者:冯尧径
  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. CHAP7_1

    0下载:
  2. 被控对象为两惯性模型,调节器为PI调节器并在系统中加入了整数阶干扰观测器-Inertial model for the two charged objects, regulator for the PI regulator and in the system by adding the integer-order disturbance observer
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2828
    • 提供者:刘媛媛
  1. untitled33

    0下载:
  2. 被控对象为带滞后环节的非线性系统,系统加入了带有1.6阶的分数阶滤波器的干扰观测器-Controlled object is nonlinear systems with delay link, the system added with 1.6 fractional order disturbance observer filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4415
    • 提供者:刘媛媛
  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. 255-E678

    0下载:
  2. Simulation of Induction Machine Drive by Composite Model Flux Observer
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:847459
    • 提供者:kha
  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. observer

    0下载:
  2. 观察者模式的简单代码实现。有助于对初学设计模式这对观察者模式的理解。-Simple observer pattern code. This design pattern helps the beginner understand the observer pattern.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:212740
    • 提供者:
  1. CB-observer

    0下载:
  2. 自己编写的关于CB观测器例子的程序,非线性那个有点不足-I have written on CB observer program examples
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2457
    • 提供者:韩苏
  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 »
搜珍网 www.dssz.com