#include#include#includeusingnamespacestd;classpcb{public:charname;intprio">
搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法

搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法

ID:18815493

大?。?6.50 KB

頁數(shù):7頁

時間:2018-09-25

搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法_第1頁
搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法_第2頁
搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法_第3頁
搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法_第4頁
搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法_第5頁
資源描述:

《搶占優(yōu)先數(shù)調度算法和時間片輪轉調度算法》由會員上傳分享,免費在線閱讀,更多相關內容在行業(yè)資料-天天文庫

1、#include#include#include#includeusingnamespacestd;classpcb{public:charname;intprioORround;intcputime;intcount;intneedtime;charstate;pcb*next;};classcreatepcb{public:pcb*newpcb(intcount){pcb*apcb=newpcb;switch(count){case1:apcb->name='a';break;case2:apcb->nam

2、e='b';break;case3:apcb->name='c';break;case4:apcb->name='d';break;case5:apcb->name='e';break;default:cout<<"錯誤";}apcb->prioORround=45+rand()%5;apcb->cputime=0;apcb->count=0;apcb->needtime=10+rand()%5;apcb->state='R';apcb->next=NULL;returnapcb;}private:pcb*p;};classprint{public:voidprintf(pcb*rea

3、dy,pcb*tail,pcb*finish,pcb*run){p=run;cout<<"運行:";while(p->next!=NULL){p=p->next;cout<name<<":"<needtime<<"t";}p=ready;cout<<"就緒:";while(p->next!=tail){p=p->next;cout<name<<":"<needtime<<"t";}p=finish;cout<<"完成:";while(p->next!=NULL){p=p->next;cout<name<<":"<needtime<<"

4、t";}cout<count);ready->count+=1;p=ready;while(p->next!=tail&&p->next->prioORround>k->prioORround)p=p->next;k->next=p->next;p->next=k;}voidinsert(pcb*ready,pcb*tail,pcb*finish,pcb*run){pt.printf(ready,ta

5、il,finish,run);k=run->next;k->prioORround-=3;k->cputime+=1;k->needtime-=1;k->state='R';k->next=NULL;run->next=NULL;if(k->needtime>0){p=ready;while(p->next!=tail&&p->next->prioORround>k->prioORround)p=p->next;k->next=p->next;p->next=k;}else{p=finish;while(p->next!=NULL)p=p->next;p->next=k;}}priva

6、te:pcb*p;pcb*k;createpcbct;printpt;};classinsert2{public:voidinsert(pcb*ready,pcb*tail){k=ct.newpcb(ready->count);ready->count+=1;p=ready;while(p->next!=tail)p=p->next;k->next=p->next;p->next=k;}voidinsert(pcb*ready,pcb*tail,pcb*finish,pcb*run){pt.printf(ready,tail,finish,run);k=run->next;k->cpu

7、time+=2;k->needtime-=2;k->state='R';k->next=NULL;run->next=NULL;if(k->needtime>0){p=ready;while(p->next!=tail)p=p->next;k->next=p->next;p->next=k;}else{p=finish;while(p->next!=NULL)p=p->next;p->next=k;}}private:pcb*p;pcb*k;c

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內容,確認文檔內容符合您的需求后進行下載,若出現(xiàn)內容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。