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

搜索资源列表

  1. FCFS

    0下载:
  2. 模拟先来先服务进程调度的模拟算法,能够显示完成时间-Simulate the process of a first-come first-served scheduling simulation algorithm, it will show the completion time
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2059
    • 提供者:王刚
  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. Process

    0下载:
  2. 多道程序设计中,经常是若干个进程同时处于就绪状态,必须依照某种策略来决定那个进程优先占有处理机。因而引起进程调度。本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。-Multi-channel programming, often at the same time a number of process ready state, a strategy must be determined in accordance with the process priority to occ
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3363
    • 提供者:zsb
  1. Multilevel_Queue_Scheduling

    1下载:
  2. 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述;  使用两种方式产生作业:(a)自动产生, (b)手工输入;  在屏幕上显示每个作业的执行情况;  时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;  计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:655495
    • 提供者:
  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. myLRU

    0下载:
  2. 模拟使用LRU算法的进程调度过程,运行结果为进程调度中占用资源的变化-Simulated LRU algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:201093
    • 提供者:独孤犬
  1. jinchengdiaodu

    0下载:
  2. 模拟进程在静态优先级算法下的调度过程 算法选择:静态优先级。-Simulation process under static priority scheduling algorithm algorithm selection process: static priority.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:266654
    • 提供者:tj
  1. PCP

    0下载:
  2. 模拟操作系统的进程调度。 问题选择:生产者-消费者问题。 -Simulation of the operating system process scheduling. Problem choice: Producer- Consumer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:161242
    • 提供者:tj
  1. Priority_Scheduling

    1下载:
  2. 合肥工业大学课程设计 进程/作业调度:优先权调度算法。中级 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 4计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 5将一批作业的执行情况存入磁盘文件,以后可以读出并重放 -Hefei University of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:992607
    • 提供者:
  1. hjh1

    0下载:
  2. 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调度算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-task system, the system is in place within the same state of the process may have
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1784
    • 提供者:hajs
  1. hjh2

    0下载:
  2. 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调度算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-task system, the system is in place within the same state of the process may have
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:978
    • 提供者:hajs
  1. jinchengdiaodu

    0下载:
  2. 用各种算法实现进程调度的模拟,有先来先服务算法、静态抢占算法、动态抢占优先级算法以及时间片轮转法,用MFC实现,界面优美功能完善。-Process scheduling algorithm with a variety of simulation, there is first come first serve algorithm, static capture algorithm, dynamic priority algorithm and the time to seize the fil
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:8642437
    • 提供者:孟萌
  1. create_progress

    0下载:
  2. 进程状态有5种: e -执行态 r -高就绪态 t -低就绪态 w -等待态 c -完成态。初始每个进程均为高就绪状态,如果时间片到则转为低就绪状态。 系统分时执行各进程,规定三个进程的执行概率均为33 。通过产生随机数x来模拟时间片。若各进程的执行时间片到限,产生“时间片中断”而转入低就绪状态。 进程调度算法采用剥夺式调度算法。每次总是选择优先数最小(优先级别最高)的就绪进程投入执行。//先从 r 状态进程中选择,再从 t 状态进程中选择。 进程0完成5次计算:s1++ s2++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:37158
    • 提供者:jlliu
  1. osexperimentcode

    0下载:
  2. 处理机进程调度模拟,基于优先权的调度算法和基于先来先服务的调度算法-Processor process scheduling simulation, based on priority scheduling algorithm and a first-come first-served scheduling algorithm
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:162497
    • 提供者:瀚海
  1. 0000

    0下载:
  2. 操作系统课程设计题目:进程调度模拟程序 设计要求:编写一个进程调度程序,允许多个进程共享进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 -Courses on operating system design topics: process scheduling simulator design requirements: the preparation of a process scheduler that a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:560376
    • 提供者:小虎
  1. FCFS

    0下载:
  2. 进程调度问题 模拟先来先服务调度算法或者短作业调度算法,要求可以自动产生或者手动输入若干进程的名字、到达时间、运行时间; 响应键盘模拟时间片流逝,输出中间每个进程的运行状态,最后产生完成时间、周转时间、带权周转时间的汇总清单。 -Process scheduling simulation of FCFS scheduling algorithm, or short-scheduling algorithm, requests can be automatically generated
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1323
    • 提供者:马月
  1. jinchengdiaodu

    0下载:
  2. 进程调度模拟算法,最高优先数和先来先服务算法,有几个不同的-Process scheduling simulation algorithm, the highest priority number and first come first serve algorithm, there are several different
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1185
    • 提供者:蔡建
  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. ClockPageReplacement

    0下载:
  2. 一个用循环链表模拟操作系统进程调度中的时间片轮转策略-A simulation of the operating system process the cyclic list scheduling time slice rotation strategy
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2072715
    • 提供者:费腾
  1. OS

    0下载:
  2. os学习中的进程调度等模拟代码,以及同步互斥等内容-os learning process scheduling simulation code, and synchronization mutex, etc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:10155
    • 提供者:
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 30 »
搜珍网 www.dssz.com