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

搜索资源列表

  1. xunhuansai

    0下载:
  2. 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) 输入样例: 3 输出样例: 1 2 3 4 5 6 7 8 2 1 4 3 6 5 8 7 3 4 1 2 7 8 5 6 4 3 2 1 8 7 6 5 5 6 7 8 1 2 3 4 6 5 8 7 2 1 4 3 7 8 5 6 3 4 1 2 8 7 6 5 4 3 2 1-
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:559
    • 提供者:韩欣
  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. shijianpianlunzhuan

    0下载:
  2. 模拟操作系统中CPU如何调度外部进程的算法——时间片轮转法-The algorithm simulated operating system how the CPU scheduling external process- round-robin method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:250384
    • 提供者:陈慧
  1. time

    0下载:
  2. 时间片轮转算法 c语言 可执行文件 试验过没有问题-Round-robin algorithm c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1530
    • 提供者:bob
  1. 2008130373

    0下载:
  2. 循环比赛日程表 (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)当n是奇数时,循环赛一共进行n天, n是偶数时,循环赛进行n-1天。 -Cycle Competition Schedule (1) Each contestant must compete with other n-1 for a player of the tournament once (2) Each player can only race once a day (
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:887865
    • 提供者:何伟翔
  1. FCFSandRR

    0下载:
  2. 时间片轮转调度,具体做法是调度程序每次把 CPU 分配给就绪队列首进程使用一个时间片。当这个时间片结束时,就强迫一个进程让出处理器,让它排列到就绪队列的尾部,等候下一轮调度。实现这种调度要使用一个间隔时钟。当一个进程开始运行时,就将时间片的值置入间隔时钟内,当发生间隔时钟中断时,就表明该进程连续运行的时间已超过一个规定的时间片。此时,中断处理程序就通知处理器调度进行处理器的切换工作。-The round-robin scheduling, specific practices scheduler
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:356229
    • 提供者:kong
  1. xhs

    0下载:
  2. 设有n个运动员要进行网球循环赛。设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次 (2)每个选手一天只能赛一次 (3)当n是偶数时,循环赛进行n-1天;当n是奇数时,循环赛进行n天。 写程序输出比赛日程表。 -There are n number of athletes to tennis round robin. Schedule of game design that satisfies the following requi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-04
    • 文件大小:2833
    • 提供者:杜璐阳
  1. daima

    0下载:
  2. dos界面的时间片轮转调度的源代码,完整过程。-dos interface round-robin scheduling of the source code, complete the process.
  3. 所属分类:File Operate

    • 发布日期:2017-11-21
    • 文件大小:1519
    • 提供者:朱棣
  1. algorithm

    0下载:
  2. 轮转调度算法和优先调度算法,这里我实验课上的作业,现在贡献出来,大家一起学习-Round-robin scheduling algorithm and priority scheduling algorithm, my experimental class job here, contributed, we will study together
  3. 所属分类:IME Develop

    • 发布日期:2017-11-13
    • 文件大小:2080
    • 提供者:hahah
  1. C

    0下载:
  2. 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度。 2.每个用来标识进程的进程控制块PCB可用结构来描述,包括以下字段: -Time slice of the round-robin algorithm curriculum design the Round Robin courses design time round-robin algorithm curriculum design
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:88085
    • 提供者:孟瑞
  1. jinchengguanli

    0下载:
  2. 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1000
    • 提供者:影子
  1. test2

    0下载:
  2. 仿真模拟读者写者问题,采用信号量机制,用时间片轮转方法调度进程-Simulation readers who write semaphore mechanism, with round-robin scheduling process
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1801
    • 提供者:long
  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. 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. 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. 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. DOS

    0下载:
  2. 基于Dos的多任务系统的实现 多线程,时间片轮转调换-Dos-based multi-tasking system, multi-threaded, round-robin exchange
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:3893
    • 提供者:俊男
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com