1

单选题 1 /34

银行家算法中的数据结构包括有可利用资源向量Available、最大需求矩阵Max、分配矩阵Allocation、需求矩阵Need,下列选项中表述正确的是()。

参考答案

Allocation[i,j]=Max[i,j] +Need[i,j]
Need[i,j]= Max[i,j]- Allocation[i,j]
Max[i,j]= Allocation[i,j]*Need[i,j]
Need[i,j]= Max[i,j]+Allocation[i,j]