操作系统银行家算法c++ 上传者:u97994 2020-07-30 20:58:08上传 CPP文件 1.12KB 热度 33次 C++实现的银行家算法; if(request[i][j]<=need[i][j]) { if(request[i][j]<=available[j]) { available[j]=available[j]-request[i][j]; allocation[i][j]=allocation[i][j]+request[i][j]; need[i][j]=need[i][j]-request[i][j]; safe(); 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 发表评论