搜索资源列表
-
1下载:
由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
-
-
0下载:
先来先服务调度算法、最高响应比调度算法、时间片轮转调度算法的实现-first-come first-service scheduling algorithm, the maximum response than scheduling algorithm, time-Cycle Scheduling Algorithm Implementation
-
-
0下载:
本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
-
-
0下载:
最经典的 进程调度算法
山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
-
-
0下载:
按优先数调度算法实现处理器调度的程序,静态-few priority scheduling algorithm processor activation procedures, static
-
-
0下载:
进程调度,包括FIFO算法,优先数调度算法,时间片轮转调度算法-scheduling process, including FIFO algorithm, a few priority scheduling algorithm, time-Cycle Scheduling Algorithm
-
-
0下载:
操作系统的课程设计,分别是
题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。
题目二:用先进先出(FIFO)页面调度算法处理缺页中断。
-operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages interruption. Topic 2 : FIFO
-
-
0下载:
短进程优先算法和时间片轮转调度算法自己写的望指正-short algorithm and the process of priority-time Web Scheduling Algorithm himself wrote the correct look
-
-
0下载:
关于进程调度和并发的算法.写的也许不是很好,只是为了能在贵网站学习!-on with the process and the scheduling algorithm. Perhaps the writing is not very good, but in order to be able to learn from your site!
-
-
0下载:
c++磁盘调度算法 c++磁盘调度算法-c disk scheduling algorithm c c disk scheduling algorithm disk scheduling algorithm
-
-
0下载:
模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
-
-
0下载:
一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
-
-
0下载:
操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
-
-
1下载:
本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority algorithms, dynamic priority algo
-
-
0下载:
进程优先算法,进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-process priority algorithm, the process of scheduling processor is the core content management. The experiment called for using the C language and
-
-
0下载:
C#进程调度模拟算法,理解和验证操作系统中有关调度的算法-C# Process scheduling simulation algorithm, understanding and validation of the operating system on the scheduling algorithm
-
-
0下载:
操作系统,磁盘调度算法演示程序,电梯调度算法-Operating systems, disk scheduling algorithm demo program
-
-
2下载:
用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
-
-
0下载:
操作系统进程输入及其调度算法-时间片轮转法-The operating system processes input and its scheduling algorithm- time slice Round-Robin
-
-
0下载:
进程的调度算法,感觉挺好的,与大家分享一下-The process scheduling algorithm, I feel very good to share with you
-