搜索资源列表
osos
- 这是由Java编写的小型模拟操作系统,其中实现了多道批处理作业的功能。
duodao
- 模拟实现一个的多道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解
banker
- 程序运行后进入主界面(主界面默认为运行多道批处理程序),选择要执行的算法:多道批处理作业调度算法:从键盘输入数据(作业号,到达时间,运行时间)按要求格式输入,输入完后按提交把作业添加到显示列表中,输入完后,按完成来进行作业调度,结果将全部显示在界面中。 要运行银行家算法单击银行家算法选项卡。银行家算法:从键盘输入数据,然后将输入的数据保存在相应的变量中即可,输入完后,请按计算键来计算出安全性,计算完后可以使用清楚键,清除界面上所有的
Mos
- VisualC++编写的基于windows的多道批处理操作系统,包括地址映射、内存管理、I/O(打印机、磁盘等)、中断等基本功能的简单操作系统。-A multi-batch operating system based on windows and programed with Visual C++,also a simple operating system which include address maping,memery ma
Mos
- VisualC++编写的基于windows的多道批处理操作系统,包括地址映射、内存管理、I/O(打印机、磁盘等)、中断等基本功能的简单操作系统。-A multi-batch operating system based on windows and programed with Visual C++,also a simple operating system which include address maping,memery ma
JOBattemper
- 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-se
osos
- 这是由Java编写的小型模拟操作系统,其中实现了多道批处理作业的功能。-This is prepared by a small Java simulation of the operating system, which achieved a batch of multi-channel operation functions.
Job-Scheduling
- 一、目的要求 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。 作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先
duodao
- 模拟实现一个的多道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解-Simulation of the realization of a multi-channel system environment batch job scheduling procedures. Through the realization of specific job scheduling algori
banker
- 程序运行后进入主界面(主界面默认为运行多道批处理程序),选择要执行的算法:多道批处理作业调度算法:从键盘输入数据(作业号,到达时间,运行时间)按要求格式输入,输入完后按提交把作业添加到显示列表中,输入完后,按完成来进行作业调度,结果将全部显示在界面中。 要运行银行家算法单击银行家算法选项卡。银行家算法:从键盘输入数据,然后将输入的数据保存在相应的变量中即可,输入完后,请按计算键来计算出安全性,计算完后可以使用清楚键,清除界面上所有的
ProcessorScheduling
- 操作系统课程设计~处理机调度 模拟一种多任务(或多用户)(多道)批处理操作系统(包含处理器管理、存储管理、进程管理。-Operating System Course Design ~ processor scheduling simulation of a multi-tasking (or multi-user) (multi-channel) batch processing operating system (including
code
- 多道批处理操作系统—mos系统(1) 进程管理、(2) 作业管理、(3) 存储管理、(4) 时钟管理 (5) 中断处理、(6) I/O处理、(7)vcs硬件指令系统 -Batch operating system-mos multi-channel system (1) process management, (2) Operations Management, (3), storage management, (4) Cloc
duodao
- 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
duodao2
- 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
two-level-scheduling-
- 用C语言模拟实现一个的多道批处理系统的两级调度-C language simulation implement a multi-channel batch system of the two levels of scheduling
scheduling
- 多道批处理系统两级调度的模拟,实现一个的多道批处理系统的两级调度。通过具体的作业调度、进程调度、内存分配等功能的实现,加深对多道批处理系统的两级调度模型和实现过程的理解。 -Many way batch system simulation of two level scheduling, realize a multi-channel batch system of the two levels of scheduling. Throu
job-scheduling
- 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job fi
ios
- 多道批处理系统两级调度的模拟,内含有操作系统课程设计报告及源程序运行文件,用c编写的,CPP文件,用vc6打开-Multi-channel the batch system two scheduling simulation contains the operating system curriculum design report and source code to run the file, written in c, CPP f
operating-system
- 操作系统 多道批处理调度算法 要求: 只考虑1个CPU的资源,其他资源不考虑 使用响应比高者优先算法 程序采用键盘输入,输入格式为: K TJ1 YS1 …… TJK YSK-operating system
code
- 多道批处理两级调度模拟系统 进行多到作业分两级调度 - 13/5000 Multi- channel Batch Processing Two- level Scheduling Simulation System