Process

所属分类:进程与线程
开发工具:Visual C++
文件大小:258KB
下载次数:25
上传日期:2010-11-25 13:17:40
上 传 者Tracylove
说明:   模拟程序通过创建、初始化、修改进程控制块模拟进程的创建、撤消、唤醒、阻塞过程。进程创建时要求模拟为进程分配内存的功能,释放进程时模拟为内存回收功能。程序支持任意多个进程的控制过程。进程调度的策略:实时进程采用基于优先权的非抢占式调度、普通进程和批处理进程采用先进先出的抢占式调度。要求输出界面清晰,每完成一次操作(创建、撤消、阻塞、唤醒)能够输出当前运行进程、就绪进程和阻塞进程的id号、进程状态、进程优先权和进程类型(实时、分时、批处理)。
(Process)

文件列表:
Process\PCB.cpp (1582, 2010-11-10)
Process\Process.cpp (947, 2010-11-10)
Process\Process.dsp (4920, 2010-11-10)
Process\Process.dsw (539, 2010-11-09)
Process\Process.ncb (74752, 2010-11-14)
Process\Process.plg (1081, 2010-11-14)
Process\StdAfx.cpp (294, 2010-11-09)
Process\StdAfx.h (769, 2010-11-09)
Process\Debug\Process.exe (217149, 2010-11-14)
Process\Debug\Process.ilk (263972, 2010-11-14)
Process\Debug\Process.obj (8453, 2010-11-10)
Process\Debug\Process.pch (203728, 2010-11-09)
Process\Debug\Process.pdb (549888, 2010-11-14)
Process\Debug\StdAfx.obj (2179, 2010-11-09)
Process\Debug\vc60.idb (66560, 2010-11-14)
Process\Debug\vc60.pdb (69632, 2010-11-14)
Process\Debug\PCB.obj (14348, 2010-11-14)
Process\Debug\LinkList.obj (10621, 2010-11-14)
Process\Debug\ProControl.obj (13504, 2010-11-14)
Process\PCB.h (915, 2010-11-14)
Process\LinkList.cpp (1535, 2010-11-14)
Process\LinkList.h (776, 2010-11-14)
Process\ProControl.h (734, 2010-11-14)
Process\ProControl.cpp (2454, 2010-11-14)
Process\Process.opt (50688, 2010-11-14)
Process\Debug (0, 2010-11-12)
Process (0, 2010-11-12)

======================================================================== CONSOLE APPLICATION : Process ======================================================================== AppWizard has created this Process application for you. This file contains a summary of what you will find in each of the files that make up your Process application. Process.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. Process.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named Process.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者