搜索资源列表
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
filesystem_C
- 此版本是在网上广为流传的 二级文件系统 基础上制作的.重新编写了块操作等模块,修正了N多BUG. 实现的命令有 ls-列目录 md-创建目录 cd-进入子目录 mf-创建文件 cat-显示文件内容 del-删除文件 vi-简单文件编辑 reg-注册用户管理 q-退出 超级雷电 -this version on the Internet widely circulated two file system on the basis of production. Rewrite
filesguanli
- 采用二级目录实现的简单模拟文件管理系统。普通文件的目录项包括文件名,文件类型,文件长度,指向文件内容的指针内容。目录文件的目录项包括目录名,指向下一级目录块的指针内容。-using two simple directory achieve simulation document management system. Ordinary paper catalog items including file name, file type, file size, the contents of the
2
- 模拟采用二级目录结构的磁盘文件系统中文件操作
test6
- 模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法。 1. 采用二级目录结构实现磁盘文件操作:假定文件采用的物理结构为连续结构。编写程序模拟一个简单的文件系统,实现文件系统的管理和控制功能
WULU
- 对文件二级目录管理,使用索引结点.大三的操作系统实验.
模拟二级文件系统
- 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,f
用login二级目录的文件系统
- 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
成品
- 操作系统的一个程序。。题目是文件系统管理。。有关二级目录的程序,,在UNIX下调试运行-a procedure for the operating system. . Topic is document management system. . Contents of the two procedures in Unix debugging operation
IFS.zip
- 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。,Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention
文件系统模拟
- 文件系统模拟 模拟采用二级目录结构的磁盘文件系统中的文件操作-Analog simulation of the file system directory structure with the secondary file system disk file operations
files
- 用C语言写的关于模拟二级目录文件操作,文件的创建,删除,修改文件内容等,操作系统实验-Written using C language on the simulation of two directories and files operations, file creation, delete, modify file contents, the operating system experiment
File_os
- 1、设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件。 2、程序采用二级文件目录(即设置主目录[MFD])和用户文件目录(UED)。另外,为打开文件设置了运行文件目录(AFD)。 3、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 4、算法与框图: ①因系统小,文件目录的检索使用了简单的线性搜索。 ②文件保护简单使用了三位保护码:允许读写执行、对应位为 1,对应位为0,则表示不允许读写、执
J4Filesystem
- 1、程序采用二级文件目录(即设置主目录MFD)和用户文件目录(UFD)。另外,为打开文件设置了运行文件目录(AFD)。 2、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 3、因系统小,文件目录的检索使用了简单的线性搜索。-1, the program uses two files directory (ie, set the home directory MFD) and user files directory (the UFD). I
file
- 操作系统文件操作模拟实验 设计一个N个用户的文件系统,每次用户可保存L个文件,一次运行用户可以打开S个文件。 程序采用二级文件目录(即设置主目录MFD)和用户文件目录(UFD)。另外,为打开文件设置了运行文件目录,用户已打开文件表UOF.。 为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作 -OS file operations simulation Design an N-user file system, each
OS-filesystem
- 操作系统实验-文件系统源代码,实现多级二级目录,数据结构,数组和单向链表-Operating system experiment- the file system source code, to achieve multi-level two directories, data structures, arrays, and singly linked list
indexpage
- 模拟采用二级目录结构的磁盘文件系统中的文件-The two directory structure disk file
file-system-in-OS
- 简单的二级文件系统 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。-Simple two file system
Description-of-the-file-system
- 文件系统的描述,使用C语言模拟的,有文件二级目录,以及文件可以被用户创建,删除等功能-A descr iption of the file system, using the C language simulation, there are two files directory, and the file can be user to create, delete, etc.