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

《操作系統》之銀行家算法[4]

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

  {

  cout<< 請輸入需申請資源的進程號(從<

  cin>>i;

  if(i<0||i>=M)cout<<" 輸入的進程號不存在,重新輸入!"<

  }

  cout<<" 請輸入進程"<

  for (j=0;j

  {

  cout<<" 資源"<

  cout<<"申請不合理,出錯!請重新選擇!"<

  flag='N';

  break;

  }

  else

  {

  if(Request[j]>AVAILABLE[j])

  {

  cout<<" 進程"<

  cout<<"申請不合理,出錯!請重新選擇!"<

  flag='N';

  break;

  }

  }

  }

  if(flag=='Y'||flag=='y')

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


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