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

搜索资源列表

  1. os

    1下载:
  2. 操作系统实验和实验报告,包括单道作业调度,进程调度,文件管理和主存空间的分配和回收-Experiments and experimental operating systems, including single-channel job scheduling, process scheduling, document management and main memory space allocation and recovery
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:821240
    • 提供者:阿云
  1. diaodusuanfa

    0下载:
  2. 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:20264
    • 提供者:邱鹏
  1. aa

    0下载:
  2. windows环境下实现操作系统进程调度的一个程序实例,开发环境为vc-windows operating system environment to achieve the process of scheduling a procedure example, development environment for vc++
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:3518688
    • 提供者:林思哲
  1. FCFSandSPF-basedprocessmanagementsystem

    0下载:
  2. 课程设计的目的 本设计的目的是:加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。 课程设计的要求 (1)设计一个完整的进程调度系统,系统中至少包括5个进程;(2)定义PCB; (3)采用链表管理就绪队列; (4)结果要能够显示出进程的调度序列及进入系统的时间、运行时间等必要信息。-The purpose of the curriculum design of the purpose of this design are: better unde
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2626561
    • 提供者:杨夏
  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. jinchengdiaodu

    0下载:
  2. 进程调度实验,模拟进程优先级调度算实验,计算机操作系统-The process of scheduling experiments, the modeling process priority scheduling experiment operator, the computer operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:8098
    • 提供者:潘越
  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. jinchendiaodu

    0下载:
  2. 操作系统进程调度的实验报告,有程序流程图-Experimental operating system process scheduling reports, procedures flow chart
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77685
    • 提供者:xiyu
  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1474
    • 提供者:lijun
  1. ProcessCall

    0下载:
  2. 理解和验证操作系统中有关进程调度算法,实验要求随机数来模拟随机时间和时间片,在此基础上完成进程调度中的FCFUS,SJF等算法的模拟,加深对进程调度的理解。-Understanding and verification of the process of operating system scheduling algorithm, the experimental requirements of random numbers to simulate the random time and tim
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1164273
    • 提供者:霍瑛
  1. jinchengdiaopdu

    0下载:
  2. 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:351730
    • 提供者:ans
  1. process

    0下载:
  2. 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1137002
    • 提供者:white Snow
  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. ProcessSched

    0下载:
  2. 用VB模拟实现几种常用进程调度算法,如先来先服务,时间片轮转等。动画显示做得不错。-My student has developed a process scheduling simulator with VB, which has showed the priciple of FIFS, RR etc. Wonderful job.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:387740
    • 提供者:fzz
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:488560
    • 提供者:张云波
  1. javajinchen

    0下载:
  2. 进程调度算法的演示,直接就可以运行,,其中有三种算法,优先级,多作业先服务-jinchenguanlidfsagdsgfh,dfdfadfdsgdfhghdfdfdfdfdfd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:27519
    • 提供者:youyi
  1. Source_Linux_sched

    0下载:
  2. Linux进程调度程序的改写 环境:Red Hat 7.2;gcc 2.9-A new for Linux shecd
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2083
    • 提供者:00hack
  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 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com