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

搜索资源列表

  1. time

    1下载:
  2. 处理机调度是操作系统中非常重要的部分。为深入理解进程管理部分的功能,设计时间片轮转法进行CPU调度算法,模拟实现处理机的调度。通过本次课程设计理解进程调度的概念,深入理解进程控制的功能、进程的创建与删除以及进程各个状态之间的转换过程,实现时间片轮转算法调度进程。-PROCESSING scheduling is a very important part of the operating system. For an in-depth understanding of the function
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:1691
    • 提供者:syn
  1. Operating-System-Learing-Data

    0下载:
  2. 这里面有操作系统精髓与设计原理的第六版英文pdf,以及多级轮转调度算法仿真,文件系统__资源管理器。-There is the essence of the operating system and the design principle of the sixth edition of the English pdf, as well as multi-level round-robin scheduling algorithm simulation, __ Explorer file sys
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:11308548
    • 提供者:李金泽
  1. process-scheduling

    0下载:
  2. 操作系统进程调度,包括最高优先数优先算法、简单时间片轮转调度算法、多级反馈队列调度算法-Operating system process scheduling, including the highest priority first algorithm, a simple time-slice round-robin scheduling algorithm, multi-level feedback queue scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:242702
    • 提供者:潘宝
  1. arbiter

    0下载:
  2. A four level, round-robin arbiter WITH VHDL CODE
  3. 所属分类:ELanguage

    • 发布日期:2017-11-30
    • 文件大小:1310
    • 提供者:amin
  1. design-process-scheduling-algorithm

    2下载:
  2. 进程调度算法的设计 设计要求: ①设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 设计技术参数参考: ①本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。 ②为了便于处理,程序中的某进程运行时间以时间片为单位计算。各进程的优先数或轮转时间数以及进程需运行的时间
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:145527
    • 提供者:cagfaiss
  1. round_robin_src

    0下载:
  2. Round Robin 源代码 在C语言下-Round Robin
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:4559
    • 提供者:Tom
  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. kk

    0下载:
  2. 本程序设计为时间片轮转算法,运用C++实现模拟时间片为1的页面调度算法。-This program is designed to round-robin algorithm, using C++ time slice is one of analog paging algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:1528
    • 提供者:lulu
  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