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

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

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

  //顯示版權信息函數

  void version()

  {

  cout<

  cout<<" ┏━━━━━━━━━━━━━━━━━━━━━━━┓"<

  cout<<" ┃     磁盤調度算法系統        ┃"<

  cout<<" ┠───────────────────────┨"<

  cout<<" ┃   (c)All Right Reserved Neo       ┃"<

  cout<<" ┃      sony006@163.com          ┃"<

  cout<<" ┃     version 2004 build 1122      ┃"<

  cout<<" ┗━━━━━━━━━━━━━━━━━━━━━━━┛"<

  cout<

  }

  void main()

  {

  int i;

  version();

  initial();

  readData();

  FIFO();

  shortest();

  for(i=0;i

  queue[i].visited=0;

  }

  elevator();

  }

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


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