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

搜索资源列表

  1. 作业调度源程序

    0下载:
  2. 操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6.68kb
    • 提供者:lyb
  1. LLFScheduling

    0下载:
  2. 最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4.68kb
    • 提供者:薛松
  1. CplusplusDiskScheduling

    0下载:
  2. 模拟电梯调度算法,对磁盘进行移臂操作,观察调度程序的动态运行过程。-Elevator scheduling algorithm simulation of the disk arm to move the operation to observe the dynamic scheduler is running.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:27.67kb
    • 提供者:薛松
  1. duojiduiliefankuidiaodu

    0下载:
  2. 多级队列反馈调度的算法实现。C语言的!操作系统课程。-Multi-level feedback queue scheduling algorithm. C Language! Operating System Course.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2.14kb
    • 提供者:刘正朝
  1. the_design_and_analysis_of_algorithm

    0下载:
  2. 算法设计与分析全部作业及实验资料. 第1章 最大覆盖问题 第2章 排列的字典序问题 第3章 depot仓库布局问题 第4章 priest繁忙的牧师 第5章 egypt埃及分数问题 第6章 squard方格移动问题 第7章 work工作安排问题 课堂算法 连续背包问题 课堂算法 作业调度问题 实验1 字典序问题 实验2 高精度乘法 实验3 0/1背包问题(DP) -Algorithm design and analysis of
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1.3mb
    • 提供者:zgx
  1. CFS_Analysis

    0下载:
  2. Linux kernel完全公平调度算法CFS分析-Linux kernel completely fair scheduling algorithm of CFS
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:168.19kb
    • 提供者:jjc
  1. hzj

    0下载:
  2. 多级反馈调度算法,队列内部是FCFS,队列之间是优先调度。-The multi-level feedback scheduling algorithm, queue internal FCFS, queue priority scheduling.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:418.93kb
    • 提供者:hzj
  1. algorithmofbanker

    0下载:
  2. 模拟实现操作系统中进程调度避免死锁的银行家算法-Analog implementation of the operating system process scheduling avoid deadlock bankers algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:1.97kb
    • 提供者:迎风
  1. Backtracking-optimal-scheduling

    0下载:
  2. 本代码为算法导论中最佳调度问题的回溯算法。算法思想为:建立一棵深度为N的M叉树,从根结点出发,进行深度优先遍历。每搜索完一条路径则记录下besttime 和bestx[]序列开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处向纵深方向移至一个新结点,成为一个新的活结点,也为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向扩展,则当前扩展结点就成为死结点。此时,应回溯至最近的一个活结点处,并使这个活结点成为当前的扩展结点,直至找到一个解或全部解。-Backtracking
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1.16kb
    • 提供者:flxyd
  1. bat__algorithm

    0下载:
  2. 蝙蝠算法在解决离散的生产调度问题时,具有较好的优化性能。验证了蝙蝠算法求解离散性问题的有效性以及可行性-The algorithm to solve the scheduling problem of discrete time, has better optimization performance. Verify the bat algorithm for solving the discrete problem of effectiveness and feasibility
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:zs
  1. CBBO

    0下载:
  2. 混沌BBO算法求解电力调度问题,包括对测试函数的测试以及求解电力经济调度问题-Chaos BBO algorithm for power scheduling problems, including the test function testing and problem solving economic dispatch of power
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:33.68kb
    • 提供者:孔飞
  1. genetic-algoritm-jobshopproblem

    0下载:
  2. matlab智能算法 基于多层编码遗传算法解决车间调度问题-genetic algorithm job-shop scheduling problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:10.71kb
    • 提供者:zj
  1. Computer-operating-system

    0下载:
  2. 计算机操作系统实验主要算法源码,例如进程调度,时间片轮转算法,银行家算法,磁盘调度算法等等。-The computer operating system main algorithm source code, such as process scheduling, time slice algorithm, bankers algorithm, disk scheduling algorithm etc..
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10.66mb
    • 提供者:liu
搜珍网 www.dssz.com