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

搜索资源列表

  1. timeRR

    0下载:
  2. 基于时间片的轮转调度算法,主要包含进程名、到达时间、服务时间、完成时间、周转时间。-Rotation based on time slice scheduling algorithm, mainly contains the process name, arrival time, service time, completion time, turnaround time.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:1054
    • 提供者:明月紫莹
  1. SJPF

    0下载:
  2. 短作业优先调度算法,是指对短作业或短进程优先调度的算法。-Short job first scheduling algorithm, is a short work or short process of priority scheduling algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:3735
    • 提供者:明月紫莹
  1. guofangkejidaxue

    0下载:
  2. 无线网络分组调度算法研究 硕士论文,详细介绍了802.11协议的分组调度算法,同时作者提出了改进算法-wireless network group scheduling algorithm based802.11,introduced some classical scheduling algorithms, propsed more better algorithms
  3. 所属分类:Development Research

    • 发布日期:2017-05-31
    • 文件大小:13711666
    • 提供者:陈媛媛
  1. Toward-Adaptive-Ant-Colony-Algorithm

    0下载:
  2. On the basis of author’s former work, this paper presents an improved ant colony algorithm, namely adaptive ant colony algorithm. In the proposed algorithm, the value of evaporation rate ρ is adaptively changed and a minimum value ρmin is ass
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:280379
    • 提供者:rishi
  1. cipandiaodu

    0下载:
  2. 设计程序模拟先来先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的工作过程。假设有n个磁道号所组成的磁道访问序列,给定开始磁道号m和磁头移动的方向(正向或者反向),分别利用不同的磁盘调度算法访问磁道序列,给出每一次访问的磁头移动距离,计算每种算法的平均寻道长度。-Design program to simulate a first-come first-serve FCFS, shortest seek time first SSTF, SCAN and SCAN algor
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1185024
    • 提供者:gst
  1. Nouveau-WinRAR-archive

    0下载:
  2. This paper proposes a new fast packet-scheduling algorithm based on instantaneous received signal to-interference power ratio (SIR) with a constraint condition that assures a minimum throughput (Minimum Throughput Assured instantaneous SIR (MTA-ISI
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:440476
    • 提供者:kahou
  1. Xpress-Mosel-Reference-manual-BASE

    0下载:
  2. 该文件介绍调度算法编程需要用到的一个软件扩展包xpress的应用,包括应用和算例,可以直接链接到C++环境-This document introduces scheduling algorithm programming need to use a software expansion pack xpress applications, including application and example, can direct link to C++ environment
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:709398
    • 提供者:肖世昌
  1. Final-Dr-Riktesh

    0下载:
  2. Conventional e-Business models using the Client/Server architecture has always been complex, thorny and expensive. The quantity and assortment of hardware, software and middleware technologies used in order to run them was intimidating. With the emer
  3. 所属分类:Development Research

  1. multicore-processor

    0下载:
  2. 一种面向流媒体的多核处理器分组调度算法,很有参考价值-Multi-core processor for streaming packet scheduling algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-11-24
    • 文件大小:576868
    • 提供者:于璐
  1. diantidiaodu

    0下载:
  2. 驱动调度+操作系统+模拟电梯调动的算法程序,使用C++编写。-Driven scheduling algorithm procedures, the+ operating system+ simulated lift mobilize written using the C++.
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:14608
    • 提供者:malong
  1. 22.01

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process schedul
  3. 所属分类:Document

    • 发布日期:2017-12-09
    • 文件大小:419243
    • 提供者:楚相水
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. paikesuanfa

    0下载:
  2. 目前流行的几种排课算法的介绍: 自动排课算法 冲突检测算法 基于优先级的排课算法 排课中的基本原则 排课的基本要求 基于时间片优先级排课算法描述-Course Scheduling Algorithm of several popular Introduction: Course Scheduling Algorithm conflict detection algorithm based on the basic principle of the priority in
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:18940
    • 提供者:Anwys
  1. jinchengdiaodu

    0下载:
  2. 最高优先级优先”调度算法的基本思想是把CPU分配给就绪队列中优先级最高的进程。静态优先级是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先级是指进程的优先级在创建进程时可以给定一个初始值,并且可以按一定原则修改优先级。例如:在进程获得一次CPU后就将其优先级减少1,或者,进程等待的时间超过某一时限时增加其优先级的值,等等。 -The basic idea of the highest priority priority scheduling algorithm is as
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:4779
    • 提供者:单永祺
  1. dsfdsgvfdsgfvsd

    0下载:
  2. 1) 采用先来先服务(FCFS)调度算法,即按作业到达的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 2) 短作业优先 (SJF) 调度算法,优先调度要求运行时间最短的作业。 3) 响应比高者优先(HRRN)调度算法,为每个作业设置一个优先权(响应比),调度之前先计算各作业的优先权,优先数高者优先调度。RP (响应比)= 作业周转时间 / 作业运行时间 每个作业由一个作业控制块JCB表示,JCB可以包含以下信息:作业名、提交(到达)时间、所需的运行时间、所需的资源、作业
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:31122
    • 提供者:张志刚
  1. chapter11

    1下载:
  2. 基于多层编码遗传算法的车间调度算法 基于多层编码遗传算法的车间调度算法-Shop scheduling algorithm based on multi-layer coding genetic algorithm-based the workshop scheduling algorithm for multi-layer coding genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:12647
    • 提供者:zhang qin wei
  1. 6

    0下载:
  2. 为了提高硬实时系统的容错能力,同时减少任务间的抢占次数,基于软件容错模型提出了抢占阈值容错调度算法(FT-FPPT). -Software-based fault-tolerant model in order to improve the fault tolerance of the hard real-time systems, while reducing the number of task preemption, preemption threshold tolerant schedu
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:1050722
    • 提供者:JIANGLILY
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. A-Genetic-Algorithm-Approach-to-the-Scheduling-fo

    0下载:
  2. A Genetic Algorithm Approach to the Scheduling for FMS
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:66260
    • 提供者:Alexandr
  1. OS

    0下载:
  2. 操作系统cpu调度算法实现-Operating system cpu scheduling algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:12170
    • 提供者:蔡浩杰
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com