CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 作业调度算法

搜索资源列表

  1. jcmn

    0下载:
  2. 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:ll
  1. scand_pcb

    0下载:
  2. 实验要求用高级语言编写模拟进程调度程序,以便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法的具体实施办法。 个人作业仅供参考,态度决定一切!-experiment with high-level language requirements to prepare the modeling process scheduling procedures, in order to deepen understanding of the process control q
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2492
    • 提供者:靳士伟
  1. procedul--simulate

    0下载:
  2. 是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:129067
    • 提供者:赵佳
  1. processdoing

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法-Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1686
    • 提供者:xaie5d349
  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. progress

    0下载:
  2. 通过网页展示几种进程调度算法的流程1.先来先服务调度算法(FCFS):就是按照各个作业进入系统的自然次序来调度作业。这种调度算法的优点是实现简单,公平。其缺点是没有考虑到系统中各种资源的综合使用情况,往往使短作业的用户不满意,因为短作业等待处理的时间可能比实际运行时间长得多。 2.短作业优先调度算法(SPF): 就是优先调度并处理短作业,所谓短是指作业的运行时间短。而在作业未投入运行时,并不能知道它实际的运行时间的长短,因此需要用户在提交作业时同时提交作业运行时间的估计值。 3.最高响
  3. 所属分类:Network Security

    • 发布日期:2017-04-29
    • 文件大小:12753
    • 提供者:孙武军
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:xxxgx125haohuan
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:f368zhuoden7
  1. SJF_Simulation

    0下载:
  2. SJF调度算法。一个很简单的调度算法。就是最短的作业总是最先被调度执行。-SJF task scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:3713
    • 提供者:胡大同
  1. fhde

    0下载:
  2. 操作系统作业调度源码,用的是高相应比算法,不错的源码-Job scheduling operating system source code, the use is higher than the corresponding algorithm, good source
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:domain
  1. yhe

    0下载:
  2. 操作系统作业调度源码,用的是高相应比算法,不错的源码-Job scheduling operating system source code, the use is higher than the corresponding algorithm, good source
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:5820
    • 提供者:melry
  1. nxqk687

    0下载:
  2. 几种调度算法的实现,包括先来先服务调度算法,短作业有先调度算法,时间片轮转调度算法-The realization of several scheduling algorithms, including the first come, first service scheduling algorithm, a short assignment scheduling algorithm, first time slice rotation scheduling algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-15
    • 文件大小:19456
    • 提供者:fvir_3731
  1. ga

    0下载:
  2. 改进的遗传算法,主要用于求解柔性作业车间调度问题(The improved genetic algorithm is mainly used to solve the flexible job shop scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:一言万年
  1. 数据结构 程序设计 机器调度问题

    0下载:
  2. 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)
  3. 所属分类:界面编程

    • 发布日期:2017-12-18
    • 文件大小:155648
    • 提供者:程程1223
  1. 62789749

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:drigghrf
  1. lioprelztiongenerate

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

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

    2下载:
  2. 用遗传算法解决简单的JSP问题,即作业车间调度问题,并可绘制流程图。(The genetic algorithm is used to solve the simple JSP problem, that is, the job shop scheduling problem, and can draw the flow chart.)
  3. 所属分类:matlab例程

  1. fcfs

    0下载:
  2. 先来先服务算法,操作系统作业调度,先来先服务(First come first served algorithm, operation system job scheduling, first come first served.)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:26624
    • 提供者:xcy。
  1. duoji

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

    • 发布日期:2020-04-03
    • 文件大小:317440
    • 提供者:baliea
  1. 0cb728ca

    3下载:
  2. 使用NSGA2求解作业车间调度问题,可以运行,亲测有效(Using NSGA2 to solve job shop scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-25
    • 文件大小:99328
    • 提供者:yigehunzi
« 1 2 ... 12 13 14 15 16 1718 19 20 »
搜珍网 www.dssz.com