搜索资源列表
Simulate_Process_Scheduling_Implement_by_C
- 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
OS_experiment
- 一些操作系统课程实验的程序,存储管理、单处理器系统的进程调度模拟实验、动态分区存储管理方式的主存分配回收-some experimental courses on operating system procedures, storage management, single processor system process scheduling simulation. dynamic storage management district's main memory allocation
testforos
- 操作系统实验,模拟进程调度.第一次上传东西,若有不好的地方望大家指教.-experimental operating system, the modeling process scheduling. Upload things first, if not the local hope you enlighten.
jcdd
- 操作系统的实验一"进程调度的源码,逼于无奈才上传的,没多大用处的
fslyh
- 多道程序设计中,经常是若干个进程同时处于就绪状态,为了使系统中的各进程有条不紊地运行,必须选择某种调度策略,以选择一个进程占用处理机。本次实验按照轮转算法模拟单处理机调度的过程,以加对处理机调度的算法的理解。-Multi-channel program design, often at the same time a number of processes in the ready state, in order to make the system processes in an orderl
OS
- 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
ss
- 操作系统的进程调度的一个实验,是用C++程序编写,易于理解和调试-Operating system, the process of scheduling an experiment, is to use C++ programming, easy to understand and debug
caozuoxitong
- 操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
2
- 进程调度的算法 源代码 在操作系统理论课中需要的实验源代码 已测试 课正常运行-Process scheduling algorithm source code in the operating system need to test theory courses in the test class source code has been running
line-simulation-based-on-simulib
- 用VC6.0基于Simulib库对货车调度问题进行仿真模型设计,并做实验分析,主要要求掌握以下几点: 1.理解仿真模型设计的基本原理和方法; 2.理解和掌握进程交互模型的仿真调度策略和运行机制; 3.理解和掌握利用终态仿真结果统计分析方法。 -Truck scheduling problem with the VC6.0 based Simulib library of simulation model design and experiment analysis, the ma