zoukankan      html  css  js  c++  java
  • <Introduction to discrete event systems> 学习笔记43

    1. Continuous-Variable Dynamic Systems(CVDS) must satify:

      (1)They are continous-state systems.

      (2)The state transition mechanism is time-driven.

    2.Discrete Event Dynamic Systems(DEDS) must satify:

      (1)The state space is a discrete set.

      (2) The state transition mechanism is event-driven.

    3.definirion.

      A Discrete Event System(DES)is a discrete-state,event-driven system,that is, its state evolution depends entirely on the occurence of asynchronous discrete events over time.

    4.We should not confuse discrete event systems with discrete-time systems.

      The class of discrete-time systems contains both CVDS and DES.A DES may be modeled in continuous or in discrete time.

    5. Three levels of abstraction at which DES are modeled and studied:

      untimed(or logical), timed,and stochastic.

    6. Two discrete event modeling formalisms will be presented and studied:automata and Petri nets.

    next      1.3.4 Example of Discrete Event Systems  ----P57

  • 相关阅读:
    OpenCV 写入视频流
    Flyweight 模式
    Builder 模式
    MySQL插入数据
    MySQL新建表
    2's Power
    DeepID人脸识别算法之三代(转)
    FaceNet--Google的人脸识别(转)
    DeepFace--Facebook的人脸识别(转)
    leetcode6 Reverse Words in a String 单词取反
  • 原文地址:https://www.cnblogs.com/snailjn/p/2998678.html
Copyright © 2011-2022 走看看