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

搜索资源列表

  1. os_process

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:1314
    • 提供者:stanley
  1. Bandwidth_Allocation_and_Service_Handoff_in_IEEE80

    0下载:
  2. 本文针对无线网络中的多种服务类型,对 无线网络的带宽分配和接入方式进行分析,深入分析了不同类型的网络带宽资源 分配和调度算法在运行过程中对网络性能的影响。同时,本文也针对切换服务对 无线网络带宽分配的影响情况进行了分析,对切换服务的路由重建方式进行优 化,提高网络的实际运行性能。-This paper has analyzed the bandwidth allocating process of wireless network with different service
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:6955306
    • 提供者:punk_812
  1. moni

    0下载:
  2. 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:8045
    • 提供者:heizi
  1. LEACH

    0下载:
  2. 无线传感器网络节点调度算法——leach算法-leach
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2478
    • 提供者:李甜甜
  1. cpdd

    0下载:
  2. 通过设计一个磁盘调度模拟系统,从而使磁盘调度算法更加形象化,容易使人理解,使磁盘调度的特点更简单明了,能使使用者加深对先来先服务算法、最短寻道时间优先算法、扫描算法以及循环扫描算法等磁盘调度算法的理解。-here is my code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1826
    • 提供者:heiming
  1. 2

    0下载:
  2. 一个单道批处理系统的作业调度程序,能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间-A single-channel batch system job scheduler
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1690
    • 提供者:tc
  1. track

    0下载:
  2. 使用visual studio 6.0编写的磁盘调度算法-Prepared using the visual studio 6.0 Disk Scheduling Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1090825
    • 提供者:郑细强
  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. mpeg_MLWDF

    0下载:
  2. 资源调度算法。MPEG业务在MLWEP准则下的资源调度性能。-Resource allocation algorithm. MPEG business MLWEP resource scheduling performance criteria.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2023
    • 提供者:胡晗
  1. voip_pf

    0下载:
  2. 资源调度算法。VOIP业务在PF准则下调度的性能比较。-Resource allocation algorithm. VOIP business in the PF scheduling performance comparison criterion.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1489
    • 提供者:胡晗
  1. OS1

    0下载:
  2. 操作系统进程调度,本程序用于演示进程的调度过程,包括常用的几种进程调度算法-Operating system process scheduling, the procedure used to demonstrate the process of scheduling process, including several kinds of process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:39366
    • 提供者:asdfasf
  1. code

    0下载:
  2. 作业调度算法。 能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 3 设计一个较实用的用户界面,以便选择不同的作业调度算法。 不需用户打入冗长的命令。 -system scheduling_algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1287
    • 提供者:owens
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:377254
    • 提供者:qinyuan
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. procSchedule_exp

    0下载:
  2. 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the average turnaround time and av
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:67385
    • 提供者:myname
  1. resource-allocation-of-OFDM

    0下载:
  2. OFDM系统中的资源调度算法,轮训算法与最大信干比算法-the resource scheduling algorithms of OFDM system
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1641
    • 提供者:王鹏博
  1. 407417080115

    0下载:
  2. 操作系统课程设计驱动调度 模拟电梯调度算法,实现对磁盘的驱动调度-Operating system scheduling simulation program designed to drive the elevator scheduling algorithm to achieve the scheduling of disk drives
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:195732
    • 提供者:
  1. hrrn

    0下载:
  2. 操作系统 进程调度算法 高响应比优先调度-Operating system process scheduling priority higher than the response
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:Sandy
  1. OS_1_1

    0下载:
  2. 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:15072
    • 提供者:王强
  1. PF

    0下载:
  2. 采用Matlab编程的直角坐标转换算法,在工程问题上具有一定的应用。本算法为了提高执行效率,做了一定的改进-Cartesian coordinates using Matlab programming conversion algorithm, the engineering problems with some applications. In order to improve the efficiency of the algorithm to do a certain amount of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:71558
    • 提供者:韩麟
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com