文件名称:os3Ajobschedulingsystem
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 156.52kb
- 下载次数:
- 0次
- 提 供 者:
- wan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现一个多进程的作业控制系统,用户可以完成如下操作,
1. 提交自己的作业,让系统调度运行;
2. 将已提交的作业移出;
3. 查看作业的状态。
为了简便起见,假设每个用户最多能提交1个作业,系统中只有2000个用户。-more than one process to achieve operational control of the system, users can complete the operation as follows, 1. Submitted their own operations, Scheduling allows the system operation; 2. has been submitted to the operation outflow; 3. View operating condition. For the sake of simplicity, assume that each user can submit a maximum of one operating system, only 2,000 users.
1. 提交自己的作业,让系统调度运行;
2. 将已提交的作业移出;
3. 查看作业的状态。
为了简便起见,假设每个用户最多能提交1个作业,系统中只有2000个用户。-more than one process to achieve operational control of the system, users can complete the operation as follows, 1. Submitted their own operations, Scheduling allows the system operation; 2. has been submitted to the operation outflow; 3. View operating condition. For the sake of simplicity, assume that each user can submit a maximum of one operating system, only 2,000 users.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 63535293os3ajobschedulingsystem.rar 列表 os3\src\deq os3\src\deq.c os3\src\deq.o os3\src\enq os3\src\enq.c os3\src\enq.o os3\src\error.c os3\src\error.o os3\src\job os3\src\job.c os3\src\job.h os3\src\job.o os3\src\load os3\src\Makefile os3\src\readme.txt os3\src\stat os3\src\stat.c os3\src\stat.o os3\src\test\child os3\src\test\child.c os3\src\test\gettime os3\src\test\gettime.c os3\src\test\sigstop os3\src\test\sigstop.c os3\src\test\task1.c os3\src\test os3\src os3