Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kyeongmincho/homework__operating-system-1
- Owner: kyeongmincho
- License: gpl-2.0
- Created: 2018-04-28T06:24:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T16:49:21.000Z (over 6 years ago)
- Last Synced: 2024-11-19T17:17:31.124Z (2 months ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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) 참고.