搜索资源列表
neichuo
- 操作系统作业 内存管理 功能 1 创建分区 2 查看分区 3 添加作业 4 回收分区-operating system memory management operation to create a functional area through 3 2 View added four recovery operations through
OS123231
- 操作系统,作业的调度,自己编的,不大好,谢谢大家的批评指导,-operating systems, operations scheduling, developed, is not good, thank you all for criticism guidance, thank you
zuoyediaodu
- 这是一个操作系统的作业调度的算法,是用C语言来编程的-This is a system of job scheduling algorithm is the use of C language programming
vos
- 本科作业虚拟linux操作系统下的文教系统
cpu 调度1
- 操作系统中的作业,CPU进程调度。PCB 控制块-operations of the operating system, CPU scheduling process. PCB control block
计算服务器
- CPU是计算机系统中一个十分重要的资源,本章主要介绍处理机的调度目标、策略以及评价方法等。因为处理机调度程序不可能选择全部驻留在外存的进程,因此,在调度一个进程占有处理机之前,系统必须按某种策略把外存中处于后备状态的作业选择出来,并创建进程和分配内存,为进程执行准备必需的资源。这一步称为作业调度或高级调度。作业调度的目标是尽量做到公平合理,能执行尽可能多的作业、尽快地响应时间以及高的设备利用率等。任一调度算法要同时满足这些调度目标是不可能的。大多数操作系统都是根据用户需要而采用兼顾某些目标的方法
tanxinfa
- 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constra
cn700_vc3586458
- 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-This is while finishing the operating system lesson, the practice done is designed, the purpose to test again, analyse , design. That was adopted is to use responding it than the homework dispatcher s al
FasterJob
- 针对带期限的作业排序,采用更快的排序算法,类似与操作系统中的作业排序,先设定优先级,继而采用排序算法,找出在规定的时间内权益指最大的集合。-With the duration for scheduling, the use of a faster sorting algorithm, a similar operation with the operating system in order to set priorities, and then sorting algorithm used t
greedyjs
- 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
OS_COURSE
- 多级调度操作系统课程设计,作业随机生成,作业实施多级调度,多队列调度-OS Course Design
FIFO-Replacement-algorithm
- FIFO 置换算法 操作系统大作业FIFO源代码-FIFO Replacement algorithm
LRU--algorithm
- LRU 算法 操作系统大作业C语言源代码-LRU algorithm
Bankers-algorithm
- 银行家算法 操作系统大作业C++语言源代码-Banker s algorithm
FCFS-SJF-algorithm
- 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
processdoing
- 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法-Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin