搜索资源列表
shijianpian
- 时间片轮转算法是操作系统这门课进程调度一章中非常重要的一种算法,这是用vc实现的,效果很不错的-time slice Web algorithm is the operating system of this curriculum process scheduling a very important chapter of an algorithm This is achieved using vc, the effect is very good
RR
- Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
01
- 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
Cpp1
- 模拟操作系统中进程调度,时间片轮转,优先级调度。用PCB代表进程,随机生成n个进程-Simulation of the operating system process scheduling, time slice rotation, priority scheduling. With PCB on behalf of the process of randomly generated n-process
tc
- 基于DOS的多任务操作系统,时间片轮转,优先级,用TC编译-DOS-based multi-tasking operating system, time slice rotation, priority, compiled by TC
time2.cpp(2)
- 时间片的模拟试验,进程先来先服务原则,逐个执行时间片-Time slice of the simulation tests, the process of the principle of first come, first served, by the implementation of time slice
jingcheng
- 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
shijianpianlunhuan
- 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please take a look at how the players realized. I do not understand!
shijianpianlun
- 时间片轮转调度算法实现处理机调度,一个小小的源代码-Time slice rotation scheduling algorithm to achieve processor scheduling, a small source code
thread_use
- 本例主要介绍如何使用正在工作的线程,充分利用时间片完成工作-This example describes how to use the main thread is the work of making full use of time slice to complete its work
2
- 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
OSPF
- ospf protocol study slice
ncglsybg
- 内存管理的实验报告,运行环境red hat 9,其中划分的最小分片为10,按不同要求可自行修改-Memory management of the lab report, operating environment red hat 9, which divided the smallest slice of 10, according to the different requirements are free to modify the
OSticktime
- 操作系统时间片轮转算法 用VC++6.0实现的代码 -Operating system time slice rotation algorithm implemented with VC++6.0 code
bank
- 1、给出系统可用资源向量(例如:系统可用资源=(5,3,8,2,10))。 2、采用时间片轮转法调度进程。 3、进程执行时提出资源请求(可利用随机数给出或从键盘输入)。 4、判断资源是否可以安全分配,要求进程每提出一个资源请求,都要进行安全判断并给出安全序列,否则给出提示。 -1, given the resources available vector systems (for example: the system available resources = (5,3,8,2
wenjianguanli
- 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
Intersect
- C++程序代码,实现实体的分层,分层后切片数据存储及后续调用-C++ code to achieve physical layer, layer and slice data storage and subsequent calls
Time-slice-rotation-algorithm
- 这是一个时间片轮转算法的用C语言写的算法-It was a time slice rotation algorithm using C language to write algorithms
Process-time-slice-rotation
- 时间片的轮转调度算法是一种最古老,最简单,最公平且使用最广的算法。-Time slice rotation scheduling algorithm is one of the oldest, most simple, the most fair and the most widely used algorithm.
time-slice
- windows操作系统时间片轮转实验 实现代码-Windows operating system time slice rotation experiment The implementation code