搜索资源列表
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
DiskStudy
- 这是一个用于学习操作系统课程中磁盘管理问题的很好的实例,说明了磁盘管理的各种调度方法!-This is an operating system for learning courses disk management issues very good illustration of the disk management of scheduling!
lunwen002
- 文件系统及磁盘管理实现机制深入研究 研究生论文-file system and disk management mechanisms to achieve in-depth study postgraduate thesis
DiskManagerProject
- 操作系统课程设计之磁盘管理模拟,采用位视图算法(JAVA版)-courses on operating system design from the disk management simulation algorithm used-View (Java version)
CDManager-0.8.33.tar
- 磁盘管理工具,主要管理光盘信息和内容希望大家喜欢-disk management tools, key management information and CD-ROM content hope you like
磁盘管理程序mymanage
- 一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等-a disk management procedures and functions, including : mobile, delete, open, search, file attributes, spare disk space, disk copy, formatting, etc.
磁盘管理
- 设计磁盘文件系统时首先要解决磁盘存储空间的管理问题。作为一种现代计算机使用广泛的外存储设备,目前磁盘的存储空间越来越大,使用传统的空闲表法和空闲链接法进行管理的效率不高。对此,UNIX系统引入了成组链接法。成组链接法是一种优秀的磁盘空闲空间管理方法,具有效率高、不浪费磁盘存储空间的优点。本实验的目的是编程模拟实现磁盘成组链接方法的管理方式,加深实验者对该方法设计思想的理解和掌握。
资源管理器
- 资源管理器,查看磁盘及文件夹下资源,可作为新手学习资料
磁盘存储空间的分配和回收算法
- 为了提高磁盘存储空间的利用率,可在磁盘上组织成链接文件、索引文件,这类文件可以把逻辑记录存放在不连续的存储空间。为了表示哪些磁盘空间已被占用,哪些磁盘空间是空闲的,可用位示图来指出。位示图由若干字节构成,每一位与磁盘上的一块对应,“1”状态表示相应块已占用,“0”状态表示该块为空闲。位示图的形式与实习二中的位示图一样,但要注意,对于主存储空间和磁盘存储空间应该用不同的位示图来管理,绝不可混用。
模拟磁盘文件管理
- 操作系统课设 模拟磁盘文件管理
MyTreeCtrl21
- 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
CDManager-0.8.34.tar
- 磁盘管理工具,主要管理光盘信息和内容 开源有版权-Disk management tools, the main CD-ROM information and content management open source copyright
12.23
- 磁盘管理,功能主要是进行磁盘的查看,磁盘文件的删除,建立目录,删除目录等操作-Disk Management, the main function is to check the disk, the disk files to delete, create the directory, delete directory, such as operation
osexperiment
- 我们全部的四个操作系统实验,模拟系统的内存管理,磁盘管理-We test all of the four operating systems, simulation systems memory management, disk management
dickmanage
- 这是我自己编写的一个小程序 关于磁盘管理的一个小程序。 -It s a code about dick manage. It is write by myself.
_manager
- 理解文件系统的层次结构,掌握高速缓存管理和磁盘管理的基本思想和算法,掌握文件系统的系统调用处理算法和运用,设计小型文件系统 。-Understand the file system hierarchy to master high-speed cache management and disk management, the basic ideas and algorithms, to master the system calls the file system processing algo
cpgl
- 磁盘管理是学习Windows操作系统中最基本部分-Disk management is to learn the most basic part of the Windows operating system,
2009VHD
- 2009 VHD虚拟磁盘管理系统环境配置操作手冊官方提供-2009 VHD virtual disk management system environment configuration manual from official sources
asp111
- (FSO)ASP在线文件管理器精简版.rar ASP 一句话木马.rar 00简单代码实现益处.rar in很好的木马程序.rar 111ASP后门木马.rar LbFileadminv1.0.rar ASP有数据库管理Admin_A.rar 桃源网络硬盘.Net v2.5.zip cmd.jsp.rar FilesNet文件管理器 v1.3.rar 这个不会被查杀.rar ftp_v1_4点NET.rar SQL通用防注入程序4c.rar W
磁盘管理
- 模拟文件在磁盘位置的管理,显示位示图,文件创建等(The management of the disk location of the analogue file, the display bit diagram)