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

搜索资源列表

  1. Processe

    0下载:
  2. 操作系统中的进程调度优先算法和轮转法算法的实现-Operating system process scheduling priority algorithm and Algorithm Round Robin
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:chen
  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. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. 25462

    0下载:
  2. 编写算法依次访问无头结点的单循环链表 求两个递增有序链表的交集和并集。-Algorithm followed by the preparation of the visit without a head node for the single round-robin list two incremental and orderly list and set the ground.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:54462
    • 提供者:qinlin
  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. 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. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1474
    • 提供者:lijun
  1. ProcessorSchedul

    0下载:
  2. VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者:karon
  1. fslyh

    0下载:
  2. 多道程序设计中,经常是若干个进程同时处于就绪状态,为了使系统中的各进程有条不紊地运行,必须选择某种调度策略,以选择一个进程占用处理机。本次实验按照轮转算法模拟单处理机调度的过程,以加对处理机调度的算法的理解。-Multi-channel program design, often at the same time a number of processes in the ready state, in order to make the system processes in an orderl
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:林雨雄
  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. 1

    0下载:
  2. 时间片轮转法调度算法 时间片轮转法调度算法-Time-slice Round-Robin Scheduling Algorithm for time-slice Round-Robin Scheduling Algorithm for
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1246
    • 提供者:wjf
  1. ycycgb

    0下载:
  2. 进程调度 模拟进程调度 时间片轮转 优先级模拟算法-Process scheduling simulation process scheduling time slice simulation algorithm Round-Robin Priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:zlz
  1. Joseph

    0下载:
  2. 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:冬冬
  1. sched

    0下载:
  2. 操作系统进程输入及其调度算法-时间片轮转法-The operating system processes input and its scheduling algorithm- time slice Round-Robin
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2007
    • 提供者:仇大伟
  1. CoOSv1.12

    0下载:
  2. ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77846
    • 提供者:rd
  1. xunhuansai

    0下载:
  2. 算法:循环赛日程表,适用于任何数,根据王晓东算法设计与分析编写-Algorithm: round robin schedule
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:546
    • 提供者:zz
  1. monijincheng

    0下载:
  2. c#编写的多级轮转法实现的进程调度算法,以及阻塞唤醒操作-c# write the multi-level Round-Robin scheduling algorithm to achieve the process, and by clogging the wake-up operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:57142
    • 提供者:gxx
  1. RR

    0下载:
  2. Round Robin scheduling algorithm in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:kvk
  1. lab1-1

    1下载:
  2. C语言环境实现简单轮转调度算法与优先级调度算法-C language environment for simple round robin scheduling algorithm and priority scheduling algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2798
    • 提供者:陈若曦
  1. Operating_Systems

    0下载:
  2. The folder includes various algorithms of Operating Systems such as Bankers algorithm,C-Scan,FIFO,Shortest job first,Round Robin etc. All are implemented in C.
  3. 所属分类:VHDL-FPGA-Verilog

« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com