搜索资源列表
-
0下载:
操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列
-operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
-
-
1下载:
《两种经典实时调度算法的研究与实现》——介绍速率单调(RM)调度和最早截止期限优先(EDF)调度算法-"two classic real-time scheduling algorithm for the Study and Implementation" -- the rate monotonic (RM) Dispatch and the first interception only priority period (EDF) scheduling algorithm
-
-
0下载:
编程,作业调度算法,先来先服务短作业优先-Programming, job scheduling algorithms, first-come first-serve priority short homework
-
-
0下载:
一宗队列算法,带有优先级调度的缓存替换算法-A queue algorithm, priority scheduling with cache replacement algorithm
-
-
0下载:
Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
-
-
0下载:
操作系统课程设计,进程调动,优先权调度算法-Operating system design, the process of mobilization, priority scheduling algorithm
-
-
0下载:
一个电梯程序,有优先调度算法,是mvc入门的好例子-A lift procedure, priority scheduling algorithm is a good example of entry-mvc
-
-
0下载:
我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
-
-
0下载:
Priority(基于优先级的进程调度)-Priority (priority-based process scheduling)
-
-
0下载:
基于作业调度的算法代码,机器加工零件有时长、优先级等因素限制,要求在一定时间内完成。-Scheduling algorithm based on the code, machine parts and sometimes a long process, priority and other factors limit, requiring some time to complete.
-
-
0下载:
动态优先数调度算法
动态优先数低者先调度-Number of dynamic priority scheduling algorithm
-
-
0下载:
用Java语言编写优先级高的进程先调度(静态)-Java language with the process of the first high-priority scheduling (static)
-
-
0下载:
实现进程的调度 先来先服务 短作业优先 高响应比-Implementation process scheduling short jobs first come first served priority high response ratio
-
-
0下载:
本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of th
-
-
1下载:
java进程调度,处理机调度算法的实现
1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。
2. 输入每个进程的“优先数”和“要求运行时间”,
3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。
4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。
5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。
6. 运行所设计程序,显示
-
-
0下载:
用先来先服务算法,最短作业优先调,优先级调度实现进程调度
-With first-come, first-serve algorithm, shortest job first tune, priority scheduling process scheduling
-
-
0下载:
操作系统进程调度模拟!先来先服务和响应比高者优先的调度-Operating system process scheduling simulation! First come first serve and the response is high priority scheduling
-
-
0下载:
运用个java语言 实现操作系统课程设计 作业调度模拟包含短作业优先,先入先出算法,优先权调度算法等-Use java language courses on operating system design job scheduling simulation contains short operating priority, first-in, first-out algorithm, priority scheduling algorithm
-
-
0下载:
Java线程优先级示例-赛马,Java 虚拟机在调度各线程运行时,并非每个线程的运行机会相同,调度机制根据各线程的优先级调度各线程。因而,优先级高的线程获得的运行时间就多,优先级低的线程获得的运行时间就少。
本例演示了不同优先级的线程在完成同一个任务时的不同进度,来验证上面的结论。高优先级的线程获得运行的机会多。同时开始的两个不同优先级的线程,在做同一个任务时的不同进度。-Java thread priority example- horse racing, Java virtual
-
-
0下载:
用JAVA编写了一个最低松弛度优先算法 使其能够实现优先调度-JAVA prepared with a minimum laxity first algorithm to enable it to achieve priority scheduling
-