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

搜索资源列表

  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. processor-scheduling

    1下载:
  2. C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2391
    • 提供者:xiaohe
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:15000
    • 提供者:ww
  1. cpudd

    0下载:
  2. java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4745
    • 提供者:wayne
  1. makefile

    0下载:
  2. 电梯调度算法,包括四种方法。操作系统必备的知识-Elevator scheduling algorithms, including the four methods. Operating system must have knowledge
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1319
    • 提供者:龙我雷
  1. SCAN

    0下载:
  2. java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2016-01-24
    • 文件大小:863
    • 提供者:吕学娜
  1. CPU_schedule_simulation

    0下载:
  2. CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:92713
    • 提供者:msh2003
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  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. 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. 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. 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. Process-scheduling-algorithm

    0下载:
  2. 进程调度算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Process scheduling algorithm, it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2065
    • 提供者:jerryhu
  1. Disk-scheduling-algorithm-simulation

    0下载:
  2. 磁盘调度算法的模拟实现及对比-Disk scheduling algorithm simulation and comparison of various algorithms of OPT, FIFO, the LRU simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:50135
    • 提供者:Qugo
  1. design-process-scheduling-algorithm

    2下载:
  2. 进程调度算法的设计 设计要求: ①设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 设计技术参数参考: ①本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。 ②为了便于处理,程序中的某进程运行时间以时间片为单位计算。各进程的优先数或轮转时间数以及进程需运行的时间
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:145527
    • 提供者:cagfaiss
  1. iSLIP switch scheduling algorithm simulation code.

    0下载:
  2. iSLIP switch scheduling algorithm simulation code.
  3. 所属分类:其它

    • 发布日期:2013-10-19
    • 文件大小:339765
    • 提供者:pnk003
  1. Four-CPU-scheduling-algorithm

    0下载:
  2. 用c++实现的CPU四种调度算法,简单易懂-With c++ implementation of the four types of CPU scheduling algorithm, simple to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4993
    • 提供者:高赫
  1. Priority-scheduling-algorithm

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序。假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为:进程名、指针、要求运行时间、优先数、状态。-Design of a number of priority scheduling algorithm processor scheduling procedures. The system has five processes, each represented by a PCB. PCB format: process name, poin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:182054
    • 提供者:
  1. Disk-scheduling-algorithm

    0下载:
  2. FCFS磁盘调度算法设计,内含有详细的代码注释和实验结果-FCFS disk scheduling algorithm design, which contains detailed code comments and experimental results
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-05
    • 文件大小:75392
    • 提供者:tuantaun1234
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com