Giter VIP home page Giter VIP logo

mlfq-multilevel-feedback-queue-scheduling-algorithm-stimulation's Introduction

MLFQ Algorithm Stimulation

Submitted by:

Name: Ahsan Riaz Roll No: BCSF18M009

Date of Submission: December 1, 2020

Aim of this projects:-

This program will stimulate the Multilevel feedback queue algorithm.

Requirements

Minimum requirements are following:

Language:

The language used in my project is C++ programming language.

Tools:

o Dev C++ or o Visual Studio 2019

Operating System:

• Windows 10 • Linux

How to run the Program:

Add Driver.cpp and MLFQ.h header file in your project and built the solution. Then compile and run the program. Just open the driver class and compile and run the program. (note MLFQ.h and Driver.cpp should be in same directory) There are 2 sources file named as:

  1. Driver.cpp
  2. MLFQ.h header

There are also 3 sample input files, input1.txt, input2.txt and input3.txt. We will use it in our main program to read data from file and run MLFQ algorithm on sample data.

Driver.cpp:

• The main() function is written in my Drive.cpp file. • In main(), I create object of MLFQ, and call method setFileName(fileName); where filename is of string type. This method will set file name attribute in MLFQ class. That will load data from this filename. • Then we will call the start() method of MLFQ class object.

Output

"Output of program"

mlfq-multilevel-feedback-queue-scheduling-algorithm-stimulation's People

Contributors

ahsanriaz9 avatar

Watchers

 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.