• Introduction to discrete event system学习笔记4.6


    1.Systems that combine time-driven with event-driven dynamics are referred to as Hybrid Systems.

    2.Summary of system classifications:

      Static and Dynamic Systems.In static systems the output is always independent of past values of the input.In dynamic systems,the output does depend on past values of the input.(想到迭代算法,动态的系统有相同之处)

      Time-varying and Time-invariant Systems.The behavior of time-invariant systems does not change with time.(想到分段函数,自变量的某个范围内,函数值不发生变化)

      Linear and Nonlinear Systems.A linear system satisfies the condition g(a1u1+a2u2)=a1g(u1)+a2g(u2),(想到高等数学中学习,如果两个函数极限都存在,则他们的线性组合极限也存在,线性关系满足相加定理)

      Continuous-state and Discrete-State Systems.In continuous-state systems, the state variables can generally take on any real(or complex)value.in discrete-state systems,the state variables are elements of a discrete set.(想到概率统计里说道,离散事件的概率及连续事件的概率)。

      Time-driven and Event-driven Systems.In time-driven systems, the state continuously changes as time changes. In event-driven systems,it is only the occurrence of asynchronously generated discrete events that forces instantaneous state transitions.(time-driven system 使我想到了连续函数,event-driven system使我想起了进程在就绪态等待,资源或者时间片的到来,等待事件的发生,以便进行状态的转换)。

      Deterministic and Stochastic Systems.A system becomes stochastic whenever one or more of its output variables is a random variable.(想到C++中随机函数)

      Discrete-time and Continuous-time Systems.A continuous-time system is one where all input .state,and output variables are defined for all possible values of time.In discrete-time systems,one or more of these variables are defined at discrete points in time only, usually as the result of some sampling process.(想到概率中的离散事件)。

    next:P69

  • 相关阅读:
    回文自动机(PAM) 学习笔记
    UOJ#103. 【APIO2014】Palindromes PAM模板题
    UOJ#348. 【WC2018】州区划分
    STL 抄袭笔记
    ZJOI2019Day1 游记
    UOJ#370. 【UR #17】滑稽树上滑稽果 动态规划
    UOJ#24. 【IOI2014】Rail 交互题
    UOJ#373. 【ZJOI2018】线图 搜索,树哈希,动态规划
    UOJ#75. 【UR #6】智商锁 随机化算法 矩阵树定理
    AtCoder Grand Contest 031 (AGC031) D
  • 原文地址:https://www.cnblogs.com/snailjn/p/3002018.html
Copyright © 2020-2023  润新知