CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 作业调度算法

搜索资源列表

  1. jyddsf

    0下载:
  2. 比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:bodihotboy
  1. zuoye

    0下载:
  2. 用高级语言编写和调试一个多道作业调度程序,以加深对进程的概念及作业调度算法的理解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2458
    • 提供者:hesile
  1. FlowShop

    0下载:
  2. java实现批处理作业调度算法 开发环境为Eclipse
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2166
    • 提供者:李国
  1. tanxinfa

    0下载:
  2. 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constra
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:范铮
  1. cn700_vc3586458

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-This is while finishing the operating system lesson, the practice done is designed, the purpose to test again, analyse , design. That was adopted is to use responding it than the homework dispatcher s al
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2630
    • 提供者:于阳
  1. main

    0下载:
  2. 用最小推排序算法实现作业的优先级调度问题-Minimum push sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1209
    • 提供者:Leehowe
  1. schedule

    0下载:
  2. 短作业优先调度算法(C++代码)对于学习调度的人在编算法时会有帮助-Short job first scheduling algorithm (C++ code) for people to learn scheduling algorithms will be helpful in preparing
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:946
    • 提供者:olivejy
  1. greedy

    0下载:
  2. 用VS6.0实现的作业调度贪心算法。包含完整的源码及实验结果图。-Job scheduling with VS6.0 greedy algorithm implemented. Contains the complete source code and experimental results Fig.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6356
    • 提供者:yyy
  1. hell1

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解-High-level language used to write and debug one or more job scheduling simulation program to enhance the understanding of job scheduling algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:23118
    • 提供者:张三
  1. p_c5

    0下载:
  2. 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:615
    • 提供者:荣阳春
  1. tanxinzuoyediaodu

    0下载:
  2. C实现的一贪心算法的作业调度的算法,有完整的实验报告和运行说明-C implementation of a greedy algorithm for job scheduling algorithm, a complete test report and operating instructions
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:20058
    • 提供者:张三
  1. procSchedule_exp

    0下载:
  2. 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the average turnaround time and av
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:67385
    • 提供者:myname
  1. TaskSchedule

    0下载:
  2. 工厂调度仿真程序,北京大学数据结构与算法实习第一次作业代码-Task Schedule
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:202371
    • 提供者:Robin
  1. JOB

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。   对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求。 -Prepare and dispatch a multi-channel program scheduling system simulation program. Job scheduling algorithms: a first-come
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:290308
    • 提供者:悠悠
  1. 3

    0下载:
  2. 编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short jobs first algorithm (3) prior
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:瓜哥
  1. Job-manage

    0下载:
  2. 使用C语言模拟的,单道处理机的作业调度算法,使用的是最大响应比优先的算法。-Simulated using the C language, single-channel processor job scheduling algorithm, using the maximum response than the priority of the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2531
    • 提供者:
  1. pichuli5.3

    0下载:
  2. 分支限界法解决批处理作业调度问题 算法分析与设计-Branch and bound method to solve the problem of batch job scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:629108
    • 提供者:薛佩佩
  1. FCFS-SJF-algorithm

    0下载:
  2. 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2762
    • 提供者:xingzhi
  1. lioprelztiongenerate

    0下载:
  2. 车间作业调度问题用遗传算法解决的通用Matlab程序()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:ourctkr
  1. duoji

    1下载:
  2. 完成n个工作在m台机器上的贪心算法分配 每个作业只能选择一台设备加工,加工时间为t.每台机器一次只能加工一个作业,使等待时间最短。(Implementation of greedy algorithm allocation for n jobs on m machines)
  3. 所属分类:数据结构

    • 发布日期:2020-04-03
    • 文件大小:317440
    • 提供者:baliea
« 12 »
搜珍网 www.dssz.com