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

搜索资源列表

  1. neicunyemianzhihuansuanfa

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calculated the average Seeking lengt
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:148.89kb
    • 提供者:张宁
  1. 进程调度模仿程序

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11.37kb
    • 提供者:朱磊
  1. libo

    0下载:
  2. 对coolstreaming系统的架构,各个模块以及调度算法的分析-Coolstreaming system architecture of the various modules and analysis of scheduling algorithms
  3. 所属分类:Project Design

    • 发布日期:2017-05-19
    • 文件大小:5.04mb
    • 提供者:汪梦云
  1. AlgorithmsforroutingandcentralizedschedulinginIEEE

    0下载:
  2. IEEE论文 Algorithms for routing and centralized scheduling in IEEE 802.16 mesh networks-IEEE paper Algorithms for routing and centralized scheduling in IEEE 802.16 mesh networks
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:151.58kb
    • 提供者:徐海荣
  1. EX

    0下载:
  2. all algorithms of scheduling
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:12.34kb
    • 提供者:maryam
  1. compiler

    0下载:
  2. 讲术了编译器后端设计过程中的指令调度算法及具体的设计方案-Speaking technique the compiler back-end design process, the instruction scheduling algorithms and specific design
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:113.78kb
    • 提供者:王正华
  1. suanffenxi

    0下载:
  2. 设有n项独立的作业{1,2,…, n},由m台相同的机器加工处理。作业i所需要的处理时间为ti。约定:任何一项作业可在任何一台机器上处理,但未完工前不准中断处理;任何作业不能拆分更小的子作业。多机调度问题要求给出一种调度方案,使所给的n个作业在尽可能短的时间内由m台机器处理完。设计算法。 -Stand-alone operation with n items (1,2, ..., n), by m units the same machine processing. Job i the pr
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:3.05kb
    • 提供者:周敏从
  1. realtime_scheduler_and_control

    0下载:
  2. 介绍实时系统的调度算法及控制实例,对实时系统学习者有很好的参考价值-Introduce real-time systems and control instances of scheduling algorithms for real-time systems have a good reference value for learners
  3. 所属分类:Document

    • 发布日期:2017-05-06
    • 文件大小:1011.78kb
    • 提供者:刘智瑞
  1. jincheng

    0下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法 基于优先数的调度算法 最短执行时间调度算法 确定这10个进程在CPU上的执行过程.要求每次进程调度时在屏幕上显示:当前执行进程 就绪队列 等待队列-Process scheduling simulation program: Suppose there are 10 process requires the CPU to perform, respectively: FIFO scheduling algori
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:579.64kb
    • 提供者:lienquan
  1. youxianjisuanfa

    0下载:
  2. 1、设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 2、建立进程就绪队列。对两种不同算法编制入队子程序。 3、编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -1, the design process control block PCB table structure (same structure with the experimental one), applicable to the number of priority
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:wang
  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
    • 文件大小:13.08mb
    • 提供者:陈媛媛
  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
    • 文件大小:1.13mb
    • 提供者:gst
  1. Performance-of-Scheduling-Algorithms-for-HSDPA.ra

    0下载:
  2. Performance of Scheduling Algorithms for HSDPA
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:255.59kb
    • 提供者:ahmed
  1. MSTARs-Extensible-Search-Engine

    0下载:
  2. 介绍了MSTAR计划的目标识别搜索机制和基于模型的SAR ATR设计-synthetic aperture radar (SAR), automatic target recognition (ATR), search algorithms, MSTAR, computation management, scheduling, optimization
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:897.27kb
    • 提供者:荣沐
  1. Optical-Burst-Switched-Networks

    0下载:
  2. 详细介绍光突发交换的的各项关键技术,包括信道调度,资源预留,汇聚算法-Detailed optical burst switching the key technologies, including the channel scheduling, resource reservation, aggregation algorithms, etc.
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:4.31mb
    • 提供者:林白
  1. ffghfh

    0下载:
  2. 作业调度算法,其中包括短作业优先算法,先来先服务算法,相应比高者优先算法-Job scheduling algorithms, including short operating priority algorithm, first-come first-serve algorithm, appropriate than the high priority algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:1.79kb
    • 提供者:杨成
  1. Implementation-of-DVFS-on-Blackfin-Processor

    0下载:
  2. Simulation of Energy Efficient Task Scheduling Algorithms and Implementation of DVFS on Blackfin Processor
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:95.49kb
    • 提供者:venu
  1. scheduling-in-single-machine

    0下载:
  2. 文分别运用分枝定界算法,启发式算法及它们的混合算法解决了单机车间的订单接收和调度问题,并进行了比较实验。-Order acceptance and scheduling in a single-machin environment: exact and heuristic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:374.75kb
    • 提供者:郑凡
  1. operator-system

    0下载:
  2. 设计一个简单的进程调度算法,模拟OS中的进程调度过程-Design a simple process scheduling algorithms, simulated the OS process scheduling process
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:190.11kb
    • 提供者:孙亭
  1. MIN-618

    0下载:
  2. SIMULATION TOOL FOR THE TEACHERS/UNDERGRAD STUDENTS WITH A VIEW TO TEACHING/LEARNING CPU SCHEDULING ALGORITHMS
  3. 所属分类:Development Research

    • 发布日期:2017-05-06
    • 文件大小:618.59kb
    • 提供者:Md. Palash Uddin
« 12 »
搜珍网 www.dssz.com