资源列表
ext3.rar
- 很好的一个分析读取磁盘ext3分区的工具,附加源码,adfasdasdfadfasdfasdfasdfa
fdisk-1.2.tar.gz
- gnu linux fdisk 源码,管理磁盘的好工具,gnu linux fdisk source
mjllksetup.rar
- 大师傅了竭斯底里开发揭示了的开发揭示了地方时的了副科级,Development of master in the exhaust hysterical reveal revealed the development of the local time of the Fu Keji
virtualdisk.rar
- 驱动实现虚拟磁盘很经典的哟 ,是研究虚拟磁盘的入门范例,Virtual disk drive classic yo is to study the introductory example of the virtual disk
CheckUDisk.rar
- U盘检测工具 可以自动检测U盘 读写U盘的序列号,U disk detection tools can automatically detect the U disk U disk read and write the serial number of
Format
- 用C++写的格式化磁盘函数,100&可以运行,函数是FormatDisk(PWCHAR disk,PWCHAR NewName,bool QuickFormat=false),如果要删除D盘的内容,并将D盘改名为DISK,则可以调用FormatDisk(L"D:",L"DISK",0) -In C++ to write the formatted disk function, 100 & can be run, the function is FormatDisk (PWCHAR dis
disk_id.rar
- vb 获得硬盘出厂序列号,不是逻辑盘的序列号,You can get the number of disk by this code
E820.zip
- E820 Address Map描述(用C与Assembly混编) OS必须知道系统物理内存的数量,才能够有效的使用和管理这些物理内存。所以在booting阶段,我们必须通过某种手段来检测和获取物理内存的总量。因此我们利用BIOS中断获取内存容量,常用的是INT 15h, AX=E820h - Query System Address Map的中断方法 ,E820 Address Map describe (using C and Assembly mixed) OS system must
usbdisk.rar
- MS-DOS 7.1 下加载U盘驱动的最好方式: 在autoexec.bat文件中加入如下几行: devload usbaspi.sys /r /v /norst devload usbcd.sys /d:usbcd devload di1000dd.sys SHSUCDX.COM /D:?USBCD 其中devload di1000dd.sys 用来驱动大容量U盘,devload usbcd.sys /d:usbcd 和SHSUCDX.COM /D:?US
fd.rar
- 这是我为filedisk写的一个界面。实现了虚拟磁盘的挂载,加密,格式化等操作。并且加入了稀疏文件的支持。可以虚拟出几十TB大的磁盘。,This is what I wrote as an interface filedisk. The realization of the mounted virtual disk, encryption, formatting, etc. operations. And joined the sparse file support. TB can be doz
DiskInfo.rar
- 获取硬盘物理序列号的VC++封装类,同时可以获取硬盘模型号。,Access to the hard disk physical serial number of the VC++ wrapper classes, and can get the hard disk model number.
simulatingtestofdiskscheduling
- 磁盘调度算法,比较4种常见磁盘寻道算法:先来先服务(FCFS)、最短寻道时间优先(SSTF)、电梯调度(SCAN)和循环扫描算法(CSCAN)-disk scheduling