An open API service providing repository metadata for many open source software ecosystems.

Topic: "scheduling-algorithms"

anagainaru/ScheduleFlow

Software for creating simulation scenarios for online and reservation-based batch schedulers used in large-scale computing.

Language: Python - Size: 10.8 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 2

vlkale/lw-sched

If you aren't satisfied with loop schedules provided in OpenMP, try this library. Its schedules provide an effective tradeoff for reducing load imbalance, synchronization overhead and cache misses.

Language: C - Size: 266 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

yuvrajsinh5252/Taskflow

Learn scheduling algorithms through interactive simulations and visualizations.

Language: TypeScript - Size: 50.8 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

RyanTomich/photonic_compiler

compilation with optimization and code generation that can take neural network inference requests and divide the load between classical hardware and novel photonic hardware.

Language: Jupyter Notebook - Size: 204 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

AliAmini93/WSN-Scheduling-with-Reinforcement-Learning

Developed a reinforcement learning framework using Deep Q-Networks (DQN) to optimize scheduling in Wireless Sensor Networks (WSN), enhancing energy efficiency and state estimation through a custom simulation environment.

Language: Jupyter Notebook - Size: 3.96 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

MdRaihanSobhan/CSE-314-Operating-System-Sessional

CSE 314: Operating System Sessional | CSE, BUET | Batch 2019

Language: Roff - Size: 13.9 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

TahaRostami/Harif

My B.Sc project (Harif): Design and Implementation of a graph-based automatic course-selection system that recommends schedules based on student’s preferences

Language: HTML - Size: 76.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Al-Taie/osSchedulingAlgorithms

CPU Scheduling Algorithms in Operating Systems

Language: Python - Size: 137 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

AbdelrahmanHamdyy/OS-Scheduler

📢 A CPU scheduler that determines an order for the execution of its scheduled processes. Operating System Scheduler decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.

Language: C - Size: 667 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

dingavinga1/os-kernel-c

A multi-threaded implementation of an operating system kernel with options for 4 different scheduling algorithms.

Language: C++ - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

ZiadSheriif/Mini-OS

Mini OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.

Language: C - Size: 3.53 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

feldroop/static_task_scheduling

Implementations of different static task scheduling algorithms to evaluate a proposed MILP based model for this problem.

Language: C++ - Size: 219 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Neville-Loh/distributed-system-scheduler

A branch-and-bound, and A* type algorithm that solves the NP Hard Scheduling problem with the highest possible performance

Language: Java - Size: 811 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

nikunjpansari/Operating-Systems_Lab_CS_314

Operating Systems

Language: C - Size: 1.85 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

JameDodgers/cpu-scheduler

This project consists of a visual simulation built with React Native and Expo CLI on how different scheduling algorithms works. The application was developed for the Operating Systems course of the Computer Science program at UFBA (Federal University of Bahia).

Language: JavaScript - Size: 61.7 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

karthik0309/react-scheduling-simulator

A tool to simulate and understand operating system concepts

Language: TypeScript - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

online6731/EDF-Scheduling

EDF Scheduling in RTOS

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

priyanks25coder/Scheduling-Algorithms-Implementation

Implementation of OS Scheduling Algorithms using webpages.

Language: JavaScript - Size: 410 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

sajadafaghiy/Scheduling-Algorithms

CPU Scheduling Algorithms Simulator

Language: C# - Size: 111 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

abefuerte/Production-Management

Single Machine Scheduling algorithms: Shortest Processing Time (SPT), Earliest Due Date (EDD), Moore´s Algorithm. These 3 algorithms will minimise Mean Waiting Time, Maximum Tardiness and Number of Late Jobs, respectively.

Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

vocheretnyi/genetic-schedule

Using genetic algorithm for lecturing schedule optimization

Language: C++ - Size: 233 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

chawki27000/retina-sim-old

Real-Time Network-on-chip Analysis and Simulation

Language: Java - Size: 284 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

adityachavan198/Job-Scheduling-Shortest-job-first-preemptive-python-code

