sizzle0121 / OS_course_practice

Assignments of operating system course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS_course_practice

Assignments of operating system course.

Homework 1

Intro.

Learn:
Create a fork tree to meet the requirement.
Use multi-processing to compute matrix multiplication.    

Homework 2

Intro.

Learn:
Simulate four scheduling algorithm.

  • First Come First Served
  • Shortest Job First
  • Shortest Remaining Time First
  • Multilevel Feedback Queue

About

Assignments of operating system course.


Languages

Language:C++ 63.9%Language:C 36.1%