Bank
2016-12-08 08:49:23 0 举报
银行家算法描述图
作者其他创作
大纲/内容
AVAILABLE[i] -= REQUEST[cusneed][i];ALLOCATION[cusneed][i] += REQUEST[cusneed][i];NEED[cusneed][i] -= REQUEST[cusneed][i];
REQUEST[i]=NEED[i]
提出REQUEST[i]
初始化
是否再次分配?
输出提示:同意分配请求
退出程序
AVAILABLE[i] += REQUEST[cusneed][i];ALLOCATION[cusneed][i] -= REQUEST[cusneed][i];NEED[cusneed][i] += REQUEST[cusneed][i];
false
银行家算法Bank() 开始
Safe()?
REQUEST[i]=AVAILABLE[i]
输出提示:请求被拒绝
银行家算法Bank() 结束
0 条评论
下一页