注册
登录
模型可视化
>>
CPU_Algorithm_Simulator
>>
返回
项目作者:
dapirra
项目描述 :
A Web App used to simulate CPU algorithms.
高级语言:
JavaScript
项目主页:
https://dapirra.github.io/cpu_simulator.html
项目地址:
git://github.com/dapirra/CPU_Algorithm_Simulator.git
创建时间:
2021-01-18T23:52:16Z
项目社区:
https://github.com/dapirra/CPU_Algorithm_Simulator
开源协议:
下载
CPU Scheduler Simulator
Features:
Support for FCFS, SJF, RR, and Priority algorithms
Capable of instantly updating values without having to hit a ‘Calculate’ button
Added a random button that added processes between 1-9ms
Added a random button for priorities as well that generates values between 0-10
Input boxes have a red border when invalid data is entered
All input boxes and combo boxes are able to be changed by the mouse wheel
The table is able to be resized by dragging the bottom right corner
Added a blue CPU favicon to the page
Added a customized scrollbar to the table (Only supported in webkit based browsers)
Used Git to keep track of history
Warnings:
This program requires internet access to download libraries and resources
Be careful not to accidently change the values in the spinners by scrolling the table
I recommend keeping the cursor over the wait time and turnaround time columns when scrolling
The Gantt Chart may not render clearly when the cells become too small
This can happen with small quantum values for example
The table may look smooshed on your computer, just drag the bottom right corner to properly size it
You can enter decimal values as the burst times, however 1ms is the smallest burst time allowed