资源简介
基于反馈(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
相关资源
- 操作系统精髓与设计第八版英文答案
- 王道考研-操作系统整理笔记.pdf(共
- 王道2020操作系统-考研复习指导
- UCDOS7.0
- 操作系统教程 (宗大华 宗涛 著) 人
- 操作系统课程设计-文件系统源码+文档
- 操作系统课程设计 目录查询
- 哈工大 操作系统实验4 linux0.01信号量
- 实现虚拟内存管理的nachos操作系统实
- 09-17年408统考操作系统真题及答案
- 福州大学Linux 操作系统设计实践报告
- 计算机操作系统课后习题答案word PD
- 操作系统教程答案
- Win7系统无法验证文件数字签名0xcooo
- UC3842制作单端反馈开关电源原理图
- JOS lab3代码与报告
- 操作系统复习指导
- 操作系统课程设计 处理机调度程序
- 进程创建模拟实验
- 文件管理系统-操作系统课程设计
- 网络操作系统基本知识
- 操作系统实验三 作业调度
- 哈工大威海操作系统试验报告答案
- 操作系统实验报告 时间片轮转算法
- 操作系统课程设计小型命令处理器s
- 同步机构操作系统 课程设计 PV操作
- 操作系统的实验作业之文件管理
- 操作系统实验 cpu调度算法
- 操作系统实验二进程控制 实验报告
- 中科大软件工程考研408书和答案
评论
共有 条评论