熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> 操作系統 >> 正文

十大題型算法全實現——(七)磁盤調度[3]

2022-06-13   來源: 操作系統 

  cout<<所讀入的磁道號流:;

  for(i=;i

  cout<

  }

  }

  //FIFO算法

  void FIFO()

  {

  int i;

  int total=0;

  int current;

  cout<

  cout<<"FIFO算法的訪問磁道號順序流:";

  current=start;

  for(i=0;i

  cout<

  }

  //最短尋道優先調度算法

  void shortest()

  {

  int i,j,p;

  int total=0;

  int current;

  cout<

  cout<<"最短尋道優先調度算法的訪問磁道號順序流:";

  current=start;

[1]  [2]  [3]  [4]  [5]  [6]  


From:http://tw.wingwit.com/Article/program/czxt/201311/24022.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.