You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uma aplicação desenvolvida em C++ com framework Qt 4 para a GUI. Essa aplicação tem como objetivo calcular diferentes algoritmos de escalonamento de threads, dado uma fila de jobs, onde cada job pode possuir um tamanho igual ou diferentes dos outros. Atualmente a aplicação calcula para os algoritmos FCFS, Round Robin e SJF.
The results of the simulation show that the Genetic algorithm performs well compared to First Come First Serve Algorithm, Round Robin Algorithm, and Shortest Job First algorithm.