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

搜索资源列表

  1. Operating-System-Ex-For-Thread

    0下载:
  2. 实验一是线程按时间片轮转和优先权运行的范例,实验二是生产者消费者的线程同步实验范例,一个消费者一个生产者,读txt文档的内容写到另一个txt文档,中间使用了一个缓冲区char buffer[30].-Experimental thread first, round-robin and priority running example, experimental producers and consumers of thread synchronization experiment example
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:3264963
    • 提供者:Ben
  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. jincheng

    0下载:
  2. 设计进程 控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。-The design process of the process control block PCB table structure, were applied to the number of priority scheduling algorithms and round-robin scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:1047
    • 提供者:阳一
  1. c-code

    0下载:
  2. 可变分区管理/时间片轮转算法/位示图管理磁盘存储空间 操作系统基本算法实现,亲测可用 -Variable partition management/time slice Round Robin/diagram Management disk storage space the operating system the basic algorithm, pro-test available
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:5090
    • 提供者:lazy
  1. Main

    0下载:
  2. 基于时间片轮转的进程调度,使用队列. 基于时间片轮转的进程调度,使用队列-Process based on round-robin scheduling, queue process based on round-robin scheduling, use queue
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:1714
    • 提供者:Tong饱饱
  1. scheduler.rar

    0下载:
  2. c++模拟操作系统调度程序,包括First Come First Serve,Highest Penalty Ratio Next和Round Robin三种算法实现(内附英文说明),c++ simulate operating system scheduler including FCFS, HPRN(Highest Penalty Ratio Next) and RR(Round Robin) algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:529508
    • 提供者:Cherry Chen
  1. arbiter

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

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

    0下载:
  2. 该程序是通过mfc图形化界面演示了进程调度的过程,可以选择FCFS,最高优先级和时间片轮转法来展示进程调度。-The program is through the mfc graphical interface demo process scheduling process, you can choose the FCFS process scheduling highest priority and round-robin method to show.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:2398313
    • 提供者:罗赟
  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. 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. 7

    0下载:
  2. 算法循环赛,算法题目,挺经典的一个算法题目。算法循环赛-Algorithm round robin algorithm subject, a very classic algorithm topic. Algorithm round robin
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:406967
    • 提供者:王凡
  1. 8

    0下载:
  2. 算法题目,循环赛日程表,经典的训练题目。可以很好的训练编程思维。-Algorithm subject, round-robin schedule, classical training topics. Good training programming thinking.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:208120
    • 提供者:王凡
  1. shijianpianlunzhuanfa

    0下载:
  2. 这是操作系统时间片轮转法的课程设计,还有关优先级数的算法描述-This is the operating system curriculum design of the round-robin method on priority Series algorithm descr iption
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:93266
    • 提供者:xumeiya
  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. shijian

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

    • 发布日期:2016-01-22
    • 文件大小:1024
    • 提供者:青崖
  1. ThreadScheduling

    0下载:
  2. 线程调度的介绍,主要是时间片轮转和优先级的方式来实现-The introduction of the thread scheduling, round-robin and priority to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:134401
    • 提供者:sunwenwen
  1. testcode2

    0下载:
  2. fifo测试算法,round robin测试算法,linux内核-the FIFO test algorithm, Round robin test algorithm, linux kernel
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:964
    • 提供者:王哥
  1. ip_vs_rr

    0下载:
  2. Round-Robin Scheduling module driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:1259
    • 提供者:herwanhui
  1. ip_vs_wrr

    0下载:
  2. Weighted Round-Robin Scheduling module driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:1997
    • 提供者:herwanhui
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 22 »
搜珍网 www.dssz.com