资源简介
操作系统试验(三个,磁盘调度 进程调度 银行家算法)
完美可运行,而且分也很少,大家看看嘛 !
代码片段和文件信息
#include“stdio.h“
#include“stdlib.h“
#include“iostream.h“
#define maxsize 100
/******************************************************************************/
/* 最短寻道时间优先调度算法
/******************************************************************************/
void Short(int array[]int m)
{
int temp;
int k=1;
int nowlr;
int ijsum=0;
for(i=0;i for(j=i+1;j {
if(array[i]>array[j])
{
temp=array[i];
array[i]=array[j];
array[j]=temp;
}
}
for( i=0;i {
cout< }
/*排序*/
cout<<“请输入当前的磁道号:“;
cin>>now;
if(array[m-1]<=now)
{
for(i=m-1;i>=0;i--)
cout< sum=now-array[0];
}
else
if(array[0]>=now)
{
for(i=0;i cout< sum=array[m-1]-now;
}
else
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3375 2008-12-21 14:33 操作系统试验\磁盘调度.cpp
文件 3200 2008-08-03 09:02 操作系统试验\进程调度.cpp
文件 2976 2008-12-21 15:11 操作系统试验\银行家算法.cpp
目录 0 2009-01-04 10:48 操作系统试验
----------- --------- ---------- ----- ----
9551 4
评论
共有 条评论