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

十大題型算法全實現——(十)死鎖檢測算法[5]

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

  cout<<存在死鎖<

  cout<<"進程循環等待隊列:";

  p=flag; //存在進程循環等待隊列的那一進程

  //進程循環等待隊列中的所有進程是table表中的這一行是1的進程,只是順序要再確定

  t=1;

  while(t){

  cout<

  }

  }

  //顯示版權信息函數

  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 flag;

  version();

  initial();

  flag=readData();

  if(flag)check();

  }

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


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