文件名称:process

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1.08mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • white*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列是自己写的结构,用一个数组来实现队列,其实是实现了循环队列。在用一个变量running(int)来表示当前运行的进程(当然,这里也是进程数组的下标)。当进程调度时,其进程状态也相应改变,只是对两个队列和running的操作,同时改变该进程的状态(state)。



关键字:操作系统 进程调度

-In order to more fully use the CPU, must manage the process and the process of scheduling inter-relations, this experiment is to simulate the process of scheduling between the methods. In the experiment, only three state simulation of the activation process between, in order to facilitate observation of the activation process, I used manual mode of operation (that is, operator input in accordance with an order to do the conversion). In the procedure for the process to recommend a structure to set up an array of this type, with all the process of information storage also proposed for two out of the FIFO (ready, blocked) used to store the current process in place and the process of waiting for resources (in the process the two queues is stored in the storage process, the process of array subscr ipt, used as a subscr ipt uniquely identify and access, but not a pid). To write out the structure of their own, using an array to achieve the queue is a queue cycle. Using a variable in the runnin
(系统自动生成,下载前可以参看下载内容)

下载文件列表

进程管理(C++实现)

...................\Debug

...................\.....\MAIN.obj

...................\.....\MAIN.sbr

...................\.....\Process.obj

...................\.....\Process.sbr

...................\.....\TimeCycle.obj

...................\.....\TimeCycle.sbr

...................\.....\vc60.idb

...................\.....\vc60.pdb

...................\.....\进程管理.bsc

...................\.....\进程管理.exe

...................\.....\进程管理.ilk

...................\.....\进程管理.pch

...................\.....\进程管理.pdb

...................\MAIN.CPP

...................\Process.cpp

...................\Process.h

...................\TimeCycle.cpp

...................\TimeCycle.h

...................\进程管理.dsp

...................\进程管理.dsw

...................\进程管理.ncb

...................\进程管理.opt

...................\进程管理.plg

...................\进程管理.sln

...................\进程管理.suo

...................\进程管理.vcproj

...................\进程管理.vcproj.WANGJIANYOU.wjyou.user

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org