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

搜索资源列表

  1. RR

    0下载:
  2. Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81019
    • 提供者:邓思兵
  1. rr

    0下载:
  2. 可以查看Microsoft的PE结构文件的资源列表.很简单的一个程序
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:27128
    • 提供者:ddl1234
  1. linux 使用ntfs分区

    0下载:
  2. linux 使用ntfs分区,适用于2.6.9linux内核,ntfs partition using linux for the kernel 2.6.9linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-26
    • 文件大小:66041
    • 提供者:fily
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:dirk
  1. fcfs-rr-sjf

    0下载:
  2. FCFS, SJF, RoundRobin algorithm shell progarm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:1867
    • 提供者:mreddy
  1. RR

    0下载:
  2. Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:2046
    • 提供者:You
  1. RR

    0下载:
  2. 此程序模拟进程调度,模拟系统调度算法RR算法-This program uses RR scheduling algorithm simulation system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1853
    • 提供者:Howard
  1. schedule2

    0下载:
  2. 进程调度程序,包括优先级调度、时间片循环轮转调度-schedule program,priority,RR
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3127
    • 提供者:susan
  1. rr

    0下载:
  2. java编写的针对linux操作系统的进程调度-process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:24798
    • 提供者:Matilda
  1. RR

    0下载:
  2. 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1721
    • 提供者:Silence
  1. CPU

    0下载:
  2. 实验目的:采用仿真实验的方法,分析在FCFS、SJF、RR和MLFS算法中,下列因素对平均周转时间的影响。-Objective: using simulation method, analysis in FCFS, SJF, RR and MLFS algorithms, the following factors on the average turnaround time effect.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:938145
    • 提供者:周世伟
  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-12
    • 文件大小:529508
    • 提供者:Cherry Chen
  1. 4

    0下载:
  2. 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值。-The simulation process scheduling, given in accordance with the algorithm first-come, first-served FCFS, rotary RR (q = 1), the shortest process priority the SPN
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:159508
    • 提供者:高莹
  1. jin-cheng-diao-du

    0下载:
  2. 进程调度算法,包括实验报告及源程序,RR及SPF-Process scheduling algorithms, including experimental reports and source code, RR and SPF
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:467779
    • 提供者:丛菲
  1. q3dns

    0下载:
  2. Q3DnsRR is the class used to store a single RR for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:16975
    • 提供者:ranyonwen
  1. spfarr

    0下载:
  2. 简单的用C实现操作系统中的spf和rr内存页面置换算法-Simple C spf realize operating system and memory page replacement algorithm rr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:471595
    • 提供者:LIU
  1. 5

    0下载:
  2. 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:nego
  1. dns_resolver

    0下载:
  2. DNS Resolver upcall management for CIFS DFS and AFS Handles host name to IP address resolution and DNS query for AFSDB RR.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2782
    • 提供者:wunjerdi
  1. dns_resolver

    0下载:
  2. DNS Resolver upcall management for CIFS DFS and AFS Handles host name to IP address resolution and DNS query for AFSDB RR.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2409
    • 提供者:xtgrwu
  1. rr-master

    0下载:
  2. rr is a lightweight tool for recording and replaying execution of applications (trees of processes and threads).
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-06
    • 文件大小:1571840
    • 提供者:Magnificent丶7
« 12 »
搜珍网 www.dssz.com