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

搜索资源列表

  1. cpu

    1下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:16689
    • 提供者:凡亚东
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. RR

    0下载:
  2. Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:You
  1. RR

    0下载:
  2. 此程序模拟进程调度,模拟系统调度算法RR算法-This program uses RR scheduling algorithm simulation system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1853
    • 提供者:Howard
  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. process_manage

    0下载:
  2. 模拟hrn,sf,rr三种进程调度算法,可以将进程的执行次序显示到屏幕上-Simulation hrn, sf, rr of three process scheduling algorithm, the implementation can process the order to the screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6268
    • 提供者:王刚
  1. RRSPF

    0下载:
  2. 模拟操作系统进程调度,实现RR和SPF算法。-Simulation of the operating system process scheduling, and the SPF algorithm to achieve RR
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3544
    • 提供者:覃禹
  1. GAs_100average

    0下载:
  2. 无线通信系统的调度算法仿真程序,可以参考说明文件进行学习-Wireless communication system simulation program scheduling algorithm, can refer to the documentation to learn
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:440984
    • 提供者:dominic
  1. rr

    0下载:
  2. 用双线性变换法设计巴特沃斯滤波器,并模拟相应的图像-Bilinear transformation method with Butterworth filter design and simulation of the corresponding image
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:20376
    • 提供者:li1254341045936
  1. myCPUsa

    0下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:925080
    • 提供者:赵阳
  1. sunnyCPUsa

    0下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:925125
    • 提供者:赵阳
  1. LRU

    0下载:
  2. 利用LRU算法仿真请求页面系统 1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU) 2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(0-9页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1962400
    • 提供者:李超
  1. rr

    0下载:
  2. 通信系统仿真原理与无线应用 书籍与matlab源码-Communication system simulation principle and wireless applications
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9187357
    • 提供者:zhangxiujun
  1. CPU

    0下载:
  2. 实验目的:采用仿真实验的方法,分析在FCFS、SJF、RR和MLFS算法中,下列因素对平均周转时间的影响。-Objective: using simulation method, analysis in FCFS, SJF, RR and MLFS algorithms, the following factors on the average turnaround time effect.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:938145
    • 提供者:周世伟
  1. Operating-system

    0下载:
  2. 模拟了操作系统中的5中页面置换算法,fcfs,SJF,HRN,RR和静态优先权,并且显示平均周转时间和带权周转时间。-Simulation of the operating system in the 5 page replacement algorithm, FCFS, SJF, HRN, RR and static priority, and shows the average turnaround time and turnaround time with the right.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-29
    • 文件大小:11917877
    • 提供者:李娟娟
  1. 4

    0下载:
  2. 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值。-The simulation process scheduling, given in accordance with the algorithm first-come, first-served FCFS, rotary RR (q = 1), the shortest process priority the SPN
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:159508
    • 提供者:高莹
  1. Cpp1

    0下载:
  2. 进程调度--FCFS,SPN,RR算法的实现-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2509
    • 提供者:Echo
  1. Planar-Robot-joint-speed-simulation

    0下载:
  2. Planar RR robot joint speed simulation and animation
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:15435
    • 提供者:Gabriel
  1. RoundRobin.java(simulation)

    0下载:
  2. 使用java实现时间轮转的仿真,附带实验结果的截图
  3. 所属分类:android开发

  1. nrtps_schedule

    5下载:
  2. 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Impleme
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com