搜索资源列表
zuoyediaodu1
- 作业调度程序,用户可输入任意个作业名和所需时间.程序可自动测试作业的调度顺序和计算平均周转时间
shiyan_5
- 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法
JOBS
- 作业调度程序,操作系统的课程设计,LINUX系统下使用
C++zuoyediaodu
- 模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
zuoyediaodu
- 作业调度程序(包括先来先服务、短作业优先、最高响应比优先)-Job scheduling procedures (including first-come, first serve, short operating priority, highest priority response ratio)
jingcheng
- 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
OSlab--scheduling
- 操作系统实验--作业调度 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。-OsLab--scheduling
wenjianguanli
- 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
operator-system-program
- 本文件夹有四个程序,分别为操作系统中进程调度,单道作业处理调度,段页式存储管理,以及文件管理,均为dos下的c程序开发。-Four programs folder, respectively, for operating system process scheduling, job processing of single-channel scheduling, paragraph page memory management, and file management are c under d
Job-scheduling
- 编写并调度一个多道程序系统的作业调度模拟程序。 作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。 对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求-Job scheduling
FCFSsuanfa
- 在VC开发环境下利用所提供的clock()函数,实现先来先服务算法的模拟;可以用一个空循环或其他操作来模拟一个作业量,建议输入的作业量都在100-1000为宜。通过程序运行结果所显示的“作业号、作业量、提交时间、开始运行时间、执行时间、等待时间”的值来体现先来先服务原则。帮助学生加深了解作业调度的工作。-VC development environment using the supplied clock () function to achieve a first-come first-ser
JobControl
- 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。-One or more job scheduling simulations are written and debugged in a high-level language to deepen the understanding of job scheduling algorithms.
decjfposition-refer
- 这是个操作系统的程序,关于作业进程调度的程序,有界面的!不错-This is a program of the operating system, on operation process scheduling procedures, there are interface!
oonsolb
- 这是一个进程2调度的程序,是老师布置的作业,呵呵,希望喜欢,,(This is a process scheduling procedures, 2 is the teacher the assignment, ha ha, hope to like it,,)