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

搜索资源列表

  1. service

    0下载:
  2. 这是一个模拟进程的先来先服务的进程调度算法-Process, the process of first come first serve scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1451
    • 提供者:王小方
  1. Adaptiveradioresourcedwirelessaccess

    0下载:
  2. 一篇很好的关于OFDMA系统无限资源调度的论文,有介绍分配的算法.-A good system of unlimited resources on the OFDMA scheduling of papers have introduced the distribution algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:185507
    • 提供者:Jeff
  1. FIFO-c

    0下载:
  2. 操作系统先来先服务调度算法模拟(C描述)-Operating a first-come first-served scheduling simulation (C descr iption)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:993
    • 提供者:olivejy
  1. schedule

    0下载:
  2. 短作业优先调度算法(C++代码)对于学习调度的人在编算法时会有帮助-Short job first scheduling algorithm (C++ code) for people to learn scheduling algorithms will be helpful in preparing
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:946
    • 提供者:olivejy
  1. Schedule

    0下载:
  2. 本程序是进程调度算法的,使用c++实现,进程调度算法演示及其性能测试系统。-This procedure is the process of scheduling algorithm, using c++ implementation, process scheduling algorithm demonstrates its performance test systems.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:16626
    • 提供者:muzi
  1. flexiblejobshop

    0下载:
  2. 并行机调度问题的基于问题分解的遗传算法程序-flexible job shop
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:92342
    • 提供者:张小三
  1. EDF_Linux26

    0下载:
  2. EDF算法在linux上的实现.本文阐述了如何将优秀的实时调度算法——最早截止期限优先动态调度算法(EDF)引入linux2.6的内核中,将其改 造成实时性能更强更适合嵌入式应用的系统.文章最后介绍了对改造后的系统所进行的检验,实验结果证明改进后的 实时性能相对原来的linux2.6版本有明显的提高.-EDF implementation on Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:266196
    • 提供者:wpc
  1. constrain

    3下载:
  2. 基于改进粒子群算法的节能调度下多目标负荷最优分配 -Particle swarm optimization based on improved energy-saving scheduling optimal allocation under the multi-objective particle swarm optimization based on improved energy-efficient multi-objective scheduling optimal allocation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-03-16
    • 文件大小:1871
    • 提供者:余开江
  1. test01

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序。在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实习模拟在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作。-Design a number of priority scheduling algorithm processor scheduling procedures. The introduction of multi-channel pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:244402
    • 提供者:岑文文
  1. Process

    0下载:
  2. 实现几种进程调度算法的简单模拟程序,包括先服务算法、短作业算法等。-Several process scheduling algorithm to achieve a simple simulation program, including the first service algorithm, a short operation algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:10511
    • 提供者:wqchris
  1. dask

    0下载:
  2. 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1474
    • 提供者:jeremy
  1. Lru

    0下载:
  2. Lru调度算法实现 在控制台上输入物理块数跟页号-Lru scheduling algorithm to enter the console with the page number of physical blocks
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1271
    • 提供者:huangzhen
  1. OFDMAfenzudiaodu

    0下载:
  2. OFDMA实时业务资源调度算法论文,北邮的比较经典的,希望有帮助-OFDMA resource scheduling algorithm real-time business papers, Beijing University of Posts and Telecommunications of the more classic
  3. 所属分类:3G develop

    • 发布日期:2017-04-17
    • 文件大小:258989
    • 提供者:刘硕
  1. caozuoxitong

    0下载:
  2. 操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:734
    • 提供者:孙艳艳
  1. jin

    0下载:
  2. 进程调度实验 * 本程序提供了以下几种进程调度方法 * 1、时间片轮询法 * 2、可强占优先法 * 3、非抢占算法 *-Process scheduling experiment * This program provides the following types of process scheduling * 1, polling time slice method * 2, can be preemptive priority method *
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2724
    • 提供者:mary
  1. pos

    0下载:
  2. MATLAB粒子群算法工具箱求解水电站优化调度问题 -Particle swarm optimization MATLAB toolbox for solving optimal operation of hydropower station
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:38207
    • 提供者:sunhua
  1. b

    0下载:
  2. 一种求解Job-Shop调度问题的 混合自适应变异粒子群算法 -Solving Job-Shop scheduling problem by hybrid particle swarm optimization with adaptive mutation
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:132946
    • 提供者:sunhua
  1. suanfadiaodu

    0下载:
  2. 实现按优先级与时间片相结合的进程调度算法 内容: 1:设计进程控制快,进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构。 2:模拟操作系统进程调度的功能,编写进程调度程序,模拟的处理机分派程序,进程等待函数和进程唤醒函数。 3:编写用户程序,创建6个用户进程。 进程调度的设计方法 1。数据结构 (1)优先级与时间片的设计 ◆进程因等待放弃CPU时,优先级置为1(高优先级) ◆进程因时间片到放弃CPU时,优先
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:999
    • 提供者:李超
  1. job-shop1

    1下载:
  2. Matlab车间动态调度PSO微粒群算法程序(优化目标为机器间隙时间)-Matlab Workshop Particle Swarm Optimization PSO dynamic scheduling procedures (optimization target machine clearance time)
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5341
    • 提供者:zmw
  1. job-shop2

    0下载:
  2. Matlab 车间动态调度 PSO微粒群算法程序(优化目标为平均流动时间)-Matlab Workshop Particle Swarm Optimization PSO dynamic scheduling program (average flow time optimization objectives)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5247
    • 提供者:zmw
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com