电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

操作系统第2章-习题VIP免费

操作系统第2章-习题_第1页
1/8
操作系统第2章-习题_第2页
2/8
操作系统第2章-习题_第3页
3/8
第二章进程管理2.试画出下面四条语句的前趋图:S1:a:=x+yS2:b:=z+1S3:c:=a-bS4:w:=c+1第二章进程管理图2-2题四条语句的前趋关系S1S2S3S4第二章进程管理26.试修改下面生产者—消费者问题解法中的错误:第二章进程管理Varmutex,empty,full:semaphore:=1,n,0;buffer:array[0,…,n-1]ofitem;in,out:integer:=0,0;beginparbeginproducer:beginrepeat…produceranitemnextp;…wait(mutex);wait(empty);wait(full);wait(mutex);buffer(in):=nextp;;in:=in+1modn;signal(mutex);;signal(full);untilfalse;end第二章进程管理consumer:beginrepeatwait(mutex);wait(full);wait(empty);wait(mutex);nextc:=buffer(out);out:=(out+1);out:=(out+1)modn;signal(mutex);;signal(empty);consumertheiteminnextc;untilfalse;endparendend第二章进程管理Varmutex,empty,full:semaphore:=1,n,0;buffer:array[0,…,n-1]ofitem;in,out:integer:=0,0;beginparbeginproducer:beginrepeat…produceranitemnextp;…wait(empty);wait(mutex);buffer(in):=nextp;in:=(in+1)modn;signal(mutex);signal(full);untilfalse;end第二章进程管理consumer:beginrepeatwait(full);wait(mutex);nextc:=buffer(out);out:=(out+1)modn;signal(mutex);signal(empty);consumertheiteminnextc;untilfalse;endparendend第二章进程管理27哲学家进餐问题1.Varchopstick:array[0,…,4]ofsemaphore;

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

操作系统第2章-习题

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部