- ctoc C#编写的语音聊天系统
- PrjCh04 JSP入门案例:JavaBean+MySQL+JSP做成的登陆页面
- TodayDate 一个与Android日期操作相关的小日历程序源码下载
- signal_procesing2014 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通
- 281 提出了基于内禀模态高频积分能量法的爆震因子计算方法棶该方法对电控二冲程煤油发动机缸 内燃烧压力信号进行经验模态分解棳自适应得到若干内禀模态函数分量与残余函数棶对内禀模态函数分量采 用快速傅里叶变换得到爆震高频信号分量
- Company_Red_v2016_A5 企业网站管理系统主要面向大中型企业电子商务网站的构建与运营管理进行设计研发
文件名称:wenjianguanli
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:78.06kb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一、 任务
设计模拟操作系统文件系统的程序。
二、 目的
通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。
三、功能要求
(1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。
(2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法)
(3)空闲空间管理可采用位图或者其他方法。注意如果采用了位图和显式方法,可将位图和FAT表合二为一。
(4)文件目录采用多级目录结构。至于是否采用索引节点结构,自选。
目录项目中应包含:文件名、物理地址、长度等信息。同学可在这里增加一些其他信息。
(5)该文件系统提供的操作:
• 格式化:对文件存储器进行格式化,即按照文件系统的结构对存储空间进行布局,并在其上创建根目录及其用于管理文件存储空间等的数据结构。
• 创建子目录
• 删除子目录
• 显示目录
• 更改当前目录
• 创建文件
• 打开文件
• 关闭文件
• 写文件
• 读文件
• 删除文件
-First, the task designed to simulate the operating system file system procedures. Second, the purpose of file storage space through specific management of the physical structure of files, directory structures and file operations to achieve and deepen the internal functions of the file system and achieve understanding of the process. Third, the functional requirements (1) open up a space in memory as file memory on which to implement a simple file system. Exit the file system, you need to save the contents of the file system to disk, so you can be come back to memory. (2) management of file storage space can be taken to explicitly link (such as FAT) or other methods. (Ie, a method optional) (3) free space management can be a bitmap or other methods. Note If you use a bit map and explicit methods can be combined bitmap and the FAT table. (4) file directory structure of a multi-level directory. As for whether to use the index node structure, choice. List of projects should include: file n
设计模拟操作系统文件系统的程序。
二、 目的
通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。
三、功能要求
(1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。
(2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法)
(3)空闲空间管理可采用位图或者其他方法。注意如果采用了位图和显式方法,可将位图和FAT表合二为一。
(4)文件目录采用多级目录结构。至于是否采用索引节点结构,自选。
目录项目中应包含:文件名、物理地址、长度等信息。同学可在这里增加一些其他信息。
(5)该文件系统提供的操作:
• 格式化:对文件存储器进行格式化,即按照文件系统的结构对存储空间进行布局,并在其上创建根目录及其用于管理文件存储空间等的数据结构。
• 创建子目录
• 删除子目录
• 显示目录
• 更改当前目录
• 创建文件
• 打开文件
• 关闭文件
• 写文件
• 读文件
• 删除文件
-First, the task designed to simulate the operating system file system procedures. Second, the purpose of file storage space through specific management of the physical structure of files, directory structures and file operations to achieve and deepen the internal functions of the file system and achieve understanding of the process. Third, the functional requirements (1) open up a space in memory as file memory on which to implement a simple file system. Exit the file system, you need to save the contents of the file system to disk, so you can be come back to memory. (2) management of file storage space can be taken to explicitly link (such as FAT) or other methods. (Ie, a method optional) (3) free space management can be a bitmap or other methods. Note If you use a bit map and explicit methods can be combined bitmap and the FAT table. (4) file directory structure of a multi-level directory. As for whether to use the index node structure, choice. List of projects should include: file n
(系统自动生成,下载前可以参看下载内容)
下载文件列表
黄鹏飞/data
黄鹏飞/MyFileSystem.doc
黄鹏飞/MyFileSystem.jar
黄鹏飞/MyFileSystem.java
黄鹏飞
黄鹏飞/MyFileSystem.doc
黄鹏飞/MyFileSystem.jar
黄鹏飞/MyFileSystem.java
黄鹏飞
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.