Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.38 KB

OS-CPU-Schedular-Simulator

3학년 1학기 OS Term Project 인 7가지 CPU Scheduling Simulator을 구현합니다.

개발 환경

  • Java 11
  • IntelliJ
  • Java Swing

GUI 구성

image image

Scheduling

  • FCFS

  • image

  • SJF(Shortest Job First)

  • image

  • HRN

image

  • Priority Non Preemptive

  • image

  • Priority Preemptive

  • image

  • RoundRobin

  • image

  • SRT(Shortest Remaining Time)

  • image