搜索资源列表
PE-File-format.rar
- 一个操作系统的可执行文件格式,从许多角度来看,都是操作系统内建行为的一面镜子。 虽然可执行档格式通常并不是一个程序员认为迫切需要学习的东西,但操作系统的许多 有用的知识却可以在这个过程中获得。动态联结、加载器行为、以及内存管理,是特 别容易在这个学习过程中推理而得的三个主题。,An operating system of the executable file format, from a number of point of view, are built into the operat
NTFS-file-system-specification
- NTFS文件系统规范.NTFS作为Microsoft Windows NT® 操作系统的标配文件系统克服了FAT/FAT32文件系统的大量缺点;同时又随着Microsoft Windows 2000® 、Microsoft Windows XP操作系统的推广得到越来越广泛的应用。-NTFS file system specification
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
File
- 文件系统cpp,包括文件系统设计以及必要的注释,操作系统课程作业-File System cpp, including the file system design as well as the necessary notes, operating system programs operating
OS_Big_Work_No3
- 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
immediate
- Minix操作系统中添加immediate file功能的补丁-Minix operating system patches to add immediate file function
File
- 操作系统课程设计,文件部分的开发。包括文件的创建、读写、关闭等-Operating System Course Design, document part of the development. Including file creation, reading and writing, closing, etc.
file-system
- 操作系统的一个小实验,关于文件系统的相关操作。-Operating system in a small experiment on the file system related operations.
File
- wenjian 通过课程设计,要求学生主要掌握如下内容: 1.文件的物理结构可以选用顺序分配、链表分配或索引分配。 2.建立文件:从命令中得到文件名,得到该文件的文件长度,建立文件。修改目录表。 3.删除文件:回收文件占用的空间,修改目录表 4.读文件:read [文件名] [显示开始字节] [显示的字节数] ,直接显示所需要的字节数。 5.写文件:write [文件名] [插入的位置] [插入的内容] 6.查询属性:显示文件属性 文件名,类型,长度,时间
The-file-system-simulation-program
- 使用C语言编写的文件系统模拟程序,体现了文件系统的结构与原理,学习操作系统很有用!-Use written in C language of the file system, a simulation program reflects the file system, study the structure and principle of operating system is very useful!
File-Manager
- CUIT课程试验,操作系统:文件管理 C-CUIT course test, the operating system: file management C++
File-Explorer
- 文件资源管理器的设计与实现 是操作系统的详细设计报告,包含完整的代码,运行结果以及详细设计-File Explorer is the operating system design and implementation of the detailed design report, including complete code, the results and the detailed design
file
- 操作系统实习作品,用VC模拟unix文件系统,对理解unix文件管理有帮助,模仿CMD的样式,便于操作。-Practice operating system works with VC simulation unix file system, file management understanding unix help, CMD to imitate the style, easy to operate.
file
- 操作系统文件操作模拟实验 设计一个N个用户的文件系统,每次用户可保存L个文件,一次运行用户可以打开S个文件。 程序采用二级文件目录(即设置主目录MFD)和用户文件目录(UFD)。另外,为打开文件设置了运行文件目录,用户已打开文件表UOF.。 为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作 -OS file operations simulation Design an N-user file system, each
file
- 操作系统文件系统算法,经典的操作系统算法,操作系统学习和入门的好源码-Operating system file system algorithm, the classic algorithm of the operating system, the operating system to learn and started a good source
File-Explorer
- 文件资源管理器.操作系统课程设计---文件资源管理器源码+报告册-File Explorer. Courses on operating system design--- File Explorer source+ report books
file
- 操作系统文件调用模拟,模拟了类似于先来先服务,短进程优先等-Operating system file calls simulation, simulation similar to the first come first served, short process priority
simple-file
- 简单的文件系统试验源代码,可用于操作系统的大型实验-Simple test source code of the file system, the operating system can be used for large-scale experiments to ~
file-system
- 操作系统文件系统实验,模拟一个简单的文件系统,实现文件系统的管理和控制功能。-The operating system file system experiments and simulate a simple file system, file system management and control functions.
file format and extension
- you can define your own storage structures and file system using the guidelines given above