본문 바로가기
IT이론/os

FSM 구현(Mealy machine, moore machine)

by dootiger 2014. 1. 24.
반응형

-문자열 검사기

* Design the Moore Model machine implementation to detect the 3-bit pattern 101.

* Design the Mealy Model machine implementation to detect the 3-bit pattern 101.

반응형

'IT이론 > os' 카테고리의 다른 글

연관 기억장치, 캐시메모리, 가상 기억장치  (0) 2014.03.24
빅인디안과 리틀인디안에 대해서 알아보자  (0) 2014.03.20
The Dining Philosophers  (0) 2014.01.24
교착상태 (deadlock)  (0) 2014.01.24
임계구역 문제  (0) 2014.01.24