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