搜索资源列表
-
0下载:
模拟进程调度的C语言实现
一、 实验目的
体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。
二、 实验内容
采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
-
-
0下载:
模拟进程通讯,可以模拟操作系统的进程调度,按优先级调度-modeling process communications, the operating system can simulate the process of scheduling, priority scheduling
-
-
0下载:
用VBA在Excel中实现的数据生成与分析程序
问题类别:任务调度
问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务
功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
-
-
0下载:
设有两个周期性的实时任务A和B,任务A要求每20ms执行一次,执行时间为10ms 任务B要求每50ms执行一次,执行时间为25ms 试编一调度程序按最小松弛度优先算法对这两个任务进行调度并输出每次调度时被调入运行任务的状态: (任务名,所处周期数,调度时刻,运行持续时间)。-There are two real-time periodic tasks A and B, task A once every 20ms, execution time of 10ms mission B once e
-
-
0下载:
编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。实验具体包括:
1)确定作业控制块的内容和组成方式;
2)完成作业调度;
3)编写主函数。
-Write process is complete the batch job scheduling systems require the use of a short job-priority job scheduling algorithms. Experiments include: 1) to determi
-
-
0下载:
优先数调度处理器算法,实现处理器调度的程序,-Processor scheduling algorithm is priority number to achieve processor scheduling procedures,
-
-
0下载:
操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
-
-
0下载:
一个按相应比高者优先调度算法实现进程调度的程序,当就绪进程数大于处理器个数时,就必须按某种策略决定那个进程优先占用处理器。本事淹没你在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作-A person by the appropriate priority scheduling algorithm than the high process scheduling process, when in place when the process is larger than the nu
-
-
0下载:
Priority scheduling algorithm in C
-
-
0下载:
加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。
1) 基本操作:进程的创建、删除。
2) 进程的基本属性: 进程名、进程时间片、进程优先级
3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。
进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。
5) 实现单处理器进程调度功能,调度等调度算法实现。
6) 管理的进程数目不少于3个,竞
-
-
0下载:
采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。进程的优先数由随机数产生。-Number of priority by the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority in the process) and a first-come first-served algorithm. Process pri
-
-
0下载:
基于优先数的时间片轮转调度算法处理器调度(方法一)-The number of time slices based on priority scheduling algorithm processor scheduling rotation (method A)
-
-
1下载:
C语言环境实现简单轮转调度算法与优先级调度算法-C language environment for simple round robin scheduling algorithm and priority scheduling algorithm
-
-
0下载:
磁盘臂调度算法,包含
先来先服务调度算法(FCFS)
最短磁道优先调度算法(SSTF)
电梯调度算法或扫描算(SCAN)-Disk arm scheduling algorithm, including a first-come first-served scheduling algorithm (FCFS) priority scheduling algorithm for the shortest track (SSTF) scheduling algorithm, or sca
-
-
0下载:
Simple Preemptive Priority Scheduling Algorithms.
-
-
0下载:
一个按优先数调度算法实现处理器调度的程序-A number of priority scheduling algorithms processor scheduling program
-
-
0下载:
进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
-
-
0下载:
操作系统中高优先权优先调度算法 可用于操作系统课设,是调度算法中重要部分-Operating system a high priority priority scheduling algorithm can be used class-based operating system, it is an important part of the scheduling algorithm
-
-
0下载:
Scheduling Algorithm:
First Come First Served (FCFS).
Shortest Job First (SJF).
Round Robin (RR).
Priority Scheduling.
with C and C++ -Scheduling Algorithm:
First Come First Served (FCFS).
Shortest Job First (SJF).
Round Robin (RR).
-
-
0下载:
实现操作系统时间片的优先级调度和轮转调度,不错的源码-Implement priority scheduling time slice of the operating system and rotation scheduling, good source
-