CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - scheduling algorithm

搜索资源列表

  1. osbymayfar

    0下载:
  2. 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21730
    • 提供者:mayfar
  1. Operate_System

    0下载:
  2. 操作系统实验:单处理器调度算法的实现和银行家算法实现。-experimental operating system : single-processor scheduling algorithm and the realization of bankers algorithm.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:41514
    • 提供者:李林华
  1. 进程调度模仿程序

    1下载:
  2. 这是基于操作系统中系统的调度程序,列举了两种算法一种是优先数算法,一种为基于时间片轮转的调度算法-This is based on the operating system scheduler, listed the two algorithms is a priority number algorithm, as a Web-based time-scheduling algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11638
    • 提供者:朱磊
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度-Write and debug a simulation of the process scheduler, the " Round-Robin" scheduling algorithm for scheduling the five process
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6050
    • 提供者:yogurt
  1. daima

    0下载:
  2. 操作系统,模拟抢占式短进程优先调度算法,先来先服务算法-Operating systems, process simulation of short-priority preemptive scheduling algorithm, first-come first-serve algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:6132
    • 提供者:jdk_1_ok
  1. qianquhoujisuanfa

    0下载:
  2. 排课算法中的前驱后继算法,欢迎大家参考研究。-Course Scheduling Algorithm precursor of subsequent algorithm, please refer to research.
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:223339
    • 提供者:yaofeng
  1. paikesuanfabijiao

    1下载:
  2. 当前几种排课算法的介绍比较,有各自描述与特点-At present several introductory Course Scheduling algorithm comparison, have their own descr iption and characteristics of
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:288525
    • 提供者:yaofeng
  1. Anovelparallelquantumgeneticalgorithmforstochasti

    0下载:
  2. A novel parallel quantum genetic algorithm for stochastic job shop scheduling
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1831268
    • 提供者:parisa
  1. 12

    0下载:
  2. 操作系统进程调度算法实验报告,是有限权算法-The operating system process scheduling algorithm test report, which is the right algorithm for finite
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:123361
    • 提供者:jian
  1. sczVSxfz

    0下载:
  2. 演示操作系统中生产者与消费者问题的解法,在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计一个模拟处理机调度算法,实现处理机调度。-Demonstration in the operating system Problem of producers and consumers, in the multi-channel programs and multi-
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:ChenZhenXing
  1. dianti

    1下载:
  2. 一个简单的电梯调度算法 自己写的 有需要的随便拿 希望对大家有所帮助-A simple elevator scheduling algorithm wrote it myself in need of randomly want to help everyone
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:20312
    • 提供者:lilanxiao
  1. asdf

    0下载:
  2. 中北大学软件工程排课算法实现课程设计详细说明书,完整格式,,附有核心代码,基于优先级的排课算法的部分排时间代码-North University Software Engineering Course Scheduling Algorithm for curriculum design, detailed instructions, complete form, with the core code, priority-based Course Scheduling Algorithm for
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2005409
    • 提供者:Chia
  1. Artificial

    0下载:
  2. Using Artificial Chromosomes in Genetic algorithm for scheduling flowshop
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:434876
    • 提供者:Duy
  1. cipandiaodu

    0下载:
  2. 磁盘调度算法...操作系统课程设计...实现一个磁盘调度算法-Disk scheduling algorithm Course Design ... ... the operating system to implement a disk scheduling algorithm ...
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:9287
    • 提供者:崔杰
  1. Round-robin-and-priority-scheduling

    1下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2017-03-25
    • 文件大小:30971
    • 提供者:188
  1. A-GENETIC-ALGORITHM-APPROACH-FOR-UTILITY-MANAGEME

    0下载:
  2. Abstract. In this paper, we present a scheduler for distributing workflows in Utility Management System (UMS). The system executes a large number of workflows, which have very high resource requirements. The workflows have different computational
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:171652
    • 提供者:nemanja
  1. Optimization-of-workflow-scheduling-in-Utility-Ma

    0下载:
  2. Grid computing could be the future computing paradigm for enterprise applications, one of its benefits being that it can be used for executing large scale applications. Utility Management Systems execute very large numbers of workflows with very
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:680248
    • 提供者:nemanja
  1. Scheduling-algorithm

    0下载:
  2. 维护计划与排程算法源代码,用于解决最短路径问题-Maintenance planning and scheduling algorithm, the source code used to solve the shortest path problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:794
    • 提供者:shanshan
  1. task-scheduling-algorithm-papers

    0下载:
  2. 高性能计算机体系结构相关。异构系统中相关的调度算法、容错调度算法文章,特别是有关调度算法对系统可用性、系统性能方面的影响。-Heterogeneous system scheduling algorithm and fault-tolerant scheduling algorithm, especially the effect of the scheduling algorithm on system performance and system availability.
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4525558
    • 提供者:sunj
  1. High-Speed-Switch-Scheduling

    0下载:
  2. PIM 交换机调度算法。最早的Maximal Size Matching 算法,语言通俗易懂,新手也可以看-PIM switch scheduling algorithm. The earliest Maximal Size Matching algorithm, easy to understand language, the novice can see
  3. 所属分类:Project Design

    • 发布日期:2017-12-11
    • 文件大小:2269159
    • 提供者:Wind
« 12 3 4 »
搜珍网 www.dssz.com