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

搜索资源列表

  1. FINALSJF

    0下载:
  2. Shortest Job First scheduling algorithm in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:821
    • 提供者:Easwar
  1. TaskDispatch

    0下载:
  2. 这个系统实现操作系统作业的模拟调度,在VC环境下实现,用MFC实现了界面的可视化-The system simulation to achieve the operating system job scheduling, in the VC environment to achieve, using MFC to achieve visualization of the interface
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3566442
    • 提供者:
  1. JobManage

    0下载:
  2. 本程序是实现按最高响应比对作业调度的模拟。-This program is to achieve the highest response ratio of job scheduling simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:11405
    • 提供者:lxg
  1. chexiangdiaodu

    0下载:
  2. (数据结构作业)车厢调度有需要的同学拿去-Job scheduling data structures need to train students in Naqu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:561
    • 提供者:王帅韬
  1. pola

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。实验具体包括: 1)确定作业控制块的内容和组成方式; 2)完成作业调度; 3)编写主函数。 -Write process is complete the batch job scheduling systems require the use of a short job-priority job scheduling algorithms. Experiments include: 1) to determi
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:54713
    • 提供者:agods
  1. file3

    0下载:
  2. 计算机专业大三操作系统实验报告实验三,作业调度-Junior computer science experiment on the experiment three operating systems, job scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:256637
    • 提供者:黄归
  1. Job_scheduling

    0下载:
  2. 高端的C++作业调度 作业调度,请下载后认真学习-Job scheduling Job scheduling Job scheduling
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2461
    • 提供者:王家兴
  1. Schedule

    0下载:
  2. 作业调度实验的两种方法的实现,单道和多道,并且有详细的文档说明-Two methods of job scheduling experimental realization of single-channel and multi-channel, and a detailed documentation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:120135
    • 提供者:mq
  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. priority

    0下载:
  2. 编写并调试一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于优先级的作业调度。 -Write and debug a multi-track procedures for job scheduling system simulation program. Job scheduling algorithms: Priority-based job scheduling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1807
    • 提供者:sylvia
  1. PageAndJob

    0下载:
  2. 操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8441039
    • 提供者:刘振华
  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. tryexp3

    0下载:
  2. 作业调度算法的模拟实现 作业调度主要是完成作业从后备状态到执行状态的转变,以及从执行状态到完成状态的转变。 (1)创建JCB(作业控制块):系统在作业进入后备状态时为每个作业创建一个作业控制块(JCB),从而使该作业可被调度程序感知。当该作业执行完毕进入完成状态时候,系统自动撤销其JCB并释放有关资源,进而撤销该作业。 (2)按照作业调度算法,从后备队列中挑选一作业投入运行。作业调度程序为运行作业建立相应的进程,并分配资源。 (3)主要的作业调度算法包括:先来先服务(FCFS)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:5219
    • 提供者:wg
  1. zuoyediaodu

    0下载:
  2. 大学三年级操作系统实验2作业调度,自己写的,当然也借鉴别人的-University three-year experiment 2, the operating system job scheduling, wrote it myself, of course, learn from others
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:215262
    • 提供者:张驰
  1. zuoyediaodu

    0下载:
  2. 一个作业调度系统,按照最短优先法来做的c程序,有代码和exe-A job scheduling system, in accordance with the minimum priority method to do the c procedures, code and exe
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:67241
    • 提供者:ss
  1. zuoyediaodu

    0下载:
  2. 操作系统总的作业调度,其中包括单道处理程序和多道处理程序-The overall job scheduling the operating system, including the single-channel processing and multi-channel processing
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:90688
    • 提供者:huang
  1. xueshengguanli

    0下载:
  2. 采用C++ 编写的学生管理系统程序,对学生的一般情况做个统计-Operating system, job scheduling on the single-channel operation and multi-channel operation
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:2622
    • 提供者:huang
  1. work21

    0下载:
  2. 操作系统实验单道程序系统作业调度模拟,主要有3个作业调度算法-Experimental single-channel system of procedures for the operating system job scheduling simulation, there are three main job scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1760
    • 提供者:权少
  1. work

    0下载:
  2. 作业调度,包含最短作业优先(SJF)、响应比高者优先(HRN)-Job scheduling, including the shortest job first (SJF), respond to than high preferred (HRN) ...
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1467
    • 提供者:lzh
  1. OS

    0下载:
  2. 大学操作系统实验设计,包括进程调度,作业调度,存储管理,文件系统的代码。-University of operating system, experimental design, including process scheduling, job scheduling, storage management, file system code.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:161298
    • 提供者:温少
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com