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

搜索资源列表

  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
    • 文件大小:58494
    • 提供者:willism
  1. matlab_tabu_job_scheduling

    0下载:
  2. 求解单机成组作业,基于TOC理论,多目标优化-To solve job scheduling on single machine
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:95221
    • 提供者:zll5816@126.com
  1. 67506226CSharppaike

    0下载:
  2. 排课管理系统设计说明书1、 文档说明 本文档描述系统《排课管理软件》的概要设计 2、 系统开发目的: 针对北大青鸟授权培训中心内部排课的管理与教员课程的安排 -Course Scheduling Management System Manual 1, documented in this document describes the system, " Course Scheduling Management Software," a summary of th
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:985151
    • 提供者:jiangwei
  1. schd

    0下载:
  2. Scheduling algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3302
    • 提供者:Darshan
  1. EX3_CPU_SCHEDULING_ALGORITHM

    0下载:
  2. A simple program for implementing the CPU Scheduling in Linux/UNIX Environment
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:9646
    • 提供者:Prabha
  1. cpuscheduling

    0下载:
  2. FCFS scheduling 作业调度 作业调度程序 单道批处理 CPU Scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:47539
    • 提供者:fzkj
  1. CPUSCheduling

    0下载:
  2. CPU Scheduling in Java with assigned prioities and arrival time
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:63992
    • 提供者:ArulMalar
  1. EDF

    0下载:
  2. EDF scheduling and RMS scheduling
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-23
    • 文件大小:256363
    • 提供者:vanitha
  1. Linux

    0下载:
  2. Linux paper for scheduling
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:182605
    • 提供者:vanitha
  1. JSP

    0下载:
  2. 利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1988
    • 提供者:Tiny
  1. gridsim

    0下载:
  2. 主要介绍了如何用gridsim工具进行网格资源调度的模拟-Focuses on how to use tools gridsim Simulation of Grid Resource Scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5041
    • 提供者:peng lijuan
  1. SCFDMA

    0下载:
  2. SC-FDMA Introduction and Background Implementation in 3GPP LTE Peak Power Characteristics of SC-FDMA Signals Uplink Resource Scheduling in SC-FDMA Systems Summary and Conclusions
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:713857
    • 提供者:Araz
  1. gridftp-code_v1.0

    0下载:
  2. NS2 ready to be implemented code for scheduling
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:10988
    • 提供者:sarvesh
  1. DiskSims-1.0-Beta

    0下载:
  2. dIsk scheduling algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1473829
    • 提供者:vamsi
  1. OS

    0下载:
  2. 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7345493
    • 提供者:穆旭
  1. os

    0下载:
  2. 操作系统实验的题目 cpu的进程调度的模拟-Experimental process of the operating system cpu scheduling simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:5585
    • 提供者:袁俊
  1. jinchengdiaodu

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

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. bottleneckidetification

    0下载:
  2. c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7789
    • 提供者:bharath
  1. CPU_schedule_simulation

    0下载:
  2. CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:92713
    • 提供者:msh2003
  1. AFairSchedulingForWirelessMeshNetworks

    0下载:
  2. A Fair Scheduling for Wireless Mesh Networks.pdf
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:311365
    • 提供者:arash
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com