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

搜索资源列表

  1. Process-time-slice-rotation

    0下载:
  2. 时间片的轮转调度算法是一种最古老,最简单,最公平且使用最广的算法。-Time slice rotation scheduling algorithm is one of the oldest, most simple, the most fair and the most widely used algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1358
    • 提供者:苡莣
  1. elevator2.0

    1下载:
  2. 电梯调度算法模拟 说明:电梯调度算法的基本原则就是如果在电梯运行方向上有人要使用电梯则继续往那个方向运动,如果电梯中的人还没有到达目的地则继续向原方向运动。具体而言,如果电梯现在朝上运动,如果当前楼层的上方和下方都有请求,则先响应所有上方的请求,然后才向下响应下方的请求;如果电梯向下运动,则刚好相反。-Elevator scheduling algorithm to simulate Note: the basic principles of the elevator schedulin
  3. 所属分类:Applet

    • 发布日期:2016-06-27
    • 文件大小:17408
    • 提供者:
  1. SSABOMCGA

    0下载:
  2. 人工智能的经典算法:基于多层编码遗传算法的车间调度算法-Classic algorithms of artificial intelligence: shop scheduling algorithm based on the multi-layer coded genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:10963
    • 提供者:sun
  1. ProcessManage

    0下载:
  2. 1 操作系统课程设计 2 模拟CPU进程调度 3 实现时间片轮转调度算法 4 实现最短作业优先算法-1 operating systems course design 2 simulation CPU process scheduling 3 round-robin scheduling algorithm 4 shortest job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:14306
    • 提供者:
  1. jobschdule

    0下载:
  2. 实现了操作系统作业调度算法中的先来先服务、短作业优先、优先权高者优先、响应比高者优先四种调度算法。-Operating system job scheduling algorithm first come first served, short job priority, the priority to high priority response than the high priority the four scheduling algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1587
    • 提供者:饭饭
  1. Test

    0下载:
  2. 调度算法。包换先来先服务、高响应比优先、多级反馈队列调度、短作业优先等等。-Scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4410
    • 提供者:范渊
  1. priority5a.c.tar

    0下载:
  2. rate-monotonic scheduling[1] is a scheduling algorithm used in real-time operating systems with a static-priority scheduling class.[2] The static priorities are assigned on the basis of the cycle duration of the job: the shorter the cycle duration is
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2194
    • 提供者:zira
  1. OSControl

    0下载:
  2. 用C#写的操作系统进程的调度,有FIFO调度,时间片轮转调度等算法,需要DevExpress2011V2插件支持-C# to write the operating system process scheduling, FIFO scheduling, round-robin scheduling algorithm needs DevExpress2011V2 plug-in support
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:585859
    • 提供者:Meteor
  1. ThreadPool

    0下载:
  2. 多线程调度算法的java源代码 毕业设计所做-Graduated from java source code for multi-threaded scheduling algorithm design done
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:933
    • 提供者:王洵
  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. caozuoxitong

    0下载:
  2. 上机实践内容: 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Computer Pra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1005700
    • 提供者:刘国佳
  1. test_main

    2下载:
  2. matlab仿真MIMO系统调度算法研究,ZF算法,以及比例公平调度算法-matlab simulation of the scheduling algorithm of MIMO systems, the ZF algorithm, and the proportional fair scheduling algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:1094
    • 提供者:夏敏
  1. OSTest3

    0下载:
  2. 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 -A. This experiment is a simulation of the operating system disk seek ways to use different disk access order to design a disk scheduling algorithm. Implementat
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2581
    • 提供者:艾原媛
  1. elevator

    0下载:
  2. 大楼有一部电梯,电梯从一楼起,几乎每层都停,十分浪费时间。于是某人想出了一个新的电梯调度算法:由于大楼楼层不高,因此每次电梯从一楼往上走时,只允许电梯停在某一层,然后其他人在从本层爬楼梯到达各自的目的地;在一楼的时候,每人选择自己的楼层,电梯应根据每楼层的不同人数计算出目的楼层。请求出电梯停在哪一层,才能保证所有旅客所爬楼层数之和最少-The building has an elevator, early in the evening peak period when the elevator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:803
    • 提供者:littlelina
  1. LGY_CPU_Scheduler

    0下载:
  2. 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:297668
    • 提供者:王五
  1. process_schedulingg

    0下载:
  2. FIFO,优先数调度算法,时间片轮转调度算法的实现,经调试可运行 -the realise of FIFO, priority number of scheduling algorithms, time slice, round robin scheduling algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1869
    • 提供者:tina
  1. management-of-process

    0下载:
  2. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-Comprehensive application of the following knowledge points and the process scheduler of the operating system : the adjacency table , Boolean array , non-blocking input , gra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:47762
    • 提供者:Poline
  1. scheduling

    0下载:
  2. 操作系统中进程调度与资源分配算法(即银行家算法)的可视化演示程序,使用Java编写,GUI为SWING-Operating system process scheduling and resource allocation algorithm (ie, the banker' s algorithm), visual presentation program, written in Java, GUI SWING
  3. 所属分类:OS Develop

    • 发布日期:2017-03-21
    • 文件大小:17519
    • 提供者:frank
  1. ProcessControl

    0下载:
  2. 实验1 进程调度 一、实验目的 通过实验加强对进程调度算法的理解和掌握。 二、实验内容 编写程序实现基于优先级的时间片轮转调度算法。 -Experiment a process schedulingFirst, the purpose of the experimentExperiments to enhance understanding and mastering of the process scheduling algorithm.Second, exper
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:863
    • 提供者:姚继涛
  1. fifo

    0下载:
  2. 实现模拟内存访问虚页面作业调度的fifo算法,如果内存有用户要访问的虚页,给出对应的实页号,如果没有就用fifo算法调入该虚页,并且给出对应的实页号-Analog memory access fifo virtual page job scheduling algorithm, if the memory the user wants to access the virtual page, given the corresponding physical page number, if not
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1029
    • 提供者:julie
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com