资源列表
[操作系统开发] Memory_allocate_and_recover
说明:存储器的分配与回收算法实现 采用最先适应法、最佳适应法、最坏适应法分配主存空间。当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。-Memory allocation and recovery algorithm To adapt to using the first method, the best fit method, the worst fit method to<许> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[操作系统开发] shebeihuanchong
说明:操作系统经典实验:设备缓冲实现问题(用VC++编辑,保证能够运行通过)-OS classic experiments: the device buffer implementation issues (using VC edit, guaranteed to run through)<青涩围巾> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[操作系统开发] 2
说明:本实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-The experimental design in the same process address space implementa<吴起> 在 2025-07-27 上传 | 大小:3kb | 下载:1
[操作系统开发] caozuoxitong
说明:这是操作系统的有关文件系统管理的源程序文档,里面包含源代码和报告流程图-It is the operating system source code for file system management document, which contains the source code and reports Flowchart<李明> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[操作系统开发] library
说明:The C standard library provides macros, type definitions, and functions for tasks like string handling, mathematical computations, input/output processing, memory allocation and several other operating system services.<amitsolanki> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[操作系统开发] disc-scheduling
说明:operating system disc scheduling algorithms(fcfs,clook,cscan,look,scan,sstf) in c++.<naresh> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[操作系统开发] cpu-scheduling
说明:operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.<naresh> 在 2025-07-27 上传 | 大小:3kb | 下载:0