搜索资源列表
文件
- 编程计算磁盘上(或某一目录下)所有文件的平均长度。 编程计算磁盘上(或某一目录及其各级子目录)每目录的平均文件个数。-programming calculated on the disk (or a directory) all the average length of documents. Programming calculated on the disk (or levels of a directory and its subdirectories), the average per-
directorywatchdog
- 监控文件目录的VC程序,不需要驱动的代码-monitoring directory of VC procedures, the code does not need Drivers
MyIE_Code
- 1.MyIE开源工程协议 MyIE开源工程遵循GNU通用公共许可证GPL(GNU General Public License)开发,任何人都可以永久免费安装使用,在你下载和使用MyIE源代码前,请阅读并同意这个许可(http://www.gnu.org/copyleft/gpl.html),中文版本(http://www.morequick.com/down/gpl_chs.htm). 2.工程编译提示 如果你使用的是VC++6,你需要更新2个头文件,请从这里下载: http
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
wenjianmulu
- 文件目录管理适应用于对系统文件的模拟。很经典的。欢迎下载
file
- 操作系统作业,对文件目录的管理,修改,删除 返回上一级
os
- [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k (2) i 结点文件类型 正规文件目录文件(共1byte)块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文
模拟二级文件系统
- 用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
文件系统模拟
- 文件系统模拟 模拟采用二级目录结构的磁盘文件系统中的文件操作-Analog simulation of the file system directory structure with the secondary file system disk file operations
os
- 设计一个模拟的多用户多级目录的文件系统,并提供基本命令来模拟这个文件系统的文件操作。用一个文件来模拟用户表,用来记录当前系统中的用户,每一个用户有一张自己的用户目录表,用来记录自己账户下的目录情况,目录表也是用形式保存在硬盘中。用户分普通用户,管理员,超级管理员三种,各用户只可以在自己目录下操作文件,超级管理员可以为新用户分配用户目录,可以设置用户的权限,而管理员只可以为新用户分配用户目录,普通用户则只能在自己的目录下进行文件操作。 用户登陆之后,可以在其用户目录下面进行文件操作,可以新建
file
- 用vc写得操作系统课程设计题,简单文件系统实现,对文件和目录进行创建,修改,查询,删除,读,写,打开,关闭等功能-Written by vc title operating system curriculum design, simple file system for files and directories to create, modify, query, delete, read, write, open, shut down and other functions
carchive_wenjian01
- 操作系统文件管理系统,该系统可以创建目录,删除文件,删除目录,可以进行上下的翻页功能-Operating system file management system, which can create directories, delete files, delete the directory, can be up and down the page feature
jincheng
- 设计目录结构(采用多级目录)以及文件目录项的结构、外存空间的位示图,并编程实现如下要求(本实验未考虑实现文件操作功能)-Design the directory structure (using multi-level directory), and the file directory of the structure of space-bit Out-of-Core that map, and programming to achieve the following requirements
fileSYS
- 文件系统模拟一个文件管理系统工作过程,对文件做目录,分级,可改变目录、创建文件、删除文件、显示目录、创建目录、删除目录-File System Simulation of a document management system process, so the directory of files, grading, can change the directory, create files, delete files, display directory, create directory,
3105007
- 操作系统 多级文件目录 希望对大家有用-good good good good
OS
- 操作系统课程设计,模拟UNIX磁盘文件管理系统 • 建立文件存储介质的管理机制 • 建立目录 • 文件系统功能(显示目录、创建、删除、打开、关闭、读、写) • 文件操作接口(显示目录、创建、删除、打开、关闭、读、写)-Operating system, curriculum design, simulation UNIX disk file management system • Create file storage medi
hkj
- 多用户多级目录的文件系统,(1)具有login (用户登录) (2)系统初始化(建文件卷、提供登录模块) (3)文件的创建: create (4)文件的打开:open (5)文件的读:read (6)文件的写:write (7)文件关闭:close (8)删除文件:delete (9)创建目录(建立子目录):mkdir (10)改变当前目录:cd (11)列出文件目录:dir (12)退出:logout -Multi-user multi-level directory of the file
File_os
- 1、设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件。 2、程序采用二级文件目录(即设置主目录[MFD])和用户文件目录(UED)。另外,为打开文件设置了运行文件目录(AFD)。 3、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 4、算法与框图: ①因系统小,文件目录的检索使用了简单的线性搜索。 ②文件保护简单使用了三位保护码:允许读写执行、对应位为 1,对应位为0,则表示不允许读写、执
1552671_xieke
- 文件存储空间管理可采取显式链接(如FAT)或者其他方法; 空闲空间管理可采用位图或者其他方法; 文件目录采用多级目录结构,目录项目中应包含:文件名、物理地址、长度等信息。(File storage management can take explicit linking (such as FAT) or other methods; Free space management can employ bitmaps or other methods; File directory use