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

搜索资源列表

  1. s02-3

    0下载:
  2. Next generation mobile networks are expected to provide service to intelligent terminals with different categories. To fully optimize wireless networks, we argue that applications demands should be taken into account given the current channel and net
  3. 所属分类:3G develop

    • 发布日期:2017-03-30
    • 文件大小:1005942
    • 提供者:serag
  1. Processor-Scheduling

    0下载:
  2. 利用vc工具实现按照优先级的处理器调度。 预置后,可填写处理时间和处理优先级,单步运行。-Vc tools to achieve using the processor in accordance with priority scheduling. Preset, you can fill out the processing time and processing priority, single-step operation.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1890355
    • 提供者:张腾飞
  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. 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. scheduling

    0下载:
  2. PTAS and FPTAS algorithm for scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2755
    • 提供者:blizzmord
  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. 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. LTE-system-resource

    1下载:
  2. LTE系统中资源调度机制的研究与实现LTE system resource scheduling mechanism and implementation -LTE system resource scheduling mechanism and implementation
  3. 所属分类:matlab例程

    • 发布日期:2014-01-10
    • 文件大小:664215
    • 提供者:norvell
  1. FSSP-of-GA

    1下载:
  2. Flow Shop调度问题的遗传算法通用MATLAB源码。 本源码由GreenSim团队原创,-Flow Shop Scheduling Problem General Genetic Algorithm MATLAB source code. The original source code from the GreenSim team,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1796
    • 提供者:lzf
  1. sjf

    0下载:
  2. CPU scheduling---Shortest job first algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1282
    • 提供者:roopa
  1. OPTIMIZATION-OF-TIME-COST-RESOURCE-TRADE-OFF-PROB

    0下载:
  2. OPTIMIZATION OF TIME-COST-RESOURCE TRADE-OFF PROBLEMS IN PROJECT SCHEDULING USING META-HEURISTIC ALGORITHMS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:971935
    • 提供者:shalin
  1. Process-scheduling-algorithm-

    0下载:
  2. 先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (F
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:7106
    • 提供者:王泽宇
  1. Batch-scheduling-problem

    0下载:
  2. 对任意给定的整数N和K,以及完成任务I需要的时间为Ti,i=1至N设计一个优先队列式分支限界法,计算完成这N个任务的最佳调度-Batch scheduling problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2996
    • 提供者:hmy
  1. disc

    0下载:
  2. this code show the disk scheduling is done in OS.-this code show how the disk scheduling is done in OS.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1112
    • 提供者:ganesh
  1. multi-machine-scheduling-problem

    0下载:
  2. 用贪心算法解决多级调度问题,用C++语言实现-Greedy algorithm for multi-machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1359
    • 提供者:张张
  1. Disk-scheduling

    0下载:
  2. programs in disk scheduling from Operating systems
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:2931
    • 提供者:Thejo
  1. Job-shop-MATLAB

    2下载:
  2. 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:102048
    • 提供者:小刚
  1. Process-scheduling

    0下载:
  2. 此程序完成操作系统中进程调度的问题。在C++环境下实现。-This process is completed the operating system process scheduling problems. In C++ environment to achieve.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1715
    • 提供者:lansejingling
  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. Disk-scheduling

    0下载:
  2. 操作系统中关于磁盘调度的课程设计源码程序-Operating system on the source disk scheduling program curriculum design
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-27
    • 文件大小:2044
    • 提供者:xiao
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com