摘要: (SJF分为preemptive shortest job first(抢占式)和non-preemptive shortest job first(非抢占式),本位涉及的是后者,前者比后者复杂)FCFS核心代码如下: 1 package me.ares.algorithms; 2 3 impor... 阅读全文
posted @ 2015-10-21 11:28 CodePoet 阅读(12280) 评论(0) 推荐(4) 编辑