搜索资源列表
wenjian
- 文件的查找包含顺序查找以及串联查找(操作系统课设)-Find the file that contains the order of search and the serial search
code
- 南理工软件课设,关于操作系统线程如何工作的-The software curriculum design, work on the operating system how
Classesbasedoperatingsystem.Rar
- 操作系统课设 提供并发进程、内核编译、添加驱动和资源管理器四个小程序的相关代码-Operating systems curriculum design Applet provides four relevant code: concurrent processes, kernel compilation, add drivers, and resource managers
os
- 华工计算机学院操作系统课设,大作业,shell和diksms-The Chinese School of computer operating system course design, operation, shell and diksms
storage-management-and-recovery.
- 操作系统课设,模拟设计段式存储管理的分配与回收-Operating system course design, distribution and recovery period of storage management simulation design
操作系统课程设计报告 分页存储管理系统
- 操作系统课设,基本分页存储管理系统的模拟。(Simulation of paging storage management system)
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK