资源列表

« 1 2 ... .61 .62 .63 .64 .65 166.67 .68 .69 .70 .71 ... 915 »

[操作系统开发Cpp1

说明:进程调度 算法 动态优先权法 和时间片轮转法-failed to translate
<> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发Memory_allocate_and_recover

说明:存储器的分配与回收算法实现 采用最先适应法、最佳适应法、最坏适应法分配主存空间。当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这是应把它分成二部分,一部分为占用区,加一部分又成为一个空闲区。-Memory allocation and recovery algorithm To adapt to using the first method, the best fit m
<> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发shebeihuanchong

说明:操作系统经典实验:设备缓冲实现问题(用VC++编辑,保证能够运行通过)-OS classic experiments: the device buffer implementation issues (using VC edit, guaranteed to run through)
<青涩围巾> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发OS1

说明:基于DOS在turbo2环境下实现多任务调度,同步以及信号量机制-DOS-based environment in turbo2 multi-task scheduling, synchronization and semaphore mechanism
<haitaolv> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发wenjian1

说明:操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。
<sweet> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发2

说明:本实验设计在同一个进程地址空间内执行的七个线程。三个生产者线程四个消费者线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。生产者线程生产物品时,若无空缓冲区可用,生产者线程必须等待消费者线程释放出一个空缓冲区;消费者线程消费物品时,若无满的缓冲区,消费者线程将被阻塞,直到新的物品被生产出来。-The experimental design in the same pr
<吴起> 在 2024-11-20 上传 | 大小:3kb | 下载:1

[操作系统开发caozuoxitong

说明:这是操作系统的有关文件系统管理的源程序文档,里面包含源代码和报告流程图-It is the operating system source code for file system management document, which contains the source code and reports Flowchart
<李明> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发process

说明:该程序实现单处理系统的进程调度模拟,进程最多个数5个,采用时间片轮转法-The program implementation process of scheduling a single processing system simulation, process the maximum number of five, with round-robin method
<zch> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发newtest2

说明:页式虚拟存储管理中地址转换和缺页中断的模拟 操作系统课程设计-Virtual Storage Management page in the address translation and page fault simulation of the operating system curriculum design
<啊啊> 在 2024-11-20 上传 | 大小: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> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发disc-scheduling

说明:operating system disc scheduling algorithms(fcfs,clook,cscan,look,scan,sstf) in c++.
<naresh> 在 2024-11-20 上传 | 大小:3kb | 下载:0

[操作系统开发cpu-scheduling

说明:operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
<naresh> 在 2024-11-20 上传 | 大小:3kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 166.67 .68 .69 .70 .71 ... 915 »

源码中国 www.ymcn.org