https://github.com/lzhbrian/3-classic-operating-system-problems
Implementation of 3 classic Operating System problems (Project of Operating System course)
https://github.com/lzhbrian/3-classic-operating-system-problems
operating-system
Last synced: 3 months ago
JSON representation
Implementation of 3 classic Operating System problems (Project of Operating System course)
- Host: GitHub
- URL: https://github.com/lzhbrian/3-classic-operating-system-problems
- Owner: lzhbrian
- License: apache-2.0
- Created: 2016-11-29T12:22:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T12:57:39.000Z (about 9 years ago)
- Last Synced: 2024-12-27T17:23:21.679Z (about 1 year ago)
- Topics: operating-system
- Language: C++
- Homepage:
- Size: 11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS Project
***
无42 林子恒 2014011054
- Brian Lin,Tzu-Heng's Work
- Mailto: [lzhbrian@gmail.com](lzhbrian@gmail.com)
- Github: [http://github.com/lzhbrian/OS_project](http://github.com/lzhbrian/OS_project)
- Linkedin: [http://linkedin.com/in/lzhbrian](http://linkedin.com/in/lzhbrian)
### This repository contains implementation of 3 classic OS problems.
1. The bank teller service problem
2. Quick sort implementation by multi-threading
3. Reverse a big char file by memory mapping
### ***Precise explanations are in each folder's `README.md`