搜索资源列表
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
file
- 模拟采用二级目录结构的磁盘文件系统中的文件操作。采用二级目录结构时,第一级为主文件目录MFD,第二级为用户文件目录UFD。-2 directory structure simulation using the file system disk file operations. Two-level directory structure, the first-class directory-based MFD, the second level for the user file director
FileSystem
- 文件管理系统的模拟实验,实现删除,添加功能-Document Management System simulation experiments, to achieve the deletion, add features
Multi_user_multi_level_directory_of_the_file_syste
- 多用户多级目录文件系统 功能:模拟Dos文件系统实现文件目录管理 进入控制台之后,可用命令有: "create"(创建文件或目录), "open"(打开文件或目录), "read"(读取文件内容,必须先打开文件), "write"(写入内容到文件,必须先打开文件), "close"(关闭文件或目录), "delete"(删除文件或目录), "mkdir", "cd"(进入目录), "dir"(查看目录结构), "logout"(退出登陆) 登陆用户名:root 密码:root-M
filesystem
- 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
FileSys
- c语言简单的文件系统的实现。模拟FAT表-File system
TelecomChargeSystem
- 电信计费系统预处理功能模拟 本课题以中国电信语音业务的话单批价处理系统为原型参照,要求对文件中存储的话单数据进行排序、查找、计算、显示等操作。-Telecom Billing System pre-processing and simulation of the topics to China Telecom voice services, then price of a single batch processing system for the prototype reference doc
FileSystem
- 文件系统模拟实验,实现了简单的文件系统功能,目的旨在了解文件系统原理-File system simulation to achieve a simple file system functions, the purpose was to understand the principles of the file system
filesystem
- 实现文件系统的VC++程序,可用于模拟文件系统的操作功能-Implementation of the file system VC++ program can be used to simulate file system operations functions
11
- 模拟unix操作系统中的文件系统功能。用一个文件(disk.txt)模拟一个物理硬盘, 通过对该文件的一系列操作,模拟UNIX文件系统中的文件操作。-Simulation of the unix operating system file system functions. Simulation of a physical hard disk to simulate file operations in the UNIX file system through a series of opera
System
- 为计算机专业操作系统课程设计.虚拟实现了可变分区内存管理,磁盘空白分页管理,进程模拟调度,文件系统.可做为源码参考-Curriculum design for the computer professional operating system. Virtual variable partition memory management, disk blank paging management, process simulation, scheduling, file systems can b
filesystem
- 模拟实现linux下的文件系统,能实现创建,删除,读,写,打开,关闭文件,还能使用mkdir创建目录等-Simulation under linux file system, can achieve to create, delete, read, write, open, close the file, but also to create a directory using the mkdir, etc.
Explorer
- 模拟系统文件系统功能,在win7下面使用vs2010实现。-Simulation system file system functions used below in win7 vs2010 implementation.
os1
- 模拟UNIX的文件系统,分级目录,存储分配等等。仅作为对文件系统学习的简单联系。-Analog UNIX file systems, hierarchical directories, storage allocation, and so on. Only as a simple link to the file system of learning.
1656195
- 把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,(Simulation for a file on disk, and then build on the disk file system,)
最后结果 - 改进版
- 文件系统模拟实现 设计并实现一个简单的文件系统,要求实现基本的文件操作。(Design and implement a simple file system, requirements for basic file operations)
水果销售管理分析系统
- 1. 添加: 用链表存储 在尾部添加 同名就合并 2. 查看: 用链表的插入法排序 遍历显示 3. 删除: 指针遍历 删除 4. 更改: 指针遍历 更改 5. 记录销售情况: 用文件和结构体分日期记录 对原有结构体中数据进行相应的更改删除 6. 分析: 分日期进行销量和利润分析 用符号模拟坐标轴形象的显示出来(Simple version of fruit management system)
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
模拟DOS文件存储
- 模拟设计DOS操作系统中磁盘文件的存储结构,通过文件目录,FAT表等形式表现文件在DOS系统中的存储(DOS operating system simulation design in the disk file storage structure)
基于C语言实现的模拟操作系统文件系统
- 模拟linux操作系统,期末课程设计,实现linux基本功能,显示所有文件,返回目录(Simulation of linux operating system, final course design, realize the basic functions of linux, display all files, return to the directory)