项目作者: pinkchocoa

项目描述 :
Banker's algorithm, Dynamic memory allocation simulation in C.
高级语言: TeX
项目地址: git://github.com/pinkchocoa/CSC1007.git
创建时间: 2021-01-25T14:39:13Z
项目社区:https://github.com/pinkchocoa/CSC1007

开源协议:

下载


Operating Systems Assessed Coursework

This project is done for CSC1007 Operating Systems module in SIT-UoG Comuting Science.

Question 1: Banker’s algorithm
Write a C program that simulate the banker’s algorithm, to detect if the system is in safe or unsafe state.

Question 2: Dynamic Memory allocation
Write a C program that simulate first-fit, best-fit, worse-fit memory allocation approaches.

Code Documentation
https://pinkchocoa.github.io/Operating-Systems-Assessed-Coursework/