CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - task scheduling algorithm

搜索资源列表

  1. lqx10002

    2下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I need to complete the task for t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1342
    • 提供者:卢起雪
  1. os4

    0下载:
  2. 设有两个周期性的实时任务A和B,任务A要求每20ms执行一次,执行时间为10ms 任务B要求每50ms执行一次,执行时间为25ms 试编一调度程序按最小松弛度优先算法对这两个任务进行调度并输出每次调度时被调入运行任务的状态: (任务名,所处周期数,调度时刻,运行持续时间)。-There are two real-time periodic tasks A and B, task A once every 20ms, execution time of 10ms mission B once e
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4391
    • 提供者:yilijuan
  1. schedulingproblem

    0下载:
  2. 自己编写的任务机调度问题的近似算法(包括了穷举+近似的算法),请指正-The task of preparing their own local approximation algorithm for scheduling problem (including the exhaustive+ similar to the algorithm), please correct me
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1652
    • 提供者:binbin
  1. GS

    0下载:
  2. 实现网格中含有依赖任务调度的GS算法,其中根据任务在各个机器上的执行时间和任务之间的依赖关系来计算出任务的调度顺序-The realization of the grid containing the GS-dependent task scheduling algorithm, in which the task in accordance with the implementation of the various machines on time and task-dependent re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:4204
    • 提供者:吴明
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:322464
    • 提供者:zhou
  1. zhinengdianwang

    1下载:
  2. 基于 MAS 建立的分布并行计算环境,其任务调度问题具有新的特点 对于基于MAS 的配电快速仿真与模拟系统,以配电 网三相状态估计为例,建立了新的调度问题模型,提出了基于FCM 的启发式任务调度优化方法 该方法利用模糊C 均值聚类分析 算法对独立任务进行聚类分析,避免了在超大解空间中用基于搜索的方法去寻求最优解的做法 该方法具有线性时间复杂度,而 且通过大量算例表明它总是能够在合理的时间内获得次优解或最优解,使masDSE 的性能有明显改善-In the distributed pa
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:274275
    • 提供者:macrotone
  1. GA

    0下载:
  2. 基于改进的遗传算法的任务分配与调度,期刊论文-Improved genetic algorithm-based task allocation and scheduling, journal articles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:81656
    • 提供者:梁金
  1. neh.cpp

    1下载:
  2. An example of heurestic NEH algorithm implemented for task scheduling in C-An example of heurestic NEH algorithm implemented for task scheduling in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:796
    • 提供者:milithrar
  1. c

    0下载:
  2. 1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to achieve its main task is to s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1347
    • 提供者:fire
  1. pso

    0下载:
  2. 引入了动态联盟思想,构造了无线传感器网络任务分配的动态联盟模型及其相应的求解算法,并引入多Agent思想,提出了一种带多Agent的无线传感器网络自适应任务调度策略-Union, the introduction of dynamic thinking, a dynamic alliance of wireless sensor network task allocation model and its corresponding solution algorithm, and the intr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:9549
    • 提供者:伍洁
  1. PAPER5

    0下载:
  2. 基于细粒度任务分配的空时自适应并行处理算法研究.pdf-Research on the Parallel Processing Algorithm of STAP Based on Fine-grained Task Scheduling
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:251660
    • 提供者:xiaowang
  1. Task-scheduling

    0下载:
  2. 任务调度算法。依据严蔚敏C数据结构编写,可作为数据结构实验的源代码。使用C++编写。包括一个头文件一个cpp文件。用于模拟CPU事件任务到达的处理流程。-Task scheduling algorithm. Based YanWeiMin C data structures to prepare, can be used as the experimental data structure of the source code. Use C++ writing. Including a head
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:18360
    • 提供者:VongRuohang
  1. process

    0下载:
  2. 里面有两个算法,一个是操作系统的任务调度算法,还有一个是冒泡排序算法-There are two algorithms, one is the operating system, task scheduling algorithm is another bubble sort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:yy
  1. code

    0下载:
  2. 最佳调度问题的回溯算法 设有n个任务由k个可并行工作的机器来完成,完成任务i需要时间为 。试设计一个算法找出完成这n个任务的最佳调度,使完成全部任务的时间最早。(要求给出调度方案)(Backtracking algorithm for optimal scheduling problem There are n tasks to be done by K machines that can work in parallel, and the task I needs time to comp
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:188416
    • 提供者:绫壹
  1. DPSO

    1下载:
  2. 粒子群算法,以云环境下的任务调度算法为例,在cloudsim仿真平台进行,java(pso algorithm ,Task Scheduling Algorithm Based on PSO Under Cloud Environment Algorithm design.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:9216
    • 提供者:xiong1
  1. task-offloading-edge-computing-master

    6下载:
  2. 边缘计算任务卸载与资源调度的算法,是论文的源代码,具有价值(Edge computing task unloading and resource scheduling algorithm, is the source code of the paper, has value)
  3. 所属分类:matlab例程

搜珍网 www.dssz.com