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

搜索资源列表

  1. javajinchen

    0下载:
  2. 进程调度算法的演示,直接就可以运行,,其中有三种算法,优先级,多作业先服务-jinchenguanlidfsagdsgfh,dfdfadfdsgdfhghdfdfdfdfdfd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:27519
    • 提供者:youyi
  1. Elevator_diantidiaodusuanfaC

    0下载:
  2. 实现电梯调度算法的C++源程序,有四种,感觉蛮丰富的,蛮全的-C++ source code to achieve the Elevator scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:L
  1. MyElevator

    0下载:
  2. 实现电梯调度算法的演示 有两个电梯可以使用-Elevator scheduling algorithm to achieve a demonstration
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1649200
    • 提供者:dream
  1. diskschedulingalgorithmsourcecode

    0下载:
  2. 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:672970
    • 提供者:cjw
  1. 1213

    0下载:
  2. 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。  (2)最短作业
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:720826
    • 提供者:刘生
  1. shortwork

    0下载:
  2. 1) 设计可用于该实验的作业控制块; 2) 动态或静态创建多个作业; 3) 模拟先来先服务调度算法和短作业优先调度算法。 4) 调度所创建的作业并显示调度结果(要求至少显示出各作业的到达时间,服务时间,开始时间,完成时间,周转时间和带权周转时间); 5) 比较两种调度算法的优劣。 -shortwork
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:993
    • 提供者:waiting1314
  1. operatingsystem

    0下载:
  2. 操作系统的页面调度算法 包括两种FIFO LRU-The operating system paging algorithms, including two kinds of FIFO LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1148
    • 提供者:zhangying
  1. pagingalgorithms

    0下载:
  2. 操作系统的页面调度算法 包括两种FIFO LRU-The operating system paging algorithms, including two kinds of FIFO LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1551
    • 提供者:zhangying
  1. HSUPA_System_Simulation

    0下载:
  2. 用matlab软件对HSUPA系统进行仿真,主要是调度算法之类-HSUPA systems using matlab software to simulate, mainly scheduling algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:560068
    • 提供者:miaoyi
  1. gongchao

    0下载:
  2. 操作系统的处理机调度算法实现,最简便的算法实现-Operating system, processor scheduling algorithm, the most simple algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1335
    • 提供者:龚超
  1. jmmP

    0下载:
  2. 实现处理机模拟调度算法,四种进程调度算法,先进先出算法,短作业优先算法,高响应比优先算法,时间片算法-Scheduling algorithm to achieve processor simulation, four kinds of process scheduling algorithm, FIFO algorithm, the short job first algorithm, a high response ratio of priority algorithms, time sli
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3850167
    • 提供者:夏雨
  1. PageAndJob

    0下载:
  2. 操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8441039
    • 提供者:刘振华
  1. acm

    0下载:
  2. 操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:2085700
    • 提供者:
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. dianti

    1下载:
  2. 一个简单的电梯调度算法 自己写的 有需要的随便拿 希望对大家有所帮助-A simple elevator scheduling algorithm wrote it myself in need of randomly want to help everyone
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:20312
    • 提供者:lilanxiao
  1. ymdd

    0下载:
  2. 操作系统中若干种页面调度算法的程序模拟,使用C实现,含实验报告。-Several kinds of operating system scheduling algorithm of the program to simulate the page, use the C implementation, including experimental report.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:369633
    • 提供者:哈哈哈哈
  1. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:小山
  1. ProcessSchedule_Win

    0下载:
  2. 动态优先数高者优先进程调度算法,加深对进程和进程调度概念的理解-The number of high-dynamic priority scheduling algorithm is preferred process, deepen the process of scheduling process and understanding of the concept
  3. 所属分类:OS Develop

    • 发布日期:2017-05-21
    • 文件大小:6191803
    • 提供者:时间de灰烬
  1. cipan

    0下载:
  2. 用java程序模仿操作系统中的磁盘调度算法-Procedures copy the operating system using java Disk Scheduling Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:4661
    • 提供者:张文
  1. jcdumxl

    0下载:
  2. 运用进程调度算法,使用java语言编写的 -The use of process scheduling algorithm, written using the java language
  3. 所属分类:Games

    • 发布日期:2017-04-25
    • 文件大小:52931
    • 提供者:李东
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com