Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyeongmincho/homework__operating-system-1

2018학년도 1학기 인하대 운영체제 실습과제1 (FCFS, SJF, RR scheduling)
https://github.com/kyeongmincho/homework__operating-system-1

Last synced: 9 days ago
JSON representation

2018학년도 1학기 인하대 운영체제 실습과제1 (FCFS, SJF, RR scheduling)

Awesome Lists containing this project

README

        

# os_homework1
2018학년도 1학기 인하대 운영체제 실습과제1

## 간단한 설명
job들의 arrival time과 amount time을 받아 FCFS(First Come First Served), SJF(Shortest Job First), RR(Round Robin) 스케쥴링을 했을 때의 total turnaround time과 total response time을 출력한다. 자세한 사항은 [과제 요구사항](./2018_OS_homework1.docx) 참고.