CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - round robin

搜索资源列表

  1. OSTest

    0下载:
  2. 用java实现的优先权算法和轮转法的内存分配的源代码-Using java to achieve the round robin priority algorithms and source code for memory allocation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7149
    • 提供者:来来
  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. 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. Process-scheduling-

    0下载:
  2. ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7234
    • 提供者:刘万友
  1. scheduler

    0下载:
  2. VC++ 实现作业调度系统 作业调度方式有先来先服务调度方式(FCFS)、短作业优先调度算法(SJF)、响应比高者优先调度算法(HRRF)、优先权高者优先调度算法(HPF)、时间片轮转调度算法(TRR)。要求根据不同的调度方式实现不同的算法,用户使用不同的调度算法可得到不同的作业调度顺序。 -VC++ implement job scheduling job scheduling system has a first-come, first-served scheduling (FCFS
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:14971
    • 提供者:xinwuya
  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. task-scheduling

    2下载:
  2. ①设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度-Design process control block, PCB table structure and the structure are the same, respectively, applicable to the number of priority schedulin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:15344
    • 提供者:薛帅强
  1. raw-os-TIME

    0下载:
  2. raw-os实例之时间片轮转调度,操作系统时间片实验。-Time slice raw-os examples of round-robin scheduling, the OS time slice experiment.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:918351
    • 提供者:wuguangcheng
  1. OS

    0下载:
  2. 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1092443
    • 提供者:庞清成
  1. main

    0下载:
  2. 通过用高级语言编写模拟进程调度程序,了解有关进程控制块、进程队列的概念,体会掌握了优先数算法和时间片轮转算法的具体实施办法,提高对进程调度的认识。2. (1)优先数调度算法程序 (2)循环轮转调度算法程序-By writing simulation process scheduler with high-level language, learn about the process control block, the concept of process queue priority numb
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1423
    • 提供者:白新宇
  1. jincheng

    0下载:
  2. 进程及其管理 进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度-Process management and process scheduling algorithm simulation to achieve a dynamic process scheduling priority and the number of round-robin method
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:5214
    • 提供者:浅蓝
  1. main

    0下载:
  2. 编制两种进程调度算法:优先度调度,循环轮转调度-Two process scheduling algorithms are proposed: priority scheduling, round robin scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:阿爽
« 1 2 3 4»
搜珍网 www.dssz.com