欢迎来到天天文库
浏览记录
ID:31736033
大小:215.40 KB
页数:23页
时间:2019-01-17
《os银行家算法实验报告》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、《操作系统原理》实验报告专业:学号:姓名:银行家算法实验计算机科学与技术200902014012杨瑜实验日期:2012-5-9一、实验目的通过实验用编程语言模拟银行家诉法来加强对银行家安全算法的理解和掌握。二、实验内容熟悉避免死锁发生的方法,死锁与安全序列的关系,编程实现银行家算法,要求输出进程的安全序列。三、算法中用到的数据结构1•可利用资源向量Available2•最大需求矩阵Max3.分配矩阵Allocation4.需求矩阵Need模拟实现银行家算法以避免死锁的出现•分两部分组成:第一部分:银行家算法(扫描)1.如果Req
2、uest〈二Need,则转向2;否则,岀错2.如果Request〈二Available,则转向3,否则等待3.系统试探分配请求的资源给进程4.系统执行安全性算法第二部分:安全性算法1・设置两个向量(1).1作向量:Work=Available(表示系统可提供给进程继续运行所需要的齐类资源数口)(2).Finish:表示系统是否有足够资源分配给进程(True:有;False:没有).初始化为False2.若Finish[i]=False&&Need<=Work,则执行3;否则执行4(1为资源类别)3.进程P获得第i类资源,则顺利执
3、行直至完成!并释放资源:Work=Work+Allocation;Finish[i]=true;转24.若所有进程的Finish[i]=true,则表示系统安全;否则,不安全!四、算法流程图五、实现代码#include#defineP_NUM5#dcfincS_NUM3intMaxLP_NUMJLS_NUMJ,AllocationLP_NUMJLS_NUMJ,NeedLP_NUMJ[S_NUMJ;intAvailable[S_NUM],Request[S_NUM];intWork[S_NUMl,Finish[P
4、_NUMl,CurrentProcessId=-l,Arrange[P_NUM],CurrentId=();FILE*fpr,*fpw;inttimes=O;voidinit(){inti=0j=0;for(i=0;i5、j]-Allocation[i][j];}Finish山二0;}f6、or(j=0;j-1&&CurrentProcessId7、j]-Request[jJ;Allocatio8、n[CurrentProcessId][j]=Allocation[CurrentProcessId]9、j]+Request[j];Availablefj]=Available[jl-Request[j];printf("%d",Rcqucst[j]);if(Need[CurrentProcessId][j]<010、11、Available!]]<0)reasonable=0;}printf(”)”);if(reasonable==0){UnAllocation();printf("ThcRequestisnotreasonabl12、e!Thebelowtabicissamewiththetoptabic!n);}}}intUnAllocation(){intj=0;if(CurrentProcessId>-1&&CurrentProcessId13、equest[j];Available[j]=Available[j]+Request[j];voidsafcChcck(){intj=0,processNo=0,times=0;for(j=O;j
5、j]-Allocation[i][j];}Finish山二0;}f
6、or(j=0;j-1&&CurrentProcessId7、j]-Request[jJ;Allocatio8、n[CurrentProcessId][j]=Allocation[CurrentProcessId]9、j]+Request[j];Availablefj]=Available[jl-Request[j];printf("%d",Rcqucst[j]);if(Need[CurrentProcessId][j]<010、11、Available!]]<0)reasonable=0;}printf(”)”);if(reasonable==0){UnAllocation();printf("ThcRequestisnotreasonabl12、e!Thebelowtabicissamewiththetoptabic!n);}}}intUnAllocation(){intj=0;if(CurrentProcessId>-1&&CurrentProcessId13、equest[j];Available[j]=Available[j]+Request[j];voidsafcChcck(){intj=0,processNo=0,times=0;for(j=O;j
7、j]-Request[jJ;Allocatio
8、n[CurrentProcessId][j]=Allocation[CurrentProcessId]
9、j]+Request[j];Availablefj]=Available[jl-Request[j];printf("%d",Rcqucst[j]);if(Need[CurrentProcessId][j]<0
10、
11、Available!]]<0)reasonable=0;}printf(”)”);if(reasonable==0){UnAllocation();printf("ThcRequestisnotreasonabl
12、e!Thebelowtabicissamewiththetoptabic!n);}}}intUnAllocation(){intj=0;if(CurrentProcessId>-1&&CurrentProcessId13、equest[j];Available[j]=Available[j]+Request[j];voidsafcChcck(){intj=0,processNo=0,times=0;for(j=O;j
13、equest[j];Available[j]=Available[j]+Request[j];voidsafcChcck(){intj=0,processNo=0,times=0;for(j=O;j
此文档下载收益归作者所有