FSM

FSM

1.acceptor & transducer

Acceptors :Input是否被FSM接收

produce a binary output, saying either yes or no to answer whether the input is accepted by the machine or not. All states of the FSM are said to be either accepting or not accepting. At the time when all input is processed, if the current state is an accepting state, the input is accepted; otherwise it is rejected. As a rule the input are symbols (characters); actions are not used.

transducer:对input产生output,也就是对Input产生输出,比如电梯控制,

generate output based on a given input and/or a state using actions.They are used for control applications and in the field of computational linguistics.

Determinism:

In deterministic automata, every state has exactly one transition for each possible input.

In non-deterministic automata, an input can lead to one, more than one or no transition for a given state.

Opimization:

最少的state 同样的效果

Mathmatics:

1.acceptor:

五元组,Input, States, InitialStates, FinalStates, state-transition function

2.transducer:

六元组:Input, Output States, InitialStates, state-transition function, Output Function,

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值