资源简介

基于反馈(Feed Back,FB)排队算法的CPU调度的模拟实现. 模拟动态创建多个进程,依据反馈排队算法调度原理,动态显示就绪队列中的进程、进程的剩余时间及占有CPU的进程; 动态显示等待队列中的进程(假设当前只有一个事件的等待队列);

资源截图

代码片段和文件信息

// 223.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“
#include    //Definitions for memory and string functions. 
#include    //Defines the ctype macros. 
#include     //memory management functions and variables. 
#include      
#include      
#include     //Definitions for low level I/O functions. 
#include   //Symbols and structures for process management.  
#include   //Direct MSDOS console input/output.   
#include     
#include   // Struct and function declarations for dealing with time. 
#include  //Defines structs unions macros and functions for dealing
                 //with MSDOS and the Intel iAPX86 microprocessor family.  
//

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-30 11:45  223\
     文件       14362  2013-08-30 09:28  223\223.cpp
     文件        4500  2013-08-29 15:23  223\223.dsp
     文件         514  2013-08-29 15:23  223\223.dsw
     文件       50176  2013-08-30 09:54  223\223.ncb
     文件       49664  2013-08-30 09:54  223\223.opt
     文件        1279  2013-08-30 09:28  223\223.plg
     目录           0  2013-08-30 09:28  223\Debug\
     文件      200759  2013-08-30 09:28  223\Debug\223.exe
     文件      221800  2013-08-30 09:28  223\Debug\223.ilk
     文件       69071  2013-08-30 09:28  223\Debug\223.obj
     文件      187128  2013-08-29 15:23  223\Debug\223.pch
     文件      525312  2013-08-30 09:28  223\Debug\223.pdb
     文件        1799  2013-08-29 15:23  223\Debug\StdAfx.obj
     文件      148480  2013-08-30 09:48  223\Debug\vc60.idb
     文件      233472  2013-08-30 09:28  223\Debug\vc60.pdb
     文件        1190  2013-08-29 15:23  223\ReadMe.txt
     文件         290  2013-08-29 15:23  223\StdAfx.cpp
     文件         667  2013-08-29 15:23  223\StdAfx.h
     文件      588288  2013-08-30 11:36  223\基于反馈(Feed Back,FB)排队算法的CPU调度的模拟实现.doc

评论

共有 条评论