文件名称:homework2
介绍说明--下载内容均来自于网络,请自行研究使用
A finite state machine (FSM) is an abstract machine used to model a sequential system or a
computer program. An FSM can be represented as a directed graph having a set of N nodes
representing states connected with a given set of directed edges. An edge directed from one
node to another node represents a state transition for a given input. A state transition can only
happen if the specified input is applied. During state transition a FSM produces output. A state
transition can either result the system to switch from one state to another state or can remain in
the same state.
computer program. An FSM can be represented as a directed graph having a set of N nodes
representing states connected with a given set of directed edges. An edge directed from one
node to another node represents a state transition for a given input. A state transition can only
happen if the specified input is applied. During state transition a FSM produces output. A state
transition can either result the system to switch from one state to another state or can remain in
the same state.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
homework2.cu