GithubHelp home page GithubHelp logo

merry-hyelyn / cpu_scheduling_simulator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alstn2468/cpu-scheduling-simulator

0.0 1.0 0.0 1.24 MB

⚙️Operating System CPU Scheduling Simulator😄

License: MIT License

C 100.00%

cpu_scheduling_simulator's Introduction

CPU Scheduling Algorithm Simulator

Soonchunhyang University
Department of Computer Software Engineering

Test Case 1

Quantum : 2

PID Burst Time Arrive Time Priority
P1 2 0 1
P2 9 1 3
P3 5 2 2
P4 11 3 4
P5 2 4 5

Test Case 2

Quantum : 5

PID Burst Time Arrive Time Priority
P1 10 0 4
P2 28 1 2
P3 6 2 5
P4 4 3 1
P5 14 4 3

FCFS (First Come First Served)

  • 선입선처리 스케쥴링
    [코드]

  • Test Image

Test Case 1

Test Case 2


SJF (Shortest Job First)

  • 최소작업 우선 스케쥴링
    [코드]

  • Test Image

Test Case 1

Test Case 2


SRT (Shortest Remaining Time)

  • 선점 최소작업 우선 스케쥴링
    [코드]

  • Test Image

Test Case 1

Test Case 2


Non-Preemptive Priority Scheduling

  • 비선점 우선순위 스케쥴링
    [코드]

  • Test Image

Test Case 1

Test Case 2


Preemptive Priority Scheduling

  • 선점 우선순위 스케쥴링
    [코드]

  • Test Image

Test Case 1

Test Case 2


RR (Round Robin)

  • 라운드 로빈 스케쥴링
    [코드]

  • Test Image

Test Case 1

Test Case 2


HRN (Highest Response-Ratio Next)

  • 최상 응답 비율 우선 스케쥴링
    [코드]

  • Test Image

Test Case 1

'

Test Case 2


Contributor

cpu_scheduling_simulator's People

Contributors

alstn2468 avatar merry-hyelyn avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.