CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 进程调度 时间片轮转

搜索资源列表

  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. process-scheduling-experiment

    0下载:
  2. 操作系统进程调度实验://代码没有问题,是由cpp改成txt的,肯定能够运行。 //功能:根据磁盘调度的三种算法FCFS、短作业优先SJF和时间片轮转计算出处理机在分配内存时的工作原理,同时加深对这三种算法的记忆。 -Operating system process scheduling experiment ://code no problem, is changed by the cpp txt certainly be able to run.// Function: acc
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:1628
    • 提供者:金旭斌
  1. processes

    0下载:
  2. 操作系统,进程调度算法的程序代码,关于时间片轮转法-The program code of the operating system, process scheduling algorithm round-robin method
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-21
    • 文件大小:1773
    • 提供者:cl
  1. PriorityLevel

    0下载:
  2. 单处理器系统的进程调度,实现了基于优先级的时间片轮转,c++编写-The process of scheduling a single processor system, to achieve the priority-based round-robin, c++ write
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-20
    • 文件大小:1545
    • 提供者:张立超
  1. 123

    0下载:
  2. 操作系统进程调度,通过时间片轮转算法实现了处理机的调度。-Operating system process scheduling, through the round-robin algorithm to achieve a processor scheduling.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:964
    • 提供者:安立宝
  1. os

    0下载:
  2. 使用java语言或C++语言编程实现模拟操作系统进程调度子系统的基本功能;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;掌握各个调度算法的特点。-Using java language or C++ programming language operating system simulation process scheduling subsystem basic functions achieve a first-come, first-served, the time s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:899780
    • 提供者:jasonzjx
  1. Process-scheduling

    0下载:
  2. 进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:841
    • 提供者:程昱
  1. roundrun

    0下载:
  2. 时间片轮转法完成进程调度。输出各进程的进程号,CPU时间(即已经占用的CPU时间),所需时间(即还需要的CPU时间),以及状态(即用W表示等待,R表示运行,F表示完成)- Round-robin method to complete the scheduling process. The output of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:120630
    • 提供者:yangbin
  1. CPU

    0下载:
  2. 设计一段程序来模拟优先级调度算法和时间片轮转算法。可以指定进程的数量、各进程需要CPU的时间和各进程的优先级。-Design a program to simulate the priority scheduling algorithm and the time slice rotation algorithm. You can specify the process of quantity, the process requires CPU time and the process prior
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2002
    • 提供者:乔旻浩
  1. xuni

    0下载:
  2. 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:2300
    • 提供者:冯妮
  1. jinchengdiaodu

    0下载:
  2. 此程序主要运用于操作系统教学中的进程调度实现,主要使用了先来先服务算发和时间片轮转算法。-This program is mainly used in the teaching process of the operating system scheduler implementation, the main use of the first-come first-serve fat count and round-robin algorithm.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2178
    • 提供者:宋平
  1. Round-robin-algorithm

    0下载:
  2. 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2977
    • 提供者:xingzhi
  1. jchdd

    0下载:
  2. 操作系统中的模拟进程调度程序,基于静态优先级的立即抢占式调度”、“动态优先级调度”和“时间片轮转法”调度算法对五个进程进行调度-Operating system simulation process scheduler, based on static priority preemptive scheduler immediately, " " dynamic priority scheduling " and" time-Web " scheduli
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:291072
    • 提供者:chenlin
  1. task

    0下载:
  2. 操作系统课程设计,完整的MFC 工程源码 课程设计题目:进程/作业调度 实现要求: 1. 建立作业的数据结构描述 2. 使用两种方式产生作业/进程: (a)自动产生 (b)手工输入 3. 在屏幕上显示每个作业/进程的执行情况。 4. 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可以认为过一个时间单位 (b)响应WM_TIMER (本实验采用b方法) 5. 计算并显示一批作业/进程的周转时间,平均周转时间,带权周转时间,平均带权周转时间。 6. 将一批作业
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22191104
    • 提供者:singerlio
  1. os5

    0下载:
  2. 进程调度算法的实现,实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 -Implementation of process scheduling algorithm, first come, first service FCFS, short homework SJF priority and time slice rotation scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:3820997
    • 提供者:ltc
  1. ProceSchedul

    1下载:
  2. 模拟操作系统进程调度过程,包含先来先服务,时间片轮转,多级反馈等调度策略。-Simulation of the operating system process scheduling process, including the first come first serve, time slice rotation, multi-level feedback scheduling strategy.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2153550
    • 提供者:袁清
  1. OS

    0下载:
  2. 时间片轮转算法完成进程的调度。 设计要求: 1) 进程的调度采用时间片轮转算法。 2) 设计三个链队列,分别用来表示运行队列、就绪队列和完成队列。 3) 用户输入进程标识符以及进程所需的时间,申请空间存放进程PCB信息。 4) 输出的格式和上面的运行结果分析中的格式相同。 5) 写出程序,调试通过,并进行运行结果分析。 -Time slice rotation algorithm to complete the process of scheduling. The
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:李俊
  1. process

    0下载:
  2. 这个程序模拟实现了系统对进程的管理,用的算法有静态优先级调度,动态优先级调度和时间片轮转法调度等。-This program implements the system management simulation of the process, with priority scheduling algorithm for static and dynamic priority scheduling and round-robin scheduling method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4530
    • 提供者:张兴邦
  1. Round-robin-scheduling-algorithm-RR

    1下载:
  2. 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1523
    • 提供者:吕梦楠
  1. PCB

    0下载:
  2. 进程调度模拟算法 ,进程调度是处理机管理的核心内容。本实验要求用高级语言编写模拟进程调度程序,以 便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法 的具体实施办法。 -Process scheduling simulation algorithm, process scheduling processor is the core content management. The experiment called for the preparation proces
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:杨阳
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com