资源说明://mfc模拟进程调度
#include "stdafx.h"
#include "pcb1.h"
#include "pcb1Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
//THREAD_INFO BlockPro[MAXNUM]; //阻塞队列
//THREAD_INFO ReadyPro[MAXNUM]; //就绪队列
void CPcb1Dlg::OnRADIOfeiqiangzhan()
{
// TODO: Add your control notification handler code here
int qiangzhan=0;
}
void CPcb1Dlg::OnRADIOqiangzhan()
{
// TODO: Add your control notification handler code here
int qiangzhan=1;
}
progress Pro[100]; //就绪队列
progress Zusai[100]; //阻塞队列
static int ProNum=0; //用来表示第n就绪进程
static int ZusaiNum=0; //用来表示第n阻塞进程
static int id=0;
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。