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

搜索资源列表

  1. ARM_00_OS

    0下载:
  2. 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360553
    • 提供者:Computer00
  1. process-simulate

    0下载:
  2. c++模拟系统进程调度 包括FCFS,时间片轮转,多级反馈,静态优先级,动态优先级-c++ simulation system process scheduling including FCFS, round-robin, multi-level feedback, static priority, dynamic priority
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1194781
    • 提供者:lijie
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. diaodu

    0下载:
  2. 主要使用了时间片轮转算法和高响应比算法模拟进程的调度过程-The main use of Round Robin time slice and high response ratio algorithm simulation process for the activation process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:30526
    • 提供者:wuweiwei
  1. roundrobin

    0下载:
  2. Round robin scheduler and a gannt chat for arrival time,burst time turn around time
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:924
    • 提供者:kartik
  1. RoundRobintimeslicememorymanagementsimulationsourc

    0下载:
  2. 操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:105458
    • 提供者:hhb
  1. 1

    0下载:
  2. 时间片轮转法,VC++实现,操作系统课程作业-Round Robin Time Slice, VC++ implementation, the operating system curriculum homework
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:cailingfang
  1. shijianpian

    0下载:
  2. 操作系统的实验 关于进程调度中的时间片轮转算法 -The experimental system about the process of scheduling time slice Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:pengshoukang
  1. [L_27_3]

    1下载:
  2. 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:319130
    • 提供者:吴文斐
  1. schedule

    0下载:
  2. 创建一系列的进程并放入就绪队列中(使用链表实现),来模把创建的进程的信息在屏幕上显示出来。 轮转法及优先级实现调度-Round Robin Schedule & Priority Schedule
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:5449
    • 提供者:
  1. jinchengdiaodu_luanzhuan

    0下载:
  2. 操作系统,进程调度,简单轮转法, 根据进程到达时间先后,对进程排成队列,以实现FCFS算法-Operating system, process scheduling/* Simple Round-Robin* /
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:566771
    • 提供者:kongku
  1. procSchdule

    0下载:
  2. 操作系统进程调度实验 时间片轮转算法 VC编写-The operating system process scheduling experiment time slices prepared VC Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1954
    • 提供者:龚靖仁
  1. jinchendiaodu

    0下载:
  2. 操作系统中进程调度,包含简单轮转法,最高优先数-The operating system process scheduling, containing a simple Round-Robin method, the highest priority number
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:71196
    • 提供者:huang
  1. lunzhuanfa

    0下载:
  2. 操作系统实验,用轮转法实现进程调度-Operating system, experiment, implementation process scheduling using Round-Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:226201
    • 提供者:kay
  1. rr28

    0下载:
  2. program to implement Round-Robin CPU scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1202
    • 提供者:naveen
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  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. round-robin-algorithm-

    0下载:
  2. 这是操作系统一个实验报告,模拟时间片轮转算法,并且可以实现周转时间的的计算,希望对各位有所帮助。-This is the operating system reports an experiment to simulate round-robin algorithm, and can achieve the calculation of turnaround time, you want to help.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:49194
    • 提供者:黎明
  1. Round-Robin

    0下载:
  2. 时间片轮转算法:基于时间片轮转调度算法思想用C语言编程实现。-Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:175105
    • 提供者:梅花鹿
  1. Round-Robin

    0下载:
  2. Round robbin priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:snigdha
« 12 3 4 »
搜珍网 www.dssz.com