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

搜索资源列表

  1. suanfa

    0下载:
  2. 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2146
    • 提供者:周恺君
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:dirk
  1. Jobassige

    0下载:
  2. 计算机进程调度算法\FCFS\SJFS\FPF-Computer process scheduling algorithm \ FCFS \ SJFS \ FPF
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:46484
    • 提供者:jonwa
  1. 3106007038

    2下载:
  2. 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3565961
    • 提供者:caicai
  1. proctrl

    0下载:
  2. 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
  3. 所属分类:Network Security

    • 发布日期:2017-03-31
    • 文件大小:2557
    • 提供者:sadas
  1. OS

    1下载:
  2. 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3594058
    • 提供者:caomiao
  1. wxf

    0下载:
  2. 用c编的进程调度算法-C prepared by the process of scheduling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:8166
    • 提供者:魏威
  1. 优先算法进程调度

    0下载:
  2. 这是采用优先算法的进程调度程序。其优先级由程序随机产生,程序运行时可单步查看运行结果。-This is the priority algorithm used in the process scheduler. Its priority randomly generated by the procedures, operating procedures can single-step operation to see results.
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:1389
    • 提供者:王重华
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:41701
    • 提供者:wtl
  1. 22

    0下载:
  2. 进程调度程序,实现fifo,sjf,抢占式优先权,时间片轮转实验。-The process of scheduling procedures to achieve fifo, sjf, Preemptive priority, time slice rotation experiment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:5164
    • 提供者:lin
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. 1

    0下载:
  2. 优先比算法常用于批处理系统中作为作业调度算法,也作为多种操作系统的进程调度算法,更可用于实时系统中,以实现对实时作业的实时响应。-Priority than the algorithms commonly used in a batch system as a job scheduling algorithm, but also as a variety of operating system process scheduling algorithm, but also can be used
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1325
    • 提供者:斜阳
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1812
    • 提供者:陈伟
  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 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com