Introduction to discrete event system-学习笔记-4.8pm

1.The usual set operations,such as union,intersection,difference,and complement with respect to E*.

2.Concatenation: Let La,Lb⊆E*,then

  LaLb:={s∈E*:(s=sasb)and(sa⊆La)and(sb∈Lb)}

3.Prefix-closure: Let L⊆E*,then

  L(L的逆):={s∈E*:(∃t∈E*)[st∈L]}

4.Kleene-closure: Let L⊆E*,then

  L*:={ε}∪L∪LL∪LLL∪· · ·

5.Post-language: Let L⊆E* and s∈L.then the post-language of L after s,denoted by L/s,is the language

  L/s:={t∈E*:st∈L}

6.An automaton is a device that is capable of representing a language according to welldefined rules.

next:P80

posted on 2013-04-08 15:27  肉松蜗牛  阅读(175)  评论(0编辑  收藏  举报