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

搜索资源列表

  1. jcdd_02

    0下载:
  2. 简单模拟操作系统的进程调度算法实现。包括先来先服务,时间片论转,高响应比,短作业优先等。-Simple simulation of the operating system process scheduling algorithm. Including a first-come first-served, on the transfer of the time slice, high-response, short job priority.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:317699
    • 提供者:chenkelin
  1. FZYDD11i

    0下载:
  2. 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。 -Algorithm (FCFS) first-come, first-served the short operating algorithm (SJF), high response first algorithm than the algorithm (HRN) and high-priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:130412
    • 提供者:shanchun
  1. Tcaozuoxitongh

    0下载:
  2. 实现操作系统的作业排序,高响响应度比优先调度算法可直接使用。 -Operating system' s job sort of high-impact response than priority scheduling algorithm can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:5913
    • 提供者:sc
  1. algorithm

    0下载:
  2. 轮转调度算法和优先调度算法,这里我实验课上的作业,现在贡献出来,大家一起学习-Round-robin scheduling algorithm and priority scheduling algorithm, my experimental class job here, contributed, we will study together
  3. 所属分类:IME Develop

    • 发布日期:2017-11-13
    • 文件大小:2080
    • 提供者:hahah
  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-10
    • 文件大小:1000
    • 提供者:影子
  1. jsgas

    0下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法,各工件各工序的结束时刻,可根据它绘出甘特图,各代群体平均适应值的记录.-The genetic algorithm shop scheduling, job shop scheduling problems with genetic algorithms, each moment of the end of the process of the workpiece, it plotted the Gantt chart, the average fit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:51385
    • 提供者:陈湖
  1. FCFS

    0下载:
  2. 作业调度 采用先来服务调度算法 进程调度采用时间片轮换-First to serve job scheduling scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-23
    • 文件大小:2192
    • 提供者:莫康
  1. job-scheduling

    0下载:
  2. 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job first scheduling algorithm, sing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:432772
    • 提供者:潘宝
  1. shiyan

    0下载:
  2. OS实验,包含进程调度,作业调度,和内存存储分配。有各个算法的代码和可执行文件。-OS experiments, including process scheduling, job scheduling, allocation and memory storage. There are various algorithms code and executable files.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:2711248
    • 提供者:郝军
  1. diaodu

    0下载:
  2. 操作系统的进程调度算法,有先来先服务算法,短作业优先算法,高响应比优先算法。-Operating system process scheduling algorithms, first-come first-serve algorithm, short job first algorithm, high response than the first algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:12059
    • 提供者:何秀丽
  1. gagagagaaaaaaaaa

    0下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦-the matlab implementation of job-shop scheduling problem solution based on the GA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:50700
    • 提供者:林上智
  1. dsfdsgvfdsgfvsd

    0下载:
  2. 1) 采用先来先服务(FCFS)调度算法,即按作业到达的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 2) 短作业优先 (SJF) 调度算法,优先调度要求运行时间最短的作业。 3) 响应比高者优先(HRRN)调度算法,为每个作业设置一个优先权(响应比),调度之前先计算各作业的优先权,优先数高者优先调度。RP (响应比)= 作业周转时间 / 作业运行时间 每个作业由一个作业控制块JCB表示,JCB可以包含以下信息:作业名、提交(到达)时间、所需的运行时间、所需的资源、作业
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:31122
    • 提供者:张志刚
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. job

    0下载:
  2. 使用粒子群算法解决车间作业调度问题的文章,有关于PSO的介绍。-Particle swarm algorithm to solve the Job Shop Scheduling Problem articles, introduction about PSO.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:211589
    • 提供者:崔洋洋
  1. jobshop

    0下载:
  2. 使用遗传算法和粒子群算法共同解决混合车间作业调度问题的文章-The use of genetic algorithm and particle swarm algorithm to solve the articles of the Hybrid Job Shop Scheduling Problem
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:458889
    • 提供者:崔洋洋
  1. BankerAlgorithm

    0下载:
  2. 实现《操作系统》课程里的银行家算法,模拟cpu的作业调度。-Operating system courses bankers algorithm, simulated cpu job scheduling.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:15309
    • 提供者:闫宝彬
  1. FCFSsuanfa

    0下载:
  2. 在VC开发环境下利用所提供的clock()函数,实现先来先服务算法的模拟;可以用一个空循环或其他操作来模拟一个作业量,建议输入的作业量都在100-1000为宜。通过程序运行结果所显示的“作业号、作业量、提交时间、开始运行时间、执行时间、等待时间”的值来体现先来先服务原则。帮助学生加深了解作业调度的工作。-VC development environment using the supplied clock () function to achieve a first-come first-ser
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:183208
    • 提供者:mrliu
  1. 33333

    0下载:
  2. 操作系统实验 第三次 作业调度的三个算法全部包含在内。很重要。-it s importent
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:2129
    • 提供者:haha
  1. operation-system-lecture-design

    0下载:
  2. 运用个java语言 实现操作系统课程设计 作业调度模拟包含短作业优先,先入先出算法,优先权调度算法等-Use java language courses on operating system design job scheduling simulation contains short operating priority, first-in, first-out algorithm, priority scheduling algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-11-22
    • 文件大小:33866
    • 提供者:melody
  1. JSPGA

    0下载:
  2. 车间作业调度问题遗传算法 用MATLAB来实现-Job Shop Scheduling Problem genetic algorithm using MATLAB
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-26
    • 文件大小:1514
    • 提供者:
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 22 »
搜珍网 www.dssz.com