Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Process-Thread
Title: danchuliji Download
 Description: //Indicates that the process is running with the running state# define aready 2// by aready means that the process is in the ready state# define blocking 3// by blocking means that the process is in a wait state# define sometime 5// use sometime said time slice size# define n 10// assume that the system allows the process number is n struct {int name // process identifier int status // process status int ax, bx, cx, dx // process the scene information, general register int pc // process the scene information, the program counter int psw // process the scene information, program status word register contents int next // Process Control position next block} pcbarea [n] // int array of analog process control block area PSW, AX, BX, CX, DX, PC, TIME // Analog register
 Downloaders recently: [More information of uploader 谭柳梅]
 To Search:
File list (Check if you may need any files):
 

danchuliji.cpp
    

CodeBus www.codebus.net