CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - scheduling Algorithms

搜索资源列表

  1. 磁盘调度

    1下载:
  2. 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:208.19kb
    • 提供者:翁明喆
  1. ProcessManager(12)

    1下载:
  2. 操作系统进程调度5种算法(包括动态优先级)-5 operating system process scheduling algorithms (including dynamic priority)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.28kb
    • 提供者:何若然
  1. qp

    0下载:
  2. 此程序是根据操作系统的调度算法的要求而写的优先级调度算法-This procedure is based on the scheduling algorithms operating system, and a request made to the priority scheduling algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:wo
  1. dsadasdasdas

    0下载:
  2. 自己看磁盘调度算法要的自己载磁盘调度算法-look disk-scheduling algorithms to set its own disk scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.4kb
    • 提供者:chenyi
  1. FIFO.先进先出调度算法(FIFO)处理缺页中断

    1下载:
  2. 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
  3. 所属分类:操作系统开发

  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:14.65kb
    • 提供者:ww
  1. makefile

    0下载:
  2. 电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1.29kb
    • 提供者:龙我雷
  1. embedded

    1下载:
  2. 嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.05mb
    • 提供者:
  1. scheduling

    0下载:
  2. application of scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1.76kb
    • 提供者:muhendis
  1. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:57.12kb
    • 提供者:willism
  1. a1

    0下载:
  2. 磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
  3. 所属分类:OS Develop

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

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

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

    0下载:
  2. program to implement Shortest-Remaining Time-First CPU scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:naveen
  1. cpu-scheduling

    0下载:
  2. program in c to illustrate and demonstrate various cpu scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3.29kb
    • 提供者:deeps
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3.42mb
    • 提供者:xysheep
  1. disc-scheduling

    1下载:
  2. operating system disc scheduling algorithms(fcfs,clook,cscan,look,scan,sstf) in c++.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3.39kb
    • 提供者:naresh
  1. cpu-scheduling

    0下载:
  2. operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2.61kb
    • 提供者:naresh
  1. Disk-Scheduling-Alogorithms

    0下载:
  2. 操作系统磁盘调度算法 操作系统磁盘调度算法-Operating system, disk scheduling algorithm operating system, disk scheduling algorithms operating system disk scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:56.58kb
    • 提供者:panpan
  1. The-processor-scheduling

    0下载:
  2. 操作系统实验-进程作业调度算法,word文档,详细,全,可执行,自己写的,希望快点能在贵网站下载-Experimental operating system- the process of job scheduling algorithms, word documents, detailed, full, enforceable, wrote it myself, hope quickly in your website. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:37.89kb
    • 提供者:张荣
  1. operating-system-scheduling-

    0下载:
  2. 五种操作系统调度的算法,包括先来先服务/轮转/最短剩余/最短响应比-Five kinds of operating system scheduling algorithms, including first-come, first-served/web/shortest remaining/shortest response ratio
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:307.03kb
    • 提供者:kingsleyhsu
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com