搜索资源列表
磁盘访问保护工具
- 能对本机磁盘驱动器的访问提供保护,如禁用、启用某驱动,加口令访问等等
磁盘毁尸灭迹
- 原理: 本软件通过覆盖磁盘可用空间来达到彻底清除曾经删除的文件. 作用: 可以彻底清除磁盘曾经储存但被移动、修改、删除的痕迹,这样就可以不必担心以前删除了的文件被他人使用 磁盘恢复软件 恢复了. 常识: 一般常规方式删除(比如清空回收站或SHIFT+DELETE,以及在windows下的格式化)只是清除文件在文件系统中的索引位置,而文件的实体还是保存在磁盘扇区里的,所以所谓 磁盘恢复软件 依然能够恢复你已删
磁盘存储空间的分配和回收算法
- 为了提高磁盘存储空间的利用率,可在磁盘上组织成链接文件、索引文件,这类文件可以把逻辑记录存放在不连续的存储空间。为了表示哪些磁盘空间已被占用,哪些磁盘空间是空闲的,可用位示图来指出。位示图由若干字节构成,每一位与磁盘上的一块对应,“1”状态表示相应块已占用,“0”状态表示该块为空闲。位示图的形式与实习二中的位示图一样,但要注意,对于主存储空间和磁盘存储空间应该用不同的位示图来管理,绝不可混用。
磁盘
- c ++下的磁盘扫描程序-under the Scan Disk
[VC] 磁盘编辑程序源代码winbiosdisk
- [VC] 磁盘编辑程序源代码winbiosdisk\[VC] 磁盘编辑程序源代码winbiosdisk.rar-[VC] disk editing source code winbiosdisk \ [VC] disk editing source code winbiosdisk.rar
磁盘调度算法
- 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two.
磁盘文件的查找sam_sp_53
- 磁盘文件的查找sam_sp_53-disk document search sam_sp_53
磁盘管理程序mymanage
- 一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等-a disk management procedures and functions, including : mobile, delete, open, search, file attributes, spare disk space, disk copy, formatting, etc.
磁盘文件的读写
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-This is a document to read and write disk example, "infile" to read documents, "wfile" written document.
列表磁盘的组合框带图标
- 该代码提供了带有系统磁盘选择的下拉组合框控件-The code provides a disk system with a drop-down selection box controls portfolio
磁盘扫描GUI
- 磁盘容量扫描、但界面和程序结构非常不错,很有学习价值-capacity disk scan, but the interface and program structure is very good and very worth learning
获取磁盘空间数据
- 功能简介:从下拉列表框中选择驱动器,然后点击后面的磁盘空间信息,便可得到磁盘中容量和磁盘剩余总空间.-profiles : from the drop-down list box choice drives, then click on the back of disk space information will be obtained disk capacity and total disk space remaining.
常见OS磁盘文件系统的数据结构及应用
- 常见OS磁盘文件系统的数据结构及应用,好东西啊,大家快下,下了我好下-common OS disk file system data structures and applications, good things ah, we fast, I had a good under
2004G磁盘维护工具
- 这是功能强大的磁盘维护工具 能读写任意扇区 备份重要数据-This is a powerful tool for safeguarding disk read and write arbitrary data backup Sector
实例70 获取磁盘空间数据
- 本程序详细介绍了如何获取磁盘空间的数据,如何知道磁盘的空间状况,比如还剩多少磁盘空间等-the procedures detailed information on how to access the data disk space, how to know disk space conditions, such as the number of remaining disk space, etc.
磁盘存储空间的分配与回收
- 模拟实现磁盘空间的分配与回收.打包文件中附有详细的实验报告.-Simulation disk space allocation and recovery. Packing documents, including a detailed report of the experiment.
磁盘格式化程序
- 该程序通过二进制操作,实现磁盘的格式化。类似dos里的format-the program through binary operation to achieve disk formatting. The dos similar format
磁盘碎片整理程序源代码
- 磁盘碎片整理程序源代码,和Windows自带的磁盘整理程序有着相似的功能,简单易用. -disk defragmentation program's source code and the Windows disk collate procedures have similar functions, easy-to-use.
用信号量实现磁盘调度SCAN算法
- 属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
scan与cscan算法模拟磁盘调度实验
- 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experimen