Python code for the scheduling algorithm used in operating systems shortest-remaining-time-first code in python

Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 6

J4NN0/examination-timetabling

Timetabling Problem

Language: C - Size: 1.09 MB - Last synced at: 20 days ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 0

gentisaliu/lab-system-architecture

Java implementation of assignments from the "System Architecture" lab held at the University of Karlsruhe during Summer Term 2007.

Language: Java - Size: 208 KB - Last synced at: 11 months ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

Haydart/GeneticResourceScheduler

A project using a combination of genetic algorithm and greedy approaches in order to find best project schedule for defined problem constraints

Language: Java - Size: 499 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 1

lmmx/polars-scheduler

Schedule recurring events with constraints

Language: Rust - Size: 164 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

awesome-schedule/awesome-schedule.github.io

The website built from the plannable repo

Language: JavaScript - Size: 39.1 MB - Last synced at: 4 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

CameleoGrey/greyjack-solver-python

GreyJack Solver is a "jack of all trades" constraint metaheuristic solver for Python, built on the robust foundations of Rust and Polars

Language: Python - Size: 1.12 MB - Last synced at: 18 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

MingCHEN-Github/TraDE

TraDE: Network and Traffic-aware Adaptive Scheduling for Microservices Under Dynamics

Language: Jupyter Notebook - Size: 132 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

josefdc/Algoritmos-Despacho

Implementación de algoritmos de planificación de procesos (FIFO, SJF, Prioridad) con GUI en PyQt5 y análisis usando OpenAI GPT.

Language: Jupyter Notebook - Size: 218 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

infradragon/tuned-ppd-sched_ext 📦

Config files and scripts to integrate sched_ext (lavd, in this case) with tuned power profiles daemon

Language: Shell - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

ShubhRanpara/CPU-Scheduler

This repository contains my term assignment of OS. The purpose of this project is to understand and get hands-on practice of the CPU scheduling algorithms.

Language: C - Size: 2.31 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Aryan-Darji-07/CPU-Scheduling

The CPU Scheduling Simulator is a web-based application designed to help users understand and compare different CPU scheduling algorithms. With an intuitive user interface, users can input the arrival times and burst times of processes and select from various scheduling algorithms to see how each one handles task execution.

Language: JavaScript - Size: 20.5 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

matbagnoletti/JobSchedulerJS

Progetto JavaScript che ha come obiettivo quello di simulare la gestione dei processi da parte della CPU secondo i diversi algoritmi di scheduling, evidenziandone le differenze.

Language: CSS - Size: 1.72 MB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

dhruvil1808/Operating-Systems

Algorithms related to Operating System Design in c.

Language: C - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

dennis0324/cpu-Scheduler-Simulator

Language: TypeScript - Size: 5.44 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

jaywyawhare/4th-Semester-Coding

This GitHub repository is a collection of resources and code examples covering topics such as database management systems, operating systems, and web technologies.

Language: HTML - Size: 3.7 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

eyip002/LetSynchronise 📦

Interactive simulator for LET systems

Language: JavaScript - Size: 8.03 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

aslanpour/PiAgent

Self Adaptive Edge Platform

Language: Python - Size: 140 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

nikam24/Operating-System-Practical-Implementation-of-Multithreading-Scheduling-Algorithms-Semaphore-etc.

This repository will contain all the practical implementation of knowledge I got to learn from the subject : Operating System

Language: C - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ZhuangweiKang/RESTfulSwarm

An environment for core simulation based on Docker Swarm.

Language: Python - Size: 94 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

ANIRUDH-VADERA/OS

Important OS Codes and Concepts(Sorted)

Language: C - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 3

Ahmed-Ibrahim-30/Disk_Scheduling_Algorithms Fork of SamaaKhalifa/Disk_Scheduling_Algorithms

Disk_Scheduling_Algorithms by using GUI in Java

Language: Java - Size: 325 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

rishitsaiya/CS314-OS-Lab

Operating Systems Lab Course (CS 314), IIT Dharwad

Language: C - Size: 6.64 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 6

NamanAgarwal18/Cloudsim_SchedulingProgram

Task scheduling using Weighted Active Monitoring Load Distribution technique.

Language: Java - Size: 3.39 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

Candida18/Operating-System

Language: C - Size: 54.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

jackshendrikov/cpu-scheduling

Implementation of Round Robin and PSJF scheduling algorithms for a single-processor system.

Language: Java - Size: 1.22 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

rishiraj824/scheduling

Scheduling Algorithm with CSV as an input

Language: Jupyter Notebook - Size: 129 KB - Last synced at: 26 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

KowalskiThomas/OpenShop-CPP

A C++ implementation of my new optimisation method for open-shop scheduling with arbitrary constraints

Language: C++ - Size: 36.1 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 2

KowalskiThomas/OpenShopScheduling

A new optimisation method for open-shop scheduling with arbitrary constraints based on simulated annealing and genetic algorithms

Language: Python - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 4

Ajinkya-W/CPU-scheduling-Algorithms

Simulating CPU scheduling algorithms.

Language: Java - Size: 25.4 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

danilodsa/SimPro

Simulador de escalonamento de processos

Language: HTML - Size: 843 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

dileep-kishore/CombOpt.jl

Combinatorial Optimization and Graph Algorithms in Julia

Language: Julia - Size: 1.07 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

shriyamverma/Jackpot

In this project I have solved a process scheduling problem using Round Robin Algorithm with a lil twist.

Language: C++ - Size: 453 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 8

zjiayao/Pamuretas

Parallel Multiple-Dependency Resource-Critical Task Scheduling

Language: C - Size: 11.9 MB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

robotenique/OSdevelopment

:closed_lock_with_key: Projects related to multithreading, process scheduling algorithms and memory management

Language: C - Size: 8.56 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

mahsa71/hadoop3.1

It's a modified version of hadoop yarn resource manager. It has a new fair(drf) scheduling + simulated annealing policy that has been added to the package. visit below for more information.

Language: Java - Size: 1.87 MB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

lioncruise/cluster-mocker

A scheduling simulator based on Kubernetes.

Language: Java - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

sjkillen/mlfq-viz 📦

A visualization of the multilevel feedback queue scheduling algorithm

Language: JavaScript - Size: 4.44 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 2

PadmajaVB/Virtual-Machine-allocation-using-WISWCS

Here is the code for efficient VM allocation using WISWCS.

Language: Java - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 5

galinaalperovich/PESP

PESP is a Periodic Timetable combinatorial optimization problem. This project considers PESP of different sizes with Branch and Bound and Genetic algorithm.

Language: Python - Size: 434 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 2

abhikarki/ARRTQ-Scheduling

A modified ARRTQ scheduling algorithm to increase responsiveness of OS processes by decreasing the First Response Times and using dynamic time quantum to prevent starvation/staleness.

Language: Jupyter Notebook - Size: 230 KB - Last synced at: about 12 hours ago - Pushed at: about 14 hours ago - Stars: 1 - Forks: 0

thomas636b/Johnson-HRNG

Johnson-Nyquist Noise Based Multi-Purpose Hardware Random Number Generator

Size: 1.95 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

Markkyu/Timelyfy-Scheduler

The almost polished version of the scheduler of Timelyfy made in Vite + React. Everything seems to be working, just need to apply the diversity of each class groups, No delete yet might add soon.

Language: JavaScript - Size: 58.6 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

Mohammed-Nour/operating-system

Operating Systems coursework: Hands-on assignments covering shell scripting, C programming, process management, CPU scheduling, memory allocation, virtual memory, and inter-process communication.

Language: C - Size: 12.9 MB - Last synced at: 29 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0

pmourey/tennis

A web application for managing tennis club operations, team championships, and player management. Built with Python, this application helps tennis clubs:

Language: Python - Size: 5.38 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

lorenzialessandro/hcpga

A Hybrid Constrained Programming with Genetic Algorithm for the Job Shop Scheduling Problem

Language: Python - Size: 112 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

CameleoGrey/greyjack-solver-rust

GreyJack Solver is the metaheuristic constraint solver for continuous, integer, mixed integer problems built on top of Polars

Language: Rust - Size: 9.2 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

omkar2503/teller-flow-optimizer

TellerFlowOptimizer is a Java-based bank simulation that models customer flow and teller scheduling. It supports multiple scheduling algorithms (Greedy, Round Robin, Least Work Left), provides real-time queue and teller analytics, and includes a powerful comparison mode for performance analysis.

Language: Java - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

GabroveanuRazvan/Web-Server-Communication-Flow-Scheduling

Sctp based Rust web server

Language: HTML - Size: 1.07 GB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Tjempo/LeastSlack

Least Slack - OSM Software

Language: C++ - Size: 2.14 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Mageed-Ghaleb/MetaForge

Metaheuristic- and RL-powered production scheduling & optimization toolkit in Python

Language: Python - Size: 3.27 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

rohitmane01/Operating-System-Lab

💻 OS Lab Programs in C | CPU Scheduling, Memory Management, IPC, Deadlocks | Well-documented & beginner-friendly

Language: C - Size: 789 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

UFFeScience/cyclops

A workflow scheduling approach

Language: Jupyter Notebook - Size: 67.3 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

zukardex/Johnson-HRNG

Johnson-Nyquist Noise Based Multi-Purpose Hardware Random Number Generator

Language: Jupyter Notebook - Size: 8.07 MB - Last synced at: 20 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

ahmedrafat-SW/Java-Multithreading-Concurrency-Parallel-programming

Java Multi-threading, Concurrency & Parallel programming in Java, with strong emphasis on high performance

Language: Java - Size: 3.93 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

SRP4214/Algo-Scheduler

Algo-Schedular is an interactive web application built with Python and Streamlit to visualize and simulate CPU scheduling algorithms, including: First-Come, First-Served (FCFS) Shortest Job First (SJF) Round Robin (RR) Shortest Remaining Time First (SRTF) Features: Dynamic Gantt chart visualization and tabular repesentation.

Language: Python - Size: 320 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Alex-Stone-Github/pepstep

Arduino Library for concurrent stepper control

Language: C++ - Size: 71.3 KB - Last synced at: 15 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Harshitv21/Scheduling-Algorithm-Solver

Scheduling algorithm solver for various algorithms in Operating System like FCFS, Shortest job first, SRTF and Round Robin.

Language: JavaScript - Size: 182 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

lucaballotta/vrem-fl

Code of algorithms and simulations in article "VREM-FL: Mobility-Aware Computation-Scheduling Co-Design for Vehicular Federated Learning," IEEE TVT 2024.

Language: Python - Size: 2.56 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 1

HamzaZaidiX/Calculator-By-CPU-Scheduling-Algorithms

This is my University Operating System Project Completely Made of Java Swing, Some XML and other also checkout the Project Reports

Size: 621 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

barannmeisterr/Pediatric-Endocrinology-Clinic-Time-Table-Scheduling-System

This java swing gui project is a comprehensive scheduling system for a Pediatric Endocrinology Clinic. It uses Directed Graph data structure to efficiently model the complex relationships and constraints between doctors and their shifts. The system ensures that all constraints related to doctor-shift assignments are respected generates timetable.

Language: Java - Size: 73 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

JakinRogel/Operating-Systems-Fundamentals

This repository is a comprehensive resource for learning the fundamental concepts and principles of operating systems. It is designed to support a structured course that covers a wide range of topics essential for understanding how operating systems function, interact with hardware, and manage software applications.

Language: C - Size: 97.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Md-Emon-Hasan/C-Progamming

A repository containing examples, and projects to help learn and practice C programming concepts and techniques.

Language: C - Size: 94.2 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

tz01x/schedule-generator-forEWU

generate all the possibile schedule/routine for namber of courses in ewu

Language: JavaScript - Size: 3.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

root39293/os-cpu-scheduling

implement CPU scheduling algorithm using Python

Language: Python - Size: 51.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

drone076/prostosmena.ru

Онлайн расчет графика работы 2/2. График смен.

Size: 1.95 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kj-grogu/AOS_CSEN383_Projects

These projects are course assignment projects done for Advanced Operating System, done mainly in c and java

Language: C - Size: 1.78 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LeonSering/bwinf_career_information_day_scheduling

Submission of the second round of the German National Competition in Computer Science in 2007/2008.

Language: C++ - Size: 1.93 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

MathRPG/ispd-plugin Fork of gspd-unesp/ispd

iSPD, re-structured to follow a plugin architecture (also known as a microkernel architecture)

Language: Java - Size: 8.84 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

SiNa88/PROS Fork of zahranajaf/PROS

Language: Python - Size: 33.2 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

roblox-codex/Operating-System

Programs of OS

Language: C++ - Size: 47.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Francesco601/Advanced-Topics-in-C

A repository for programs that illustrate concepts in C programming

Language: C - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

CGreenP/Comparative-analysis-of-all-Preemptive-Scheduling

Comparative analysis of Round Robin, Preemptive SJF & Preemptive Priority scheduling in C using graphics.h.

Language: C++ - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

nagalil-hanoj-hteal3/CS433

Operating Systems

Language: C++ - Size: 21.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zaqbez39me/OS-Course

This repository contains solutions to the labs of the Innopolis Operating Systems (OS) course.

Language: C - Size: 2.75 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Szymon423/Nurses_Scheduler

My Masters Thesis

Language: C# - Size: 276 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

bedre7/dispatcher-shell

Process dispatcher shell executing processes based on their priority and arrival time using Multilevel Feedback Queue and FCFS Real Time Queue.

Language: Java - Size: 379 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Fadilahn/Scheduling-Algorithms-Simulation

Scheduling Algorithms: 1. FCFS (First Come First Served) 2. SJF (Shortest Job First) 3. SRT (Shortest Remaining Time) 4. Priority Non-Preemptive 5. Priority Preemptive 6. RR (Round Robin)

Language: Python - Size: 317 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Related Topics
operating-system 109 scheduling 74 round-robin 68 operating-systems 67 scheduler 50 c 48 python 41 java 41 os 40 cpu-scheduling 38 fcfs-scheduling 29 cpp 29 fcfs 28 algorithms 27 sjf-scheduling 27 priority-scheduling 25 genetic-algorithm 23 scheduling-simulator 23 memory-management 21 round-robin-scheduler 19 sjf 19 multithreading 17 python3 17 linux 17 algorithm 16 threads 16 shortest-job-first 16 simulation 16 cpu 15 optimization 15 simulator 14 first-come-first-serve 12 memory-allocation 12 optimization-algorithms 11 cpu-scheduling-algorithms 11 real-time 11 process 10 synchronization 10 scheduling-problem 10 disk-scheduling 10 deadlock 10 bankers-algorithm 9 srtf 9 operations-research 9 scheduled-tasks 9 c-programming 8 javascript 8 embedded-systems 8 page-replacement-algorithm 8 artificial-intelligence 8 shell-script 8 simulated-annealing 8 constraint-programming 8 xv6 7 rtos 7 scheduled-jobs 7 gantt-chart 7 parallel-computing 7 threading 7 shortest-remaining-time-first 7 reinforcement-learning 7 react 7 ai 7 xv6-os 6 concurrency 6 filesystem 6 schedule 6 fifo 6 gui 6 srtf-scheduling 6 semaphore 6 machine-learning 6 kernel 6 reactjs 6 semaphores 6 rr-scheduling 6 preemptive 6 fcfs-process-scheduling 6 bash 6 resource-allocation 6 cpu-scheduling-simulator 6 kubernetes 6 fork 5 greedy-algorithms 5 bash-script 5 ipc 5 rr 5 data-structures 5 open-source 5 algorithms-and-data-structures 5 linux-kernel 5 csharp 5 metaheuristics 5 multilevel-feedback-queue 5 cloud-computing 5 distributed-systems 5 arduino 5 page-replacement 5 or-tools 5 non-preemptive 5