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

搜索资源列表

  1. 11进程调度模拟

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program -Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all of the ready process.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:178551
    • 提供者:王俊
  1. 调度算法

    1下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algor
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:275548
    • 提供者:powerman
  1. process_manager

    2下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-02-16
    • 文件大小:1977223
    • 提供者:yefeng
  1. ProcessScheduling

    0下载:
  2. C# 进程调度 算法演示 模拟操作系统进程调度-C# demonstration of the process of scheduling the operating system process scheduling simulation
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:38927
    • 提供者:snk
  1. os

    0下载:
  2. 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:145802
    • 提供者:曾黎
  1. FirstFit

    0下载:
  2. c语言描述,实现操作系统的进程调度算法,采用优先数方法予以实现-c language descr iption of the process of scheduling algorithm to achieve the operating system used to be priority number means to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1188
    • 提供者:xiaohui
  1. jingcheng

    0下载:
  2. 进程调度算法实现代码(操作系统)进程调度算法实现的代码-Process scheduling algorithm code (operating system) process scheduling algorithm code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:5116
    • 提供者:徐璐
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:521848
    • 提供者:cnwst
  1. os_process

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:1314
    • 提供者:stanley
  1. OS1

    0下载:
  2. 操作系统进程调度,本程序用于演示进程的调度过程,包括常用的几种进程调度算法-Operating system process scheduling, the procedure used to demonstrate the process of scheduling process, including several kinds of process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:39366
    • 提供者:asdfasf
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:377254
    • 提供者:qinyuan
  1. MFC_Scheduler

    0下载:
  2. MFC编写的进程调度算法的模拟程序,实现了时间片轮转、优先级以及先进先出三种进程调度算法,界面输出结果-MFC process scheduling algorithm written in the simulation procedures, the time slice rotation, the process of priority and FIFO scheduling algorithm of three, the interface output
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-19
    • 文件大小:29045442
    • 提供者:
  1. hrrn

    0下载:
  2. 操作系统 进程调度算法 高响应比优先调度-Operating system process scheduling priority higher than the response
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:Sandy
  1. OS_1_1

    0下载:
  2. 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:15072
    • 提供者:王强
  1. 进程调度

    0下载:
  2. 几种常用的进程调度算法,先来先服务,时间片轮转等(some algorithms about process schedule)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:973824
    • 提供者:EVESIDE
  1. 计算机操作系统实验三

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CPU后
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-03
    • 文件大小:238592
    • 提供者:yyyyyyyzh
  1. 5921

    0下载:
  2. 进程调度,用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。(jinchengdiaodu,yonggaojiyuyanbianxiehetiaoshi)
  3. 所属分类:文章/文档

  1. 实验一

    0下载:
  2. 仿真在并发环境下的多进程调度算法,有时间片轮转和动态优先级调度(Simulation in concurrent environment of multi process scheduling algorithm, there are time slice rotation and dynamic priority scheduling)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048000
    • 提供者:万寿吾江1
  1. c1

    0下载:
  2. 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:211968
    • 提供者:方方17
« 1 2 3 45 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com