搜索资源列表
caozuoxitong
- 操作系统课设,报扩先来离线服务,随机算法最优算法
模拟磁盘文件管理
- 操作系统课设 模拟磁盘文件管理
wenjian
- 文件的查找包含顺序查找以及串联查找(操作系统课设)-Find the file that contains the order of search and the serial search
KSOS
- 计算机操作系统课设 模拟进程调度,用各种进程调度算法实现进程调度-Simulation process scheduling
os
- 操作系统课设,编程实现模拟操作系统进程调度-Class set of operating system programmed to simulate the operating system process scheduling
FATwenjian
- 操作系统课设 文件系统在Windows或者Linux下设计一个二级(或者树型)结构文件系统,要求至少实现以下功能:login 用户登录、dir 列出文件目录、create 创建文件、del 删除文件、open 打开文件、close 关闭文件、read 读文件、write 写文件、cd 进入子目录、rd 删除子目录、md 创建子目录等-Class set of operating system file system under Windows or Linux, a two (or tree)
os
- 先来先服务算法 强占式短进程优先算法的操作系统课设-First-come, first-served algorithm preemptive priority short process
code
- 南理工软件课设,关于操作系统线程如何工作的-The software curriculum design, work on the operating system how
csks
- c++用code blocks+wxwedgits写的操作系统课设,包括电梯管理程序,分水果程序防死锁程序,还有LRU磁盘调度程序-c++ with code blocks+wxwedgits write class-based operating system, including the elevator management program, anti-lock program of fruit program, as well as LRU disk scheduler
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
shengchanzhexiaofeizhe
- 自己编的生产者消费者程序适合操作系统课设-Own procedures for producers of consumer class-based operating system
shengchanzhexiaofeizhe
- 自己编的生产者消费者程序适合操作系统课设-Own procedures for producers of consumer class-based operating system
操作系统课程设计报告 分页存储管理系统
- 操作系统课设,基本分页存储管理系统的模拟。(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