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

搜索资源列表

  1. OSexperiment

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

    • 发布日期:2017-05-02
    • 文件大小:893626
    • 提供者:家瑞
  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. 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. process1

    0下载:
  2. 操作系统实验:进程调度.主要是实现进程调度的一个小程序-Operating System Experiment: Process scheduling. Primarily the achievement of the process of scheduling a small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2233
    • 提供者:权少
  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. jinchengguanlidiaoducunchuguanli

    0下载:
  2. 实验一 进程管理 1.目的和要求    加强对进程概念的理解。 2.实验内容    至少要有:创建新的进程;查看运行进程;换出某个进程;杀死运行进程以及进程之间通信等功能。 3.实验环境    Windows、DOS系统    TC语言 实验二:进程调度 【实验内容】 设计一个有 N个进程共行的进程调度程序。      进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 实验三 存储管理
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:372212
    • 提供者:张亭亭
  1. os

    0下载:
  2. 操作系统实验报告 Windows XP 系统管理 Windows任务管理器的进程管理 Windows XP 虚拟内存管理 进程调度-Operating System
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:505855
    • 提供者:
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  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. os_test1

    1下载:
  2. 操作系统实验,进程调度 1.设计进程控制块 PCB 的结构,通常应包括如下信息: 进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。 2.编写两种调度算法程序: 优先数调度算法程序 循环轮转调度算法程序 3.按要求输出结果。-Operating system experiment, the process scheduling 1. The structure of the design pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:杨萌
  1. lab4

    0下载:
  2.  理解进程调度的过程。  掌握各种进程调度算法的实现方法  通过实验比较各种进程调度算法的优劣。 - understanding of process scheduling process.   master the implementation of various process scheduling algorithm scheduling algorithms through ex
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9740
    • 提供者:qwqwqx
  1. ProcessDispatcher

    0下载:
  2. 老师编写的模拟操作系统的进程调度实验 里面的代码 需要读者自行实现-Teacher preparation simulation operating system process scheduling experiments inside the code requires the reader to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:59365
    • 提供者:wang
  1. os

    0下载:
  2. 操作系统实验代码 一:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 二:编写并调试一个模拟的进程调度程序,采用“简单轮转法”调度算法对五个进程进行调度。 编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效地防止和避免死锁的发生。-OS experiment code one: write a simulation and debugging process scheduling procedures, &quo
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2743
    • 提供者:hml
  1. Operating-system-experiment

    0下载:
  2. 实验一:进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度 实验三:文件管理-Process and management Simulation of the process scheduling algorithm, round robin algorithm to achieve the process of scheduling with dynamic priority number and the time
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1049613
    • 提供者:小雷
  1. HYBWGX

    0下载:
  2. vb模拟进程调度,rar 是学生学习操作系统的页面存储的课程实验习题-Vb simulated process scheduling, rar is students learning the lessons of the operating system page storage experiment exercises
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:31744
    • 提供者:svqial
  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. 实验一

    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. 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 »
搜珍网 www.dssz.com