Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、CPU スケジュール アルゴリズム FCFS、SJF、およびラウンド ロビンを実装しています。プロセスがいつキューから削除されるか (FCFS、SJF、RR) を教えてもらえますか? つまり、最初に CPU がスレッドを実行し、remove from queue またはその逆を実行した後ですか?
プロセス (スレッド) は、実行の直前にキューから削除し、実行が中断されたらスケジューリング キューに戻す必要があります。