搜索资源列表
-
0下载:
一.算法介绍:
**数据结构:
1.可利用资源向量Available
2.最大需求矩阵Max
3.分配矩阵Allocation
4.需求矩阵Need
**功能介绍:
模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成:
第一部分:银行家算法(扫描)
1.如果Request<=Need,则转向2 否则,出错
2.如果Request<=Available,则转向3,否则等待
3.系统试探分配请求的资源给进程
4.系统执行安
-
-
0下载:
操作系统实验关于进程 资源分配方面的,这是安全性算法的VC文件用VC++打开运行一下就可以-Experiments on the operating system resource allocation process, which is a security algorithm VC open the file with VC++ can run about
-
-
0下载:
最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法。-The most representative algorithm to avoid deadlock. Also known as " resource allocation refusal" method.
-
-
0下载:
计算机操作系统 资源 暗穴分配 C语言程序-Computer operating system resource allocation dark hole C language program
-