본문 바로가기

Computer Science/os

FSM 구현(Mealy machine, moore machine)

-문자열 검사기

* 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.