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

搜索资源列表

  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. Optical-Burst-Switched-Networks

    0下载:
  2. 详细介绍光突发交换的的各项关键技术,包括信道调度,资源预留,汇聚算法-Detailed optical burst switching the key technologies, including the channel scheduling, resource reservation, aggregation algorithms, etc.
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:4517620
    • 提供者:林白
  1. critical-section

    0下载:
  2. 临界区介绍以及多线程、多进程临界区调度原则、代码示例-The critical section describes scheduling principles, code samples, and multi-threaded, multi-process critical section
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:9625
    • 提供者:chaoli
  1. chuliji

    0下载:
  2. 多道系统中,当就绪进程数大于处理机数时,须按照某种策略决定哪些进程优先占用处理机。本实验模拟实现处理机调度,以加深了解处理机调度的工作。-Multi-channel system, when the process in place when the number is greater than the number of processors, shall be in accordance with a strategy to determine which process priority
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:79872
    • 提供者:蒋宇
  1. MCU_OS

    0下载:
  2. 任务调度移植方法--包含MSP430,C51-The task scheduling transplant method
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:351667
    • 提供者:杨梁成
  1. CPP

    0下载:
  2. 主要是用于电子计算机的磁盘调度实验,可以运用该源代码-Can use the source code for a computer disk scheduling experiment
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:6426
    • 提供者:george feng
  1. jinchengdiaodu

    0下载:
  2. 最高优先级优先”调度算法的基本思想是把CPU分配给就绪队列中优先级最高的进程。静态优先级是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先级是指进程的优先级在创建进程时可以给定一个初始值,并且可以按一定原则修改优先级。例如:在进程获得一次CPU后就将其优先级减少1,或者,进程等待的时间超过某一时限时增加其优先级的值,等等。 -The basic idea of the highest priority priority scheduling algorithm is as
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:4779
    • 提供者:单永祺
  1. dsfdsgvfdsgfvsd

    0下载:
  2. 1) 采用先来先服务(FCFS)调度算法,即按作业到达的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 2) 短作业优先 (SJF) 调度算法,优先调度要求运行时间最短的作业。 3) 响应比高者优先(HRRN)调度算法,为每个作业设置一个优先权(响应比),调度之前先计算各作业的优先权,优先数高者优先调度。RP (响应比)= 作业周转时间 / 作业运行时间 每个作业由一个作业控制块JCB表示,JCB可以包含以下信息:作业名、提交(到达)时间、所需的运行时间、所需的资源、作业
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:31122
    • 提供者:张志刚
  1. Matlab-BP

    0下载:
  2. :根据公交站点客流集散量,选用合适的BP神经网络构建公交车辆调度形式的神经网络预报 模型.运用BP神经网络Matlab工具箱设计的基本方法与过程,将BP网络模型引入公交车辆的调 度方案研究,计算结果表明,BP模型应用于公交车辆调度形式预测中具有较高的预测精度和良好 的泛化能力-according to the bus station passenger flow distribution quantity, choose suitable BP neural network cons
  3. 所属分类:Software Testing

    • 发布日期:2017-11-10
    • 文件大小:140695
    • 提供者:段建丽
  1. EDF-Linux

    0下载:
  2. 介绍基于EDF算法的嵌入式Linux实时调度策略-Introducing Embedded Linux real-time scheduling strategy based on the EDF algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:809129
    • 提供者:cxb
  1. JS-RTOS0.1

    0下载:
  2. 能够在51单片机上运行起来的微型实时操作系统,绝对原创,同时支持优先级调度和时间片轮转调度,8个优先级,同优先级最多3个任务代码 编译不足3K-Can a real-time operating system, running in the 51 SCM absolutely original, and support priority scheduling and time slice rotation scheduling, priority 8 priority, with a max
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:75091
    • 提供者:huangjunsheng
  1. chapter11

    1下载:
  2. 基于多层编码遗传算法的车间调度算法 基于多层编码遗传算法的车间调度算法-Shop scheduling algorithm based on multi-layer coding genetic algorithm-based the workshop scheduling algorithm for multi-layer coding genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:12647
    • 提供者:zhang qin wei
  1. 6

    0下载:
  2. 为了提高硬实时系统的容错能力,同时减少任务间的抢占次数,基于软件容错模型提出了抢占阈值容错调度算法(FT-FPPT). -Software-based fault-tolerant model in order to improve the fault tolerance of the hard real-time systems, while reducing the number of task preemption, preemption threshold tolerant schedu
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:1050722
    • 提供者:JIANGLILY
  1. 01527446

    1下载:
  2. 关于资源受限项目调度的遗传算法文章,使用NSGA2算法。-The article about the resource-constrained project scheduling genetic algorithm, using NSGA2 algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:250880
    • 提供者:崔洋洋
  1. 06256616[1]

    1下载:
  2. 使用NSGA2的多目标多模式资源受限项目调度问题的研究-NSGA2 multi-objective multi-mode resource-constrained project scheduling problem
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:763563
    • 提供者:崔洋洋
  1. job

    0下载:
  2. 使用粒子群算法解决车间作业调度问题的文章,有关于PSO的介绍。-Particle swarm algorithm to solve the Job Shop Scheduling Problem articles, introduction about PSO.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:211589
    • 提供者:崔洋洋
  1. jobshop

    0下载:
  2. 使用遗传算法和粒子群算法共同解决混合车间作业调度问题的文章-The use of genetic algorithm and particle swarm algorithm to solve the articles of the Hybrid Job Shop Scheduling Problem
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:458889
    • 提供者:崔洋洋
  1. DONGTAI

    0下载:
  2. 动态规划在水库优化调度的应用,动 态规划在水库优化调度的应用-Dynamic programming in the reservoir optimal scheduling applications, dynamic programming in the reservoir optimal scheduling applications, dynamic programming in the reservoir optimal scheduling applications
  3. 所属分类:Development Research

    • 发布日期:2017-11-25
    • 文件大小:1758
    • 提供者:wu
  1. ffghfh

    0下载:
  2. 作业调度算法,其中包括短作业优先算法,先来先服务算法,相应比高者优先算法-Job scheduling algorithms, including short operating priority algorithm, first-come first-serve algorithm, appropriate than the high priority algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:1835
    • 提供者:杨成
  1. Fusion-Method

    0下载:
  2. 提出一种采用波束调度策略的MIMO 与智能天线融合设计方案,用以解决MIMO 传输中空域相关性问题。融合 方案在天线结构上以智能天线单元组建MIMO 阵列,智能天线单元之间协同工作。分析了采用波束调度时的MIMO 矩阵构成及 其合并接收方式,给出一种波束间空域相关性的计算方法。仿真结果表明,在小角度扩展条件下,同指向的波束相关性与全向 阵元相关性相似,而波束调度策略具有良好的去相关性,能有效提高MIMO 信道容量。-A MIMO smart antenna Fusion Method
  3. 所属分类:Communication

    • 发布日期:2017-12-04
    • 文件大小:925568
    • 提供者:王虹
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com