1. 首页
  2. 编程语言
  3. C
  4. 操作系统课程设计 磁盘调度

操作系统课程设计 磁盘调度

上传者: 2020-01-19 15:18:24上传 DOC文件 72.5KB 热度 27次
#include#includeusingnamespacestd;typedefstructnode{intdata;structnode*next;}Node;voidmain(){voidfcfs(Node*,int,int);//声明先来先服务函数FCFSvoidsstf(Node*,int,int);//声明最短寻道时间优先函数SSTFvoidscan(Node*,int,int);//声明扫描函数SCANvoidprint(Node*);//输出链表函数Node*
用户评论
码姐姐匿名网友 2020-01-19 15:18:24

内容很丰富,最可贵的是资源不需要很多积分