我遇到一些有关循环调度的问题

发布于 2024-11-27 06:13:50 字数 232 浏览 0 评论 0原文

其实我正在做一些自学,我被困在计算RR调度的等待时间上。

这是关于 RR 调度

我对“队列”列感到困惑,在时间 6 时,“队列”内的内容是“D<” ;-C”。我想知道这是如何推断的?如果是这种情况,那么在时间 5,队列应该是“B<-D”而不是单个“B”。我对如何形成队列感到困惑。

感谢您的回答!

Actually I am doing some self-study and I got stuck in calculating the waiting time of the RR scheduling.

Here is the slide about
RR Scheduling

I am confused by the "Queue" column, at time 6, what's inside the "Queue" is "D<-C". I wonder how this is inferred? If that is the case, then at time 5, the Queue should be "B<-D" instead of a single "B". I'm confused by how to form the Queue.

Thanks for answering!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

剧终人散尽 2024-12-04 06:13:50

我看到的方式是,当它想要开始执行时,队列中会出现一个新项目。
看时间2,在执行之前队列中也没有B。

如红色箭头所示,D 在时间 6 开始(或者更确切地说,想要开始)执行。

The way I see it is that a new item in the queue appears when it wants to start to execute.
Look at time 2, there is no B in the queue prior to its execution either.

As the red arrow indicates, D starts (or rather, wants to start) execution at time 6.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文