搜索资源列表
操作系统课程实验
- 操作系统实验,包括进程管理,文件管理,内存管理的基本实验源玛-experimental operating system, including process management, document management, memory management source of the basic experiment Machia
简单的文件管理模拟
- 本人最初学习操作系统编程,技术上的一些缺陷还请大家多多批评!-I started to learn the operating system programming, some technical flaws also please many criticisms!
vb 模拟操作系统
- 这是一个模拟操作系统 其中有进程管理 内存管理 文件管理 我觉得不错-This a VB simulativing OS,it can do process management,memory management and file management.
模拟磁盘文件管理
- 操作系统课设 模拟磁盘文件管理
多级文件目录管理
- 一个简单的操作系统文件管理系统 课程设计 用C#实现,希望对大家有帮助,welcome to load!
FileManagement.rar
- 大学生计算机操作系统课程设计,实现文件管理系统模拟功能,实现读,写,创建,删除等功能,Students of computer operating systems curriculum design, to achieve document management system analog functions, the realization of read, write, create, delete and other functions
muluguanli
- 操作系统课程设计,C++文件管理系统,可实现目录及文件创建、删除、复制和移动等功能。-Operating system curriculum design, C++ Document management system, enabling the creation of directories and files, delete, copy and move functions.
fileSys
- 模拟文件管理系统的C语言代码和操作系统课程设计报告-Simulation of Document Management System C language code and operating systems curriculum design report
os
- 操作系统文件系统用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。-Operating system file system with high-level language writing and debugging a simple file system, simulating the working process of document management.
wenjianguangli
- 操作系统综合设计实验 文件管理很完善哦-Integrated operating system design experimental document management is sound, oh
OS
- 操作系统之建立文件管理系统包含建立文件 实现文件读写等功能-The establishment of the operating system
51622412FileSystemdesign
- VC++ 操作系统课程设计 文件管理 上传挣点币,欢迎下载-thanks!
file
- 文件管理系统 操作系统实验 C源代码 学生实验时常用-The code of file management in C language
baogao
- 操作系统课程设计,含详细报告,文件管理系统-Operating system, curriculum design, including a detailed report
TOMfileManagement
- 文件管理系统(TOMCN)DOS 操作系统文件管理模块的模拟 -fileManagement
操作系统+模拟的+欢迎下载+C#版
- 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
os
- 本系统模拟操作系统的文件管理,内存管理,设备管理,进程管理四个模块-The simulation of the operating system file management, memory management, equipment management, process management of four modules
os
- 模拟操作系统文件管理,用于了解操作系统内部文件调度管理的方法。利于对操作系统的学习。(Analog operating system file management)
670191
- 这是一个模拟操作系统其中有进程管理内存管理文件管理()
FileManageSystem
- 用C编写和调试一个文件系统,功能使用命令行的方式实现。模拟文件管理的工作过程。 说明: 1)每个目录项16个字节(在2.2中有具体定义),所以根目录下只允许建立4个子目录或者文件。 2)i-node位图1块64字节,共512位,可以描述512个i-node的使用情况 3)位图的数据结构可以参考“位域”数据结构类型。 4)Data Block区的数据块,是三种类型。包括索引块,文本文件数据块,目录文件数据块。定义时使用union类型(A file system is written a