文件名称:Bankers-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统:
银行家算法
实现的算法:实现了题目的所有要求,并实现了PPT上对应章节给出的三种情况;几种申请情况和最先的分配情况全部写在testdata文件中。
优点:可以随时增加和删除申请,在testdata.txt文件中的第一行:5指现在有几种进程在申请资源,3指有几种资源,下面的矩阵是指当
前的资源分配情况,第8行和第9行分别是指进程1申请第1种资源1个,第2种资源0个,第3种资源2个,下面的类似。
程序运行后会给出判定结果。
缺点:暂时还未发现。
-Operating Systems: Algorithms bankers algorithm: the realization of all the requirements subject, and to achieve the three cases given in the corresponding sections of the PPT several application conditions and the distribution of the first all written in testdata file. Advantages: You can always add and delete applications, in the first line of the file testdata.txt: 5 refers to the process of applying for now there are several resources, 3 refers to several resources, the following matrix is the current allocation of resources, the first Line 8 and Line 9, respectively, refers to the process of an application under one kind of resource 1, the first two kinds of resources 0, the first three kinds of resources, two, similar to the following. The results will give judgment after the program is running. Cons: have not yet discovered.
银行家算法
实现的算法:实现了题目的所有要求,并实现了PPT上对应章节给出的三种情况;几种申请情况和最先的分配情况全部写在testdata文件中。
优点:可以随时增加和删除申请,在testdata.txt文件中的第一行:5指现在有几种进程在申请资源,3指有几种资源,下面的矩阵是指当
前的资源分配情况,第8行和第9行分别是指进程1申请第1种资源1个,第2种资源0个,第3种资源2个,下面的类似。
程序运行后会给出判定结果。
缺点:暂时还未发现。
-Operating Systems: Algorithms bankers algorithm: the realization of all the requirements subject, and to achieve the three cases given in the corresponding sections of the PPT several application conditions and the distribution of the first all written in testdata file. Advantages: You can always add and delete applications, in the first line of the file testdata.txt: 5 refers to the process of applying for now there are several resources, 3 refers to several resources, the following matrix is the current allocation of resources, the first Line 8 and Line 9, respectively, refers to the process of an application under one kind of resource 1, the first two kinds of resources 0, the first three kinds of resources, two, similar to the following. The results will give judgment after the program is running. Cons: have not yet discovered.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sourcecode.cpp
sourcecode.exe
testdata.txt
Readme.txt