CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - round robin scheduling

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. dd

    0下载:
  2. 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:豆豆
  1. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:84686
    • 提供者:
  1. sjp

    0下载:
  2. 在多道程序或多任务系统中,系统同时处于就绪态的进程有若干个。为了使系统中的各进程能有条不紊地进行,必须选择某种调度策略,以选择一进程占用处理机。时间片轮转算法-Procedures in the multi-channel or multi-task system, the system in a ready state at the same time there are a number of processes. In order to make the process system ca
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1988
    • 提供者:候莹莹
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:275548
    • 提供者:powerman
  1. JCDD

    0下载:
  2. 通过优先权法和轮转算法的模拟加深对进程概念和进程调度过程的理解,掌握进程状态之间的切换,同时掌握进程调度算法的实现方法和技巧。-Through the priority and Round Robin simulation concepts and deepen their understanding of the process of understanding the process of the activation process and master the process of sw
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:240276
    • 提供者:hghh
  1. df

    0下载:
  2. 实现单处理器进程调度,采用时间片轮转算法。-The process of the realization of single-processor scheduling, the use of Round Robin time slice.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2049
    • 提供者:编程高手
  1. shijianplunzhuan

    0下载:
  2. 进程调度算法:先来先服务算法、时间片轮转调度算法的实现 -The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2266
    • 提供者:ZZ
  1. process

    0下载:
  2. 操作系统中模拟进程调度的一个小程序,采用动态优先级和时间片轮转法,是我的课程小作业-Operating system to simulate the process of scheduling a small program, the use of dynamic priority and time slice Round-Robin, a small course of my work
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:103397
    • 提供者:
  1. OS_mange

    0下载:
  2. 模拟作业调度(时间片轮转法)和进程调度(时间片轮转 法)模拟作业调度系统。 -Simulation of job scheduling (time slice Round-Robin) and process scheduling (time slice Round-Robin) scheduling system simulation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:45537
    • 提供者:
  1. procedure

    0下载:
  2. 这是在学进程调度时写的作业,分别实现了时间片轮转和优先级两种进程调度,本人测试通过,仅供参考。(环境为gcc,只上传了源代码,请需要的人自行编译)-This is the process of scheduling time to write in school operations, respectively, to achieve a round-robin scheduling and priority of the two processes, I test for reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1638
    • 提供者:Xsank
  1. ProcessSchedulingTF

    0下载:
  2. 最高优先级优先调度算法,时间片轮转算法,优先权算法-Highest priority priority scheduling algorithm, round-robin algorithm, priority algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:717209
    • 提供者:沈宇凡
  1. Dispatch

    0下载:
  2. 模拟进程调度算法,包括先来先服务法,多级反馈法,时间片轮转法,静态优先级法和动态优先级法。-Simulation process scheduling algorithms, including a first-come first-served method, multi-level feedback method, round-robin method, static priority method and the dynamic priority method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:3907
    • 提供者:wangbin
  1. jcddsf

    0下载:
  2. 进程调度算法,包括优先权调度算法和时间片轮转调度算法-Process scheduling algorithms, including priority scheduling algorithm and round-robin scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1582345
    • 提供者:bmbboy
  1. RRw

    0下载:
  2. 实现了用时间片轮转法调度虚拟进程。-Round-Robin scheduling virtual process time slice.
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-25
    • 文件大小:517120
    • 提供者:Dwxiao
  1. shijian

    0下载:
  2. 在操作系统中,用时间片轮转法来进行模拟作业调度-In the operating system, with a round-robin method to simulate job scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-22
    • 文件大小:1024
    • 提供者:青崖
  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. jinchengdiaodu

    0下载:
  2. 一个C语言的比价简单但是蛮有启发性的进程调度代码,对时间轮转法的运用-Search a C language simple but quite enlightening process scheduling code, the use of time Round-Robin
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:359131
    • 提供者:ZHJ
  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
    • 提供者:张兴邦
搜珍网 www.dssz.com