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

搜索资源列表

  1. os5

    0下载:
  2. 进程调度算法的实现,实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 -Implementation of process scheduling algorithm, first come, first service FCFS, short homework SJF priority and time slice rotation scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:3820997
    • 提供者:ltc
  1. process-manage

    0下载:
  2. C语言作业,三类进程管理方法, 按优先数调度算法实现处理器调度, 可变分区管理方式下采用首次适应算法分配内存, 用位示图管理磁盘存储空间-C language operations, three types of process management methods, according to the number of priority scheduling algorithm processor scheduling, using the first-fit algorithm to all
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:102003
    • 提供者:sunxun
  1. RoundRobin

    0下载:
  2. java 实现 操作系统中得进程调度 短作业优先和时间片-java achieve operating system process scheduling too short job priority and time slice
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:sangxiangning
  1. pv

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用①先进先出;②优先数;③最短作业优先调度算法的进程调度。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所做工作进行测试。-Write a program to complete the process scheduling of single processor system, require the use of first in first out (2) priority
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1938
    • 提供者:杜英
  1. Ch8_GA_JSP

    0下载:
  2. 用MATLAB软件实现遗传算法解决作业车间调度问题-Genetic algorithms using MATLAB software to solve the job shop scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7043
    • 提供者:高雅
  1. system

    0下载:
  2. 用java编写的进程调度算法,算法包含四种调度:先到先服务,短作业优先,时间片轮转,优先级优先-the suanfa is made by java.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:1982
    • 提供者:周东晖
  1. aberrance

    0下载:
  2. 遗传算法解决作业车间调度问题,这一M文件为遗传算子的变异操作-Genetic algorithms to solve the job shop scheduling problem, the M-file for the genetic mutation operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:526
    • 提供者:zxy
  1. across

    0下载:
  2. 遗传算法解决作业车间调度问题,这一M文件为遗传算子的交叉操作-Genetic algorithms to solve the job shop scheduling problem, the M-file for the genetic operators crossover operation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:881
    • 提供者:zxy
  1. cal

    0下载:
  2. 遗传算法解决作业车间调度问题,,这一M文件计算目标函数值。-Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function....
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:654
    • 提供者:zxy
  1. caltime

    0下载:
  2. 遗传算法解决作业车间调度问题,,这一M文件计算工序的加工顺序与加工时间-Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1025
    • 提供者:zxy
  1. JSP

    0下载:
  2. 运用遗传算法解决作业车间调度问题,此M文件为调度问题的主程序代码。-The use of genetic algorithms to solve the job shop scheduling problem, this M-file for the main program code scheduling problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:zxy
  1. FCFS-and-SJF

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:吕梦楠
  1. cpu

    0下载:
  2. 操作系统中的调度算法的实现,可计算出等待时间和运行时间,包括短作业优先(非抢占),轮训,和先来先服务-RR FCFS SJF
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:弓小黄
  1. FlowOperation.cpp

    0下载:
  2. 给定n个作业,每个作业有两道工序,分别在两台机器上处理。一台机器一次只能处理一道工序,并且一道工序一旦开始就必须进行下去直到完成。一个作业只有在机器1上的处理完成以后才能由机器2处理。假设已知作业i在机器j上需要的处理时间为t[i,j]。流水作业调度问题就是要求确定一个作业的处理顺序使得尽快完成这n个作业。-Given n jobs, each job prescribe procedures were handled on both machines. A machine can only h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2616
    • 提供者:
  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. Dynamic-multi-objective

    1下载:
  2. 柔性作业车间多目标动态调度
  3. 所属分类:Development Research

    • 发布日期:2017-05-03
    • 文件大小:966317
    • 提供者:李军
  1. ACA

    0下载:
  2. 高级体系结构作业,指令的动态调度,流水级并行-Dynamic instruction scheduling
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1847981
    • 提供者:刘晓辉
  1. progress

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

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

    0下载:
  2. 该算法是将sigmoid函数的变形函数应用到自适应遗传算法中,并将作业车间调度问题中的完工时间大小作为算法的评价指标,实现了交叉率和变异率随着完工时间的非线性自适应调整,较好地克服了标准遗传算法在解决作业车间调度问题时的“早熟”和稳定性差的缺点,以及传统的线性自适应遗传算法收敛速度慢的缺点。-The algorithm is the deformation function sigmoid function is applied to the adaptive genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:裴剑辉
« 1 2 ... 27 28 29 30 31 3233 34 »
搜珍网 www.dssz.com