搜索资源列表
成组链接法
- 本系统是用C++做的,本程序模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理-the system is done in C, the UNIX system simulation pieces of spare Links Group, to achieve disk storage space management
Multilevel_Queue_Scheduling
- 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述; 使用两种方式产生作业:(a)自动产生, (b)手工输入; 在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
sqlite-dll-win32-x86-201408081749
- 用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作: a) 格式化 b) 创建子目录 c) 删除子目录 d) 显示目录 e) 更改当前目录 f) 创建文件 g) 打开文件 h) 关闭文件 i) 写文件 j) 读文件 k) 删除文件 -With c# Realize the simulation in memory of the simple file system, the entire file system can be stored
operating_system
- 运用C#语言在VS2005开发环境编写软件模拟UNIX操作系统磁盘文件管理系统—-成组链接法,实现了文件的创建,写文件,读文件、删除文件以及创建目录,删除目录等文件管理的基本操作。-VS2005 using C# language development environment for writing software in simulation of the UNIX operating system disk file management system- a set of links me
ConsoleApplication1
- 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理.能接受来自键盘或文件的空间申请及释放请求,能显示或打印分配的磁盘空间的块号,在完成一次分配或归还后能显示或打印各空闲块组的情况(各组的空闲块数和块号)-After the simulation UNIX system free blocks into groups link method, manage disk storage space. Space can accept applications and release reque
