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

搜索资源列表

  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14835
    • 提供者:张广乐
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. FCFS_and_SJF

    0下载:
  2. 操作系统之作业/进程调度算法实现,FCFS、SJ(P)F、优先级调度、响应比高优先-Operating system of job/process scheduling algorithms, FCFS, SJ (P) F, priority scheduling, priority response than high
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1722
    • 提供者:张赛龙
  1. linux

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:321445
    • 提供者:周攀
  1. FlowShop

    0下载:
  2. 批处理作业调度 回溯法 c++语言编写的批处理作业调度问题算法-flowshop
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1469
    • 提供者:海日
  1. caozuoxitong

    0下载:
  2. 实现操作系统的作业排序,高响应度比优先调度算法-The realization of operating system scheduling, high responsivity than priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:6112
    • 提供者:李然
  1. zuoyediaodu

    0下载:
  2. 模拟操作系统的作业调度,由用户选择调度算法-Simulation of the operating system job scheduling, scheduling algorithm by the user to choose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1502
    • 提供者:zhouxin
  1. JSF

    0下载:
  2. 操作系统作业调度JSF算法模拟程序。根据短作业优先算法调度作业进入内存运行-Operating system scheduling algorithm simulation program JSF. According to the short operating priority scheduling algorithm for operation into the memory to run
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:李志龙
  1. duanzuoye2

    0下载:
  2. 这是大学操作系统进程调度实验的其中一个算法。实验中应该要注意的是关于C中指针的用法,因为指针的用法比较灵活又非常容易出错,一不小心应用不严密就会出错。如在实行按短作业优先算法调度进程的过程中,每一次输入无论是周转时间,运行时间,还是响应时间都要用指针返回arrivetime,否则就出错。还有在插入和释放结点时,用此中指针表示法会比用for循环语句简明很多。再一个就是在选择运行时间最小的进程时,察看当前就绪队列中的进程数也是很关键的,其间所得的count对于下面两步都很重要。-err
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:舒拉
  1. P

    0下载:
  2. 这是一个进程调度算法,在这里介绍的是最短作业优先级调度。-This is a process scheduling algorithm, where the introduction is the shortest Priority Scheduling homework.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:4896
    • 提供者:赖金华
  1. JinChengDiaoDu

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109438
    • 提供者:dada
  1. Multilevel_Feedback_Queue

    0下载:
  2. 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:307811
    • 提供者:chenjieping
  1. ZYDD1

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

    • 发布日期:2017-03-28
    • 文件大小:130414
    • 提供者:hghh
  1. ShortZuoYeYouXian

    0下载:
  2. 短作业优先算法,实现对进程的调度,有利于短作业的进程实行,采用C++代码实现-Short operating priority algorithm, the realization of the scheduling process and is conducive to the implementation of the short process of operating, using C++ code to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896545
    • 提供者:曾冬梅
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度实验中的短作业优先进程调度算法-Experiment operating system process scheduling priority to the process of operation of short-scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:1252
    • 提供者:
  1. work

    0下载:
  2. 作业管理中FCFS,SJF,HRN调度算法-Activity-Based Management in FCFS, SJF, HRN scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:9197
    • 提供者:zhang
  1. vc

    0下载:
  2. 进程调度算法性能测试主要性能指标为:周转时间,带权周转时间等。给出对以下算法的评价: ①先来先服务调度算法 ②短作业(进程)优先调度算法 ③抢占式的高优先权优先调度算法 ④时间片轮转调度算法 注意:测试的对象是作业(进程)个体或同一类型的作业(进程)。 如短作业(进程)优先调度算法应考虑对不同的进程的周转时间有何影响? -The progress adjust one degree calculate way performance test The m
  3. 所属分类:Communication

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

    0下载:
  2. 本文介绍了进程调度,文件管理,银行家算法,作业调度等等十个经典算法,有利于学习和理解操作系统。-This article describes the process of scheduling, document management, bankers algorithm, job scheduling algorithms and so on dozens of classic and is conducive to learning and understanding of the oper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:56892
    • 提供者:星星
  1. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:58494
    • 提供者:willism
  1. aa

    0下载:
  2. 批处理作业,采用响应比高者优先调度算法,进行调度时必须计算出系统中的所有满足必要条件作业的响应比-A batch job, those who used to respond to than high priority scheduling algorithm for scheduling the system must calculate all the necessary conditions for operation to meet the response ratio
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1283
    • 提供者:micheal
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com