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. 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. 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. JSPGA

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

    • 发布日期:2017-11-26
    • 文件大小:1514
    • 提供者:
  1. fcfs

    0下载:
  2. 先来先服务和短作业(进程)优先调度算法的算法(先来先服务从后备队列中选择一个或多个最先进入该队列的作业)-fcfs and sj(p)f
  3. 所属分类:ELanguage

    • 发布日期:2017-11-11
    • 文件大小:1370
    • 提供者:shining
  1. test

    0下载:
  2. 线程的创建与消除,进程的创建与消除,关于进程调度算法,高响应比优先,轮转调度算法,短作业优先算法-Thread creation and elimination, the process of creation and elimination, on the process scheduling algorithm, a high response ratio priority scheduling algorithm, short operating priority algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2305098
    • 提供者:冯鹏飞
  1. 2

    0下载:
  2. 处理机调度,有先来先服务算法,短作业优先算法,高响度算法等处理机的进程调度算法-Processor scheduling, there are first-come first-serve algorithm, short operating priority algorithm, high loudness algorithm processor process scheduling algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2950
    • 提供者:
  1. SJF-FCFS

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:2019
    • 提供者:杨顺刚
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com