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

搜索资源列表

  1. ip_vs_wrr 基于权限轮转的任务调度算法

    0下载:
  2. 基于权限轮转的任务调度算法,主要是适用于linux的操作系统,希望对大家有帮助-Based on the authority of the rotary task scheduling algorithm, mainly is suitable for the Linux operating system, and we want to help
  3. 所属分类:其他小程序

    • 发布日期:2017-03-29
    • 文件大小:2034
    • 提供者:翟海波
  1. Desktop

    0下载:
  2. 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:16015
    • 提供者:pactric
  1. gzfp

    1下载:
  2. 假设有n个任务由k个可并行工作的机器完成。完成任务i需要时间为Ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。 -Suppose there are n-task by the k-parallel machine can be completed. I need time to complete the task Ti. Try to design an algorithm to find completing these n-best task schedu
  3. 所属分类:Windows Develop

    • 发布日期:2016-12-20
    • 文件大小:995
    • 提供者:孙云
  1. RTlinux

    0下载:
  2. 基于RTlinux平台的实时多任务调度策略,运 用模块化的设计方法,编制了程序解释模块、速度过渡模块、插补和运动学算法模 块、人机接口模块和伺服驱动模块,并实现了面向用户的软PLC功能 。-RTLinux-based platform for real-time multi-task scheduling strategy, using modular design methods, the preparation of the procedures explained module, th
  3. 所属分类:Document

    • 发布日期:2017-05-17
    • 文件大小:5112363
    • 提供者:li
  1. Min_Min

    0下载:
  2. 网格环境下的Min_Min任务调度算法的研究, 利用SIMGRID模拟,在LINUX环境下运行,MIN_MIN任务调度算法的研究-Grid Task Scheduling Algorithm Min_Min of the study, the use of SIMGRID simulation run in the LINUX environment, MIN_MIN Task Scheduling Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1381090
    • 提供者:lihongfeng
  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. CoOSv1.12

    0下载:
  2. ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77846
    • 提供者:rd
  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. LBObserver

    0下载:
  2. 结构化网格中基于负载均衡的任务调度算法仿真-Structured grid task scheduling based on load balancing algorithm simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1625
    • 提供者:
  1. Toward-Adaptive-Ant-Colony-Algorithm

    0下载:
  2. On the basis of author’s former work, this paper presents an improved ant colony algorithm, namely adaptive ant colony algorithm. In the proposed algorithm, the value of evaporation rate ρ is adaptively changed and a minimum value ρmin is ass
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:280379
    • 提供者:rishi
  1. ip_vs_rr

    0下载:
  2. 基于轮转的任务调度算法,主要是适用于linux的操作系统,希望对大家有帮助-Based on the rotary task scheduling algorithm, mainly is suitable for the Linux operating system, and we want to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1320
    • 提供者:翟海波
  1. Cycle-time-slice-rotary-algorithm

    0下载:
  2. 实验任务 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。 调度算法: 时间片循环法 1、 设计进程控制块PBC表结构,适用循环时间片轮转算法。 2、 PBC结构通常包括以下信息:进程名、进程优先数、轮转时间片、进程的CPU时间,进程状态等。根据调度算法不同,PCB结构可作适当的调整。 3、 建立进程队列。对不同的算法编制不同的入链程序。 程序要求达到的运行效果:在设置好进程数量、调度算法后,系统能按设定的参数运行,并在屏幕上交替显示就绪队列和完成队列的进程名等
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:10942
    • 提供者:后双
  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. test55

    0下载:
  2. 云环境中基于改进遗传算法的任务调度算法,主要针对变异算子的改进-Cloud environment task scheduling algorithm based on improved genetic algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3143
    • 提供者:chenchao
  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. task

    0下载:
  2. 操作系统课程设计,完整的MFC 工程源码 课程设计题目:进程/作业调度 实现要求: 1. 建立作业的数据结构描述 2. 使用两种方式产生作业/进程: (a)自动产生 (b)手工输入 3. 在屏幕上显示每个作业/进程的执行情况。 4. 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可以认为过一个时间单位 (b)响应WM_TIMER (本实验采用b方法) 5. 计算并显示一批作业/进程的周转时间,平均周转时间,带权周转时间,平均带权周转时间。 6. 将一批作业
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22191104
    • 提供者:singerlio
  1. RMS

    0下载:
  2. 嵌入式系统对强大实时处理能力的需求和相对紧张的内存及内核资源的现实,对嵌入式操作系统任务调度提出了较高的要求。因此任务调度的算法的分析,实现和优化,对实现嵌入式系统的实时性有着重大的意义。从算法提出的理论基础出发,深入分析了经典的单调速率调度算法的思想,特点,具体实现并重点评价了该算法的优点和局限性。-Strong demand for real-time embedded systems processing power and memory, and the reality of a rel
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:80610
    • 提供者:李杰
  1. genetic-algorithm-

    0下载:
  2. 云计算环境下基于改进遗传算法的任务调度算法-Cloud environment task scheduling algorithm based on improved genetic algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:251545
    • 提供者:胥译涵
  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. task-scheduling

    2下载:
  2. ①设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度-Design process control block, PCB table structure and the structure are the same, respectively, applicable to the number of priority schedulin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:15344
    • 提供者:薛帅强
« 12 3 4 »
搜珍网 www.dssz.com