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

搜索资源列表

  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3756459
    • 提供者:
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. wireless_network_packet_scheduling

    0下载:
  2. 无线网络分组调度算法研究,研究调度算法的可以看一下- research of Wireless network packet scheduling algorithm,people who study the scheduling algorithm can download to see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-31
    • 文件大小:13658819
    • 提供者:王鑫
  1. LTE_System_Level_1.1_r295

    0下载:
  2. LTE 链路级仿真代码,其中还包含经典的跨层调度算法,非常实用。-LTE link level simulation code, which also includes classical cross-layer scheduling algorithm is very practical.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:61572344
    • 提供者:zhu
  1. zydu-matlab

    0下载:
  2. 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:875
    • 提供者:wllx
  1. Process-Scheduling-Algorithm

    0下载:
  2. 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:183526
    • 提供者:Lambert
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3584403
    • 提供者:xysheep
  1. 1234

    0下载:
  2. Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithm-Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithme
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:371430
    • 提供者:jc
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. roundRobinScheduler

    1下载:
  2. 3GPP LTE中上行虚拟MIMO轮询调度算法的源程序代码-Virtual MIMO in 3GPP LTE uplink scheduling algorithm of the source code for poll
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2112
    • 提供者:Aisenxi
  1. Multi-level-queue-algorithm

    0下载:
  2. 采用多级反馈队列调度算法来模拟实现处理机的调度过程,C语言代码,在VC++6.0上调试通过。-Multi-level feedback queue scheduling algorithm to simulate the process of realization of processor scheduling, C language code, debug by VC++6.0.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2348
    • 提供者:Wilson
  1. Scheduling

    0下载:
  2. 1. 设计一个优先级调度算法实现处理机调度的程序; 2. 设计按时间片轮转实现处理机调度的程序。 -1. To design a priority scheduling algorithm processor scheduling procedures 2. Designed to achieve rotation by time slice processor scheduling program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3838780
    • 提供者:
  1. wfq.tar

    0下载:
  2. NS-2下WFQ调度算法的实现,包括头文件,主函数,一个例子和说明等-Implementation of WFQ scheduling algorithm under NS-2
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:13231
    • 提供者:张大三
  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. Processor-scheduling

    0下载:
  2. 处理器调度算法,可模拟实现处理器调度的功能-Processor scheduling algorithm, can be simulated to achieve the function of processor scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1869
    • 提供者:吴语
  1. process-of-scheduling

    0下载:
  2. 进程调度算法的部分源代码,C++语言环境-Part of the process of scheduling algorithm source code, C++ language environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11046
    • 提供者:wym
  1. process-scheduling-

    0下载:
  2. 进程调度各种算法实现,时间片、最短作业、最大优先算法-A variety of process scheduling algorithm, time slice, the shortest job first algorithm the largest
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:239616
    • 提供者:卫卫
  1. Processor-scheduling

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的进程-Design a number of priority scheduling algorithm processor scheduling process
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:13362
    • 提供者:邵庆丽
  1. scheduling

    0下载:
  2. MFC编写的操作系统最高优先级调度算法,实现系统算法调度-MFC operating system written from the highest-priority scheduling algorithm, scheduling algorithm to achieve system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1235849
    • 提供者:
  1. schedule-algorithm

    0下载:
  2. 采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2186
    • 提供者:木木
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com