CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 操作系统—进程调度

搜索资源列表

  1. processdoing.rar

    0下载:
  2. 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1641
    • 提供者:zhou
  1. OSexperiment

    0下载:
  2. 广东工业大学,操作系统实验结合,进程调度,作业调度,主存空间的分配与回收,文件系统四个实验,包含有源代码与实验报告。-OS experiment
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:893626
    • 提供者:家瑞
  1. suanfa

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

    • 发布日期:2017-03-30
    • 文件大小:2146
    • 提供者:周恺君
  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-14
    • 文件大小:3594058
    • 提供者:caomiao
  1. OS

    0下载:
  2. 操作系统实验实现进程调度 包括多种算法-Experimental realization of the process of scheduling the operating system, including a variety of algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:87215
    • 提供者:zanzarah
  1. processschedulingsimulation

    0下载:
  2. 操作系统课程设计所需要的文件,关于进程调度方面的程序设计,很好的帮助初学者理解有关进程调度方面的知识.-Operating system, curriculum design, the required documentation on the process scheduling aspects of program design, very good to help beginners understand the process of scheduling knowledge.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:183825
    • 提供者:刘时松
  1. jinchengdiaodu

    0下载:
  2. 大学三年级操作系统实验1进程调度,三种方法都有-University of third-year operating system process scheduling experiment 1, three methods have
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:387704
    • 提供者:张驰
  1. jinchengdiaodushiyan

    0下载:
  2. 操作系统课程的进程调度实验.一共4个 学这门课的同学应该会有用-The operating system process scheduling course experiment. A total of four school students in this class should be useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:780705
    • 提供者:ss
  1. ProcessScheduling

    0下载:
  2. 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:531736
    • 提供者:杨子江
  1. os_1

    0下载:
  2. 大学时写的模仿操作系统进程调度的程序,随机产生阻塞和唤醒,随机设置进程优先级,并根据调度情况调整优先级,随机决定进程所需时间,可手动设置时间片大小-program in university ,modify the operator system work,random primary,random event wait and random event occur
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:2105392
    • 提供者:zd
  1. jincheng

    0下载:
  2. 操作系统进程调度的实验源代码,能更好的理解该部分知识-Operating system process scheduling experiment source code, a better understanding of that part of the knowledge
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1925
    • 提供者:李璇
  1. jinchengdiaodu

    0下载:
  2. 实现计算机的进程调度 完成操作系统进程调度的功能-Scheduling process to achieve complete computer operating system process scheduling function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2426
    • 提供者:晴天
  1. taskScheduling

    0下载:
  2. 模拟常用的操作系统进程调度算法,包括先来先服务,短作业优先,高响应比优先- Analog commonly used operating system process scheduling algorithms, including a first-come first-serve, short operating priority, high priority response ratio
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:207163
    • 提供者:余丽辉
  1. 实验三代码

    0下载:
  2. 在Ubuntu上运行代码 显示后台进程如何调度 让进程调度变得更明显(Run it on ubuntu. It can show us how the thread run in the back)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:253952
    • 提供者:哈嘿虾
  1. PCB_CPU

    0下载:
  2. 操作系统进程调度算法仿真与实现。通过程序仿真掌握并发环境,进程 PCB 与控制操作、进程切换以及进程调度算法的原理、过程与实现步骤。(Simulation and implementation of process scheduling algorithm for operating system)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2151424
    • 提供者:江泽明步
  1. 实验一

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

    • 发布日期:2018-01-05
    • 文件大小:2048000
    • 提供者:万寿吾江1
  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-08
    • 文件大小:2048
    • 提供者:jttqhh1
  1. SJF

    0下载:
  2. 用C++实现操作系统中SJF的进程调度算法。(The process scheduling algorithm of SJF in the operating system is implemented with C++.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:476160
    • 提供者:jttqhh1
  1. main.cpp

    0下载:
  2. 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:ZYLCrystal
  1. 操作系统实验报告

    1下载:
  2. 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:577536
    • 提供者:xtzj1cm
« 12 3 »
搜珍网 www.dssz.com