搜索资源列表
OSexperiment
- 广东工业大学,操作系统实验结合,进程调度,作业调度,主存空间的分配与回收,文件系统四个实验,包含有源代码与实验报告。-OS experiment
OS
- 操作系统实验实现进程调度 包括多种算法-Experimental realization of the process of scheduling the operating system, including a variety of algorithms
jinchengdiaodu
- 大学三年级操作系统实验1进程调度,三种方法都有-University of third-year operating system process scheduling experiment 1, three methods have
jinchengdiaodushiyan
- 操作系统课程的进程调度实验.一共4个 学这门课的同学应该会有用-The operating system process scheduling course experiment. A total of four school students in this class should be useful
process1
- 操作系统实验:进程调度.主要是实现进程调度的一个小程序-Operating System Experiment: Process scheduling. Primarily the achievement of the process of scheduling a small program
ProcessScheduling
- 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
jinchengguanlidiaoducunchuguanli
- 实验一 进程管理 1.目的和要求 加强对进程概念的理解。 2.实验内容 至少要有:创建新的进程;查看运行进程;换出某个进程;杀死运行进程以及进程之间通信等功能。 3.实验环境 Windows、DOS系统 TC语言 实验二:进程调度 【实验内容】 设计一个有 N个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 实验三 存储管理
os
- 操作系统实验报告 Windows XP 系统管理 Windows任务管理器的进程管理 Windows XP 虚拟内存管理 进程调度-Operating System
os5
- 通过在实验三阶段基础上,完成实现按先来先服务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
jincheng
- 操作系统进程调度的实验源代码,能更好的理解该部分知识-Operating system process scheduling experiment source code, a better understanding of that part of the knowledge
os_test1
- 操作系统实验,进程调度 1.设计进程控制块 PCB 的结构,通常应包括如下信息: 进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。 2.编写两种调度算法程序: 优先数调度算法程序 循环轮转调度算法程序 3.按要求输出结果。-Operating system experiment, the process scheduling 1. The structure of the design pro
lab4
- 理解进程调度的过程。 掌握各种进程调度算法的实现方法 通过实验比较各种进程调度算法的优劣。 - understanding of process scheduling process. master the implementation of various process scheduling algorithm scheduling algorithms through ex
ProcessDispatcher
- 老师编写的模拟操作系统的进程调度实验 里面的代码 需要读者自行实现-Teacher preparation simulation operating system process scheduling experiments inside the code requires the reader to implement
os
- 操作系统实验代码 一:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 二:编写并调试一个模拟的进程调度程序,采用“简单轮转法”调度算法对五个进程进行调度。 编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效地防止和避免死锁的发生。-OS experiment code one: write a simulation and debugging process scheduling procedures, &quo
Operating-system-experiment
- 实验一:进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度 实验三:文件管理-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
HYBWGX
- vb模拟进程调度,rar 是学生学习操作系统的页面存储的课程实验习题-Vb simulated process scheduling, rar is students learning the lessons of the operating system page storage experiment exercises
实验三代码
- 在Ubuntu上运行代码 显示后台进程如何调度 让进程调度变得更明显(Run it on ubuntu. It can show us how the thread run in the back)
实验一
- 仿真在并发环境下的多进程调度算法,有时间片轮转和动态优先级调度(Simulation in concurrent environment of multi process scheduling algorithm, there are time slice rotation and dynamic priority scheduling)
main.cpp
- 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)
操作系统实验报告
- 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))