文件名称:Processer_Manager
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.13mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。
1) 基本操作:进程的创建、删除。
2) 进程的基本属性: 进程名、进程时间片、进程优先级
3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。
进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。
5) 实现单处理器进程调度功能,调度等调度算法实现。
6) 管理的进程数目不少于3个,竞争使用的资源可以是CPU、内存、I/O设备等。
7) 进程可在初始时刻由系统创建,也可由其它进程在运行过程中创建。
8) 能够查看各进程状态、各进程队列内容。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。
9) 至少支持1种或者2种调度算法。-The concept of deepening of the process and process management understanding of the various parts familiar with the process management in the design of the main data structure and process scheduling algorithm.
1) basic steps: the process of creating, deleting.
2) the basic properties of the process: the process name, process time slice, the process priority
3) to support the process of creation and cancellation function, the process created throughout their life cycle in PCB form. Each process with a PCB that set the content according to specific circumstances.
Process in accordance with its implementation in different queue (ready queue, blocking the queue) to another.
5) the process of single-processor scheduling, scheduling and other scheduling algorithm.
6) management of not less than three the number of processes, competitive use of resources can be CPU, memory, I/O devices.
7) The process can be created by the system at the initial time, other processes may also be c
1) 基本操作:进程的创建、删除。
2) 进程的基本属性: 进程名、进程时间片、进程优先级
3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。
进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。
5) 实现单处理器进程调度功能,调度等调度算法实现。
6) 管理的进程数目不少于3个,竞争使用的资源可以是CPU、内存、I/O设备等。
7) 进程可在初始时刻由系统创建,也可由其它进程在运行过程中创建。
8) 能够查看各进程状态、各进程队列内容。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。
9) 至少支持1种或者2种调度算法。-The concept of deepening of the process and process management understanding of the various parts familiar with the process management in the design of the main data structure and process scheduling algorithm.
1) basic steps: the process of creating, deleting.
2) the basic properties of the process: the process name, process time slice, the process priority
3) to support the process of creation and cancellation function, the process created throughout their life cycle in PCB form. Each process with a PCB that set the content according to specific circumstances.
Process in accordance with its implementation in different queue (ready queue, blocking the queue) to another.
5) the process of single-processor scheduling, scheduling and other scheduling algorithm.
6) management of not less than three the number of processes, competitive use of resources can be CPU, memory, I/O devices.
7) The process can be created by the system at the initial time, other processes may also be c
相关搜索: 进程调度算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
进程管理/Debug/main.obj
进程管理/Debug/main.sbr
进程管理/Debug/pcb.obj
进程管理/Debug/pcb.sbr
进程管理/Debug/processShedule.bsc
进程管理/Debug/processShedule.exe
进程管理/Debug/processShedule.ilk
进程管理/Debug/processShedule.pch
进程管理/Debug/processShedule.pdb
进程管理/Debug/vc60.idb
进程管理/Debug/vc60.pdb
进程管理/main.cpp
进程管理/pcb.cpp
进程管理/pcb.h
进程管理/processShedule.dsp
进程管理/processShedule.dsw
进程管理/processShedule.exe
进程管理/processShedule.ncb
进程管理/processShedule.opt
进程管理/processShedule.plg
进程管理/Process_log.txt
进程管理/删除进程+日志文件记录+屏幕显示流程图.doc
进程管理/删除进程+日志文件记录+屏幕显示流程图(图片版).doc
进程管理/总结+感想.doc
进程管理/Debug
进程管理
进程管理/Debug/main.sbr
进程管理/Debug/pcb.obj
进程管理/Debug/pcb.sbr
进程管理/Debug/processShedule.bsc
进程管理/Debug/processShedule.exe
进程管理/Debug/processShedule.ilk
进程管理/Debug/processShedule.pch
进程管理/Debug/processShedule.pdb
进程管理/Debug/vc60.idb
进程管理/Debug/vc60.pdb
进程管理/main.cpp
进程管理/pcb.cpp
进程管理/pcb.h
进程管理/processShedule.dsp
进程管理/processShedule.dsw
进程管理/processShedule.exe
进程管理/processShedule.ncb
进程管理/processShedule.opt
进程管理/processShedule.plg
进程管理/Process_log.txt
进程管理/删除进程+日志文件记录+屏幕显示流程图.doc
进程管理/删除进程+日志文件记录+屏幕显示流程图(图片版).doc
进程管理/总结+感想.doc
进程管理/Debug
进程管理
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.