搜索资源列表
os_c
- 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
OS
- 进程调度实验 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法
系统的进程调度线程的源代码
- 计算机操作系统的实验作业,系统的进程调度线程的源代码
jinchengguanli
- 操作系统课程实验——模拟系统进程管理,cpu进程调度过程,p,v操作等过程
algorithm
- 这是我自己写的有关操作系统的进程调度算法实验的程序.有兴趣的可以看一下.
实验三 进程调度实验
- 进程调度实验 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-process of scheduling trials and the preparation of high-level language debugging process of scheduling a procedure to enhance the concept of the process and the process of scheduling algorithm understan
操作系统课程实验程序
- 进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
POSIX 下线程控制的实验程序
- 通过观察、分析实验现象,深入理解线程及线程在调度执行和内存空间等方面的特点,并掌握线程与进程的区别。掌握POSIX 规范中pthread_create() 函数的功能和使用方法。
这是一个关于操作系统进程调度的实验
- 这是一个关于操作系统进程调度的实验,采用 ... ·nachos下的并发程序设计,操作系统,This is an operating system process scheduling on the experiments, the use of ... nachos concurrent programming, operating system
jchdiaodu
- 进程调度 操作系统实验 程序优先级的调度算法 绝对适用-Experimental procedures for the operating system process scheduling priority scheduling algorithm is absolutely applicable to
ka
- Linux系列实验,包括 存储器管理 进程调度 进程同步 等-Linux series of experiments, including memory management, such as the process of scheduling the process of synchronization
2020
- (含有实验要求和实验报告) 时间片轮转调度算法实现进程调度.完成单处理机系统中的进程调度. 包括以下内容: 进程控制块的内容,进程控制块的组成方式;进程创建和进程调度;主函数对进程测试-Rotation scheduling algorithm for time slicing process scheduling. Completed the process of single-processor systems scheduling. Include the following:
Process
- 多道程序设计中,经常是若干个进程同时处于就绪状态,必须依照某种策略来决定那个进程优先占有处理机。因而引起进程调度。本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。-Multi-channel programming, often at the same time a number of process ready state, a strategy must be determined in accordance with the process priority to occ
shiyan
- OS实验,包含进程调度,作业调度,和内存存储分配。有各个算法的代码和可执行文件。-OS experiments, including process scheduling, job scheduling, allocation and memory storage. There are various algorithms code and executable files.
jin-cheng-diao-du
- 进程调度算法,包括实验报告及源程序,RR及SPF-Process scheduling algorithms, including experimental reports and source code, RR and SPF
OS_test1
- 操作系统实验,模拟进程调度,采用链表的方式进行模拟。-Experimental operating system, simulation process scheduling, using the list approach to simulation.
1
- 设计可用于该实验的进程控制块,进程控制块至少包括进程号、状态和要求服务时间;进程调度-The process of scheduling
epos
- 重庆大学软件学院操作系统实验, 进程调度,线程调度,生产者消费者模式-Operating system test of Chong Qing University software engineering
abc
- 多线程和多进程的管理与调度实验,C语言实现。 此次实验创建了多个线程和进程,使我们加深了对进程概念的理解,明确了进程与线程的区别,掌握了Linux进程创建和撤销的方法,进一步认识了并发执行的实质,了解了多线程的程序设计方法。-Multithreading and multi-process scheduling and management of the experiment, the C language implementation. The experiments created mult
BKGL
- 这是个进程虚拟调度实验,界面精美,模拟了进程运行的四个状态 供大家学习()