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

搜索资源列表

  1. vb模拟进程调度

    1下载:
  2. vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.-vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:30428
    • 提供者:刀尖
  1. 进程调度模拟

    0下载:
  2. 一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29517
    • 提供者:路加
  1. 进程调度模拟(C++版)

    1下载:
  2. 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12946
    • 提供者:lyh
  1. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6537
    • 提供者:杨鼎新
  1. 进程调度法

    0下载:
  2. 一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1049
    • 提供者:尹亮
  1. 模拟进程调度(NEW)hxr

    0下载:
  2. C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:gwb2008
  1. 操作系统课程设计之进程调度

    0下载:
  2. 1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行更深入理解和更熟练的应用。 3)实验编程语言要求使用jav
  3. 所属分类:文档资料

    • 发布日期:2009-12-23
    • 文件大小:310272
    • 提供者:ice042@126.com
  1. 进程调度模拟程序

    0下载:
  2. 编写一个进程调度程序,允许多个进程共行的进程调度程序。 采用最高优先数优先的调度算法和先来先服务调度算法。 每个进程有一个进程控制块( PCB)表示。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 采用动态优先数策略选择就绪进程获得 CPU后都只能运行一个时间片,运行完后优先数减1 动态显示每个进程的当前状态及进程的调度情况 重复以上过程,直到所要进程都完成为止
  3. 所属分类:文档资料

    • 发布日期:2009-05-14
    • 文件大小:155136
    • 提供者:shenchelove
  1. 编程模拟进程的调度算法

    0下载:
  2. 编程模拟进程的调度算法
  3. 所属分类:报告论文

  1. 模拟进程调度的各种算法_OS.rar

    1下载:
  2. 模拟进程调度的各种算法_OS:FCFS,SPN,RR,NPPS,PPS
  3. 所属分类:系统编程

    • 发布日期:2011-05-16
    • 文件大小:2606
    • 提供者:_mekjl
  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. proc

    0下载:
  2. 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2005
    • 提供者:王国澎
  1. myProcess

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:765829
    • 提供者:zgm
  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. process

    0下载:
  2. 模拟进程调度的算法(时间片轮转及先来先服务) 包含图形演示-Process Scheduling algorithms (time slice cycle and first come first served)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3263683
    • 提供者:秦璞
  1. Dispatch

    0下载:
  2. 一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1906727
    • 提供者:李纯
  1. 进程调度算法

    0下载:
  2. 模拟进程调度的过程,包括先到先得进程调度算法和RR轮转调度算法。(The process of simulating process scheduling, including the first to first process scheduling algorithm and the RR rotation scheduling algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:jttqhh1
  1. os3

    0下载:
  2. 模拟进程调度的算法。有先来先服务算法,短进程优先算法,优先级调度算(An algorithm for simulating process scheduling. A first service algorithm, a short process priority algorithm, a priority scheduling algorithm)
  3. 所属分类:

    • 发布日期:2018-01-10
    • 文件大小:2669568
    • 提供者:Adc12138
  1. 进程调度终结版

    0下载:
  2. 模拟进程调度算法,分别有先来先服务、静态优先权、时间片轮转三种算法,动态显示调度过程,C语言编写,逻辑清楚易于理解。(Process scheduling algorithm simulation)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:566272
    • 提供者:白彩媛
  1. 进程调度

    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 o
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:丶汐
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com