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

搜索资源列表

  1. FCFS-SJF-HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2127
    • 提供者:小猎人
  1. Job

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1947702
    • 提供者:段崖崖
  1. zuoyesheji

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:331648
    • 提供者:段崖崖
  1. caozuoxitong

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:120595
    • 提供者:段崖崖
  1. zuoyediaodu

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4173
    • 提供者:段崖崖
  1. job

    0下载:
  2. 作业调度,实现作业的调度,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解。-Job scheduling to achieve job scheduling, job scheduling to understand the role of the operating system in order to deepen the understanding of job scheduling algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:818
    • 提供者:jason lee
  1. duodao

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。 -Road to prepare and dispatch a multi-program system for job scheduling simulation program. Job scheduling algorithms: a first-come, first-served based on the scheduling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1454
    • 提供者:sylvia
  1. os

    0下载:
  2. memory scheduling algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5546
    • 提供者:ayas
  1. First-come-first-service

    0下载:
  2.  先来先服务,抢占式进程。 模拟进程调度,能够处理以下的情形:    ⑴ 能够选择不同的调度算法(要求中给出的调度算法);    ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等;    ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。-First-come, first-served preemptive process. Analog process scheduling, able to handle the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2155
    • 提供者:Shaojie Kang
  1. jinchengguanli

    0下载:
  2. 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1000
    • 提供者:影子
  1. ci-pan-diao-du-suan-fa

    0下载:
  2. 用c语言模拟了操作系统中磁盘调度算法,包含了详细代码。-C language analog disk scheduling algorithms operating system.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:253777
    • 提供者:liuyangbiao
  1. RandomQuicksort

    0下载:
  2. 输入整数序列,输出排序结果,通过随机化过程和快排算法,十分高效-Enter the sequence of integers, sort the results output by the randomization process and fast scheduling algorithms, very efficient
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:578
    • 提供者:陈灵刚
  1. job-scheduling

    0下载:
  2. 用VC6.0写的简单作业调度,里面包括先到先服务,短作业优先,最高响应比算法。-With VC6.0 to write a simple job scheduling, which includes first come first serve, short operating priority, the highest response ratio algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1507
    • 提供者:lzp
  1. torsche-0_4_0

    1下载:
  2. torsche是matlab下的一个工具箱,可以用来仿真实时调度算法,如EDF RM等,结合Matlab和Visual studio混编后可以使用,其自带的一些工具包里也有很多应用用例可以用来参考-torsche under a toolbox matlab , simulation can be used for real-time scheduling algorithms, such as EDF RM , etc. , combined with Matlab and Visual st
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4939776
    • 提供者:王冰
  1. lab4

    0下载:
  2.  理解进程调度的过程。  掌握各种进程调度算法的实现方法  通过实验比较各种进程调度算法的优劣。 - understanding of process scheduling process.   master the implementation of various process scheduling algorithm scheduling algorithms through ex
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9740
    • 提供者:qwqwqx
  1. scheduling-resource-constraint

    0下载:
  2. This GAMS code is developed for multi mode resource constraint project in segmented activities. this code returns the exact solution for the problem which is NP-Hard and should be solved by another algorithms such as meta heuristics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:payam
  1. HOMEWORK

    0下载:
  2. 模拟操作系统调度算法-imitate os scheduling algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1772
    • 提供者:wihoi
  1. czxtjcdd

    0下载:
  2. 操作系统进程的调度算法,RR,SJF等,利用C语言实现的,代码在VS下运行没有问题-Scheduling algorithms operating system process, RR, SJF etc, use C language code in the VS running without problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6300
    • 提供者:
  1. taskScheduling

    0下载:
  2. 模拟常用的操作系统进程调度算法,包括先来先服务,短作业优先,高响应比优先- Analog commonly used operating system process scheduling algorithms, including a first-come first-serve, short operating priority, high priority response ratio
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:207163
    • 提供者:余丽辉
  1. 1下行链路分组调度比较分析

    0下载:
  2. 对于研究资源调度算法的经典算法的仿真及性能分析的文档(For the study of resource scheduling algorithms for classical algorithms for simulation and performance analysis of documents)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3812352
    • 提供者:陌夵
« 12 »
搜珍网 www.dssz.com