搜索资源列表
fat16fat32硬盘FAT文件系统原理的详细分析
- 硬盘fat文件系统的详细分析,包括物理结构,逻辑结构,引导原理等-fat file system drives the detailed analysis, including physical structure, logic structure, such as guiding principle
文本文件系统
- 文件系统操作,能Crate,Delete目录,使用多级目录,至于是否采用索引节点结构,自选。目录项目中应包含:文件名、物理地址、长度等信息。-file system operation, can Crate, Delete Contents, the use of multi-level directory, As to whether Index node structure, Customize. Contents Item should include : name, physical a
xueshengguanlixitong123
- 该程序可以记录学生的各科成绩:包括:语文 数学 英语 物理 化学 总分 均分等内容-the program can be recorded students branches accomplishments : : English language math scores physical and chemical content sharing, etc.
caozuoxitongkeshe
- 这是我的操作系统课程设计:简单多用户文件系统,是用来模拟实际的文件存储,物理块的分配,以及文件读写打开关闭等基本操作.学生专用-This is my courses on operating system design : simple multi-user file system is used to simulate the actual document storage, the physical block distribution, and document literacy and
erasefile
- 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively sa
VCmulsystem
- 设计一个模拟的多用户多目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现-Designed in a simulated multi-user multi-directory file system. Through specific file storage space management, document the physical structure, directory structure and file operations implementa
TETRA_SIM
- TETRA Physical layer Phase Modulations, 12 files making up whole layer with added noise, Just put in frame numbers and simulate
filesave
- 一个操作系统的模拟物理文件的存储过的的程序-Simulation of a physical operating system files have been stored procedures
WinImagev850
- WinImage is a fully-fledged disk-imaging suite for easy creation, reading and editing of many image formats and fileystems, including DMF, VHD, FAT, ISO, NTFS and Linux. The disk image is an exact copy of a physical disk (floppy, CD-ROM, hard disk, U
FastCopy203src
- v2.03修正了"Elevate"菜单项在英文界面没有工作的问题。 v2.02发布X64的本地版本.如果安装在Vista或Win7的\Progmram Files下,则存储fastcopy.ini和logfiles 到 \Users\(USER)\AppData\roaming\FastCopy下。 v2.01修正无法完成在同一硬盘“移动”的问题。回复不要求绝对路径。 v2.00添加简单的比较功能(“上市”用CTRL键)。如果启用了UAC,并安装在\Progmram Files下,文
GetPysicalDriveSerialNuk
- 能够精确得到物理磁盘序列号,获取磁盘的大小与对应分区个数,区分是usb还是和本地硬盘-Can accurately be physical disk serial number, get the size of the disk partition and the corresponding number, and the distinction between a local hard disk or usb
File
- 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
wenjianchakan
- 能够实现拖拽文件或者文件夹,获取文件或者文件夹的物理路径-Be able to drag and drop files or folders, to obtain the physical path of the file or folder
file-system
- 一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。-A simulation of many users of multistage directory file system. By a specific file storage space, the management of the physical structure of file, directory structure and the
mult-users-mult-dir-file-system
- 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
test_to_threshold
- VC++ 物理扇区磁盘的读写操作 很有用的哦-VC++ physical sector disk read and write operations
FileSystem
- 模拟linux文件系统写的程序,比较简单。该文件系统物理基础为磁道(40)0~39道。每个磁道划分为8个扇区,每个扇区有512B。该文件系统实现了文件的创建,删除,打开,读写,关闭,查看,目录的创建,删除等。-Analog linux file system write the procedure is relatively simple. The physical basis of the file system to the track (40) from 0 to 39. Each tra
CreateMemMapfile
- 在处理大文件处理时,内存映射文件将表示出卓越的优势,只需要消耗极少的物理资源,对系统的影响微乎其微。-Handle large file handling, memory-mapped file shows superior advantages, only consumes very little physical resources, and minimal impact on the system.
pdfStructure
- vc6.0开发的pdf文件的解析器,可以显示pdf文件的物理结构和逻辑结构以及object列表,对学习pdf文件结构有很大帮助。-vc6.0 development pdf file parser, you can display pdf file of the physical and logical structures as well as object lists, learning pdf file structure of great help.
SD-Card
- 基于物理磁盘,检测出内存小于8M的SD卡-Based on the physical disk, detect less than 8M memory SD card