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

搜索资源列表

  1. FCFSSJFHRN

    0下载:
  2. 操作系统中进程与作业调度算法:fcfs算法,sjf算法,hrn算法-Operating system process and job scheduling algorithms: fcfs algorithm, sjf algorithm, hrn algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:199727
    • 提供者:何佳鑫
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. ga_cell

    0下载:
  2. 一个用遗传算法实现作业车间调度(JSSP)的源代码-A Genetic Algorithm for Job Shop Scheduling (JSSP) source code
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-03-30
    • 文件大小:116209
    • 提供者:Robin
  1. source

    0下载:
  2. Job shop scheduling problem using genetic algorithm must use g++ complier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:438934
    • 提供者:Lawrance
  1. greedyjs

    0下载:
  2. 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:36048
    • 提供者:wangge
  1. Jobshopschedulingsimulatedannealinggeneticalgorith

    7下载:
  2. 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:17815
    • 提供者:赵欣
  1. Program

    0下载:
  2. 实验一: 输入一个高精度的正整数N,去掉其中任意S个数字后剩下的数字按原左右次序组成一个新的正整数。写算法对给定的N和S,寻找一种方案使得剩下的数字组成的新数最小。 实验二: 编程解决带限期的单机作业排序问题。-Test one: Enter a positive integer precision N, to remove any of them left after the S numbers about the number of the original order o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3639
    • 提供者:wzq
  1. zuoyediaodu

    0下载:
  2. 运用遗传算法对车间作业调度问题进行编程,并计算出最优的作业顺序。-job scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:zhaoweiling
  1. greedy

    0下载:
  2. 用VS6.0实现的作业调度贪心算法。包含完整的源码及实验结果图。-Job scheduling with VS6.0 greedy algorithm implemented. Contains the complete source code and experimental results Fig.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6356
    • 提供者:yyy
  1. flowshop

    1下载:
  2. 实现作业调度机制,用动态规划解决流水作业调度问题-Implement job scheduling mechanism, flow-shop scheduling with dynamic programming to solve the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:582
    • 提供者:赵莉
  1. JOBMAMTA

    0下载:
  2. this is program for job scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1473
    • 提供者:mamtakumari
  1. fcfs

    0下载:
  2. 作业调度算法资源分配要求: 主存分配要求:a优先分配主存的低地址区域且不准移动已在主存中的作业。 b 主存中参与多道运行的作业平分CPU时间 磁带机和打印机:采用静态分配,即在作业运行前就把所需的设备分配给它 -Resource allocation algorithm for job scheduling requirements: allocation of main memory requirements: a low priority in the allocatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:48481
    • 提供者:leo
  1. JobScheduling

    0下载:
  2. 操作系统实验报告—作业调度,各种情况均得到模拟。调试成功。运行条件visual c++ 2008。-Operating System Test Report- job scheduling, simulation of all cases are obtained. Debugging success. Operating conditions, visual c++ 2008.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:401717
    • 提供者:李准基
  1. JBC

    0下载:
  2. 这是一个关于作业调度的程序,包含了FCFS,SJF和HRN三种算法-Here is a job scheduling process, including the FCFS, SJF, and three algorithms HRN
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:131013
    • 提供者:run
  1. DispatchAlgorithm

    0下载:
  2. 作业调度的分配回收算法 含有FCFS调度算法与SJF调度算法-Job scheduling algorithm for the distribution of recovery with the SJF scheduling algorithm with FCFS scheduling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1713
    • 提供者:崔童童
  1. zydd

    0下载:
  2. 模拟作业调度算法,学习作业在操作系统中的调度过程,加深对作业管理的理解。特别是作业调度的概念、作业调度与进程调度的区别。培养学生程序设计的方法和技巧,提高学生编制清晰、合理、可读性好的系统程序的能力,加深对操作系统课程的理解,拓宽学生的知识领域,锻炼学生的实践技能。 操作系统,c-Simulation of job scheduling algorithms, learning tasks in the operating system' s scheduling process, t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1960
    • 提供者:zty
  1. hell1

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解-High-level language used to write and debug one or more job scheduling simulation program to enhance the understanding of job scheduling algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:23118
    • 提供者:张三
  1. p_c5

    0下载:
  2. 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:615
    • 提供者:荣阳春
  1. zhucunkongjianfenpeihehuishou

    0下载:
  2. 设计一个程序,可以由用户初始化空闲表和作业申请队列,程序在这个基础上模拟作业调度及内存分配,并将过程显示。 用户初始化空闲表的时候需要指定每一个空闲块的大小及起址,程序根据空闲块起址自动将其插入到空闲表中的相应位置 用户初始化申请队列时只需输入作业名及提交时间,所需时间。程序将申请队列中的作业按提交时间排序。-Design a program that can free the user initiates an application form and job queues, proc
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:891778
    • 提供者:luoliji
  1. OutputPanel

    0下载:
  2. 是用java实现的多道程序系统的作业调度模拟程序,大家踊跃下载给点意见哈-Is to achieve multi-channel program java job scheduling system simulation program, we actively download to the point ha. . . .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:13366
    • 提供者:laoqie
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com