搜索资源列表
用VC实现磁盘绝对读写
- 用VC++实现对磁盘扇区直接读写,强烈推荐, 是不可多得的好例子-with VC right disk sector read and write directly and strongly recommend, is a very good example
shanqufangwen
- 自己写的直接读写磁盘的程序:读取磁盘扇区的源代码(利用H13中断)。-himself wrote the direct-writable disk : Disk Sector read the source code (using H13 interruption).
DisktestPRO
- 这个代码是基于软盘修复,扫描的源代码,年轻一点的可能都不知道3.5寸软盘是什么东东了。时过境迁软盘淘汰了,但是这个源代码却是有很多东西值得我们学习,首先是动画界面和一些对磁盘扇区读写的算法都很不错,尤其里面的一个关于对话界面动画做的相当棒。还有对进度扇区网格的绘制,读取曲线绘制等做的很好,程序整个代码也不大,但功能却是很强大,基本上对软盘坏道搜索,扇区修复,格式化,快速格式化,坏道数据恢复,备份数据,坏的扇区标识和撤销标识,不通过文件系统擦出数据,测试软驱读写速度等等都做的很专业。源代码可以运行
tools9
- 这是一个强大的磁盘维护工具 读写任意扇区 能对MBR等重要数据进行备份-This is a powerful disk maintenance tool can read and write to arbitrary sector MBR and other important data backup
2004G磁盘维护工具
- 这是功能强大的磁盘维护工具 能读写任意扇区 备份重要数据-This is a powerful tool for safeguarding disk read and write arbitrary data backup Sector
GBTools
- 界面精美,功能强大的磁盘维护工具,可以读写任意扇区,能在WIN98以上版本的系统中运行。-interface exquisite, powerful disk maintenance tool that can read and write arbitrary sector, in the Windows 98 versions of the operating system.
SD_Test
- 磁盘扇区存储数据,完成读写功能。在MSDN中可以找到相似的代码。-Disk data storage sector, the completion of read and write functions. MSDN can be found in the code is similar.
Partition_structure
- 基本INT 13H读写磁盘扇区 一、读磁盘 MOV AX,0201H MOV BX,7C00H MOV CX,0001H MOV DX,0080H INT 13H INT 3H 二、写磁盘 MOV AX,0301H MOV BX,7C00H MOV CX,0001H MOV DX,0080H INT 13H INT 3H -Partition structure