搜索资源列表
ReadSector_source
- Win2000下直接读写磁盘扇区 -Win2000 directly read and write disk Sector
用VC实现磁盘绝对读写
- 用VC++实现对磁盘扇区直接读写,强烈推荐, 是不可多得的好例子-with VC right disk sector read and write directly and strongly recommend, is a very good example
接口函数
- 包含绝对磁盘扇区读、写数据,直接使用BIOS服务的键盘接口,直接使用BIOS服务的打印机I/O,读取或设置BIOS时间等等小程序-contains absolutely disk sector read and write data directly using the BIOS keyboard interface, the use of direct services BIOS printer I / O, read or set the BIOS time and other small
DISK_UNLOCKDlg
- C语言程序,通过编程实现WIN32下磁盘物理扇区的读写,可完成对磁盘序列的续写修改等-C Programming Language, through programming under WIN32 physical disk sector read and write. complete sequence of disk writing revisions
wjfpb
- 可以查找文件分配表,读写磁盘扇区,速度快-can search for documents allocation table, read and write disk Sector, speed
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.
floppy
- 了解载windows系统中如何直接使用磁盘的读写功能,所编应用程序能够响应用户指定的读、写磁盘扇区的请求也能提供查看磁盘相关参数的功能。技术的关键是使用了windows提供的API(应用程序接口)来实现所要求的功能。通过本试验,用户可以利用API进行底层的磁盘操作。同时还附Liuux下的设备驱动程序。-#include <windows.h> #include <winioctl.h>//包含了DISK_GEOMETRY等的定义 #include <iost
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
SectorWriteRead
- 磁盘、SD卡、移动磁盘物理扇区读写程序-Disk, SD card, removable disk physical sector read and write procedures! !
ReadFile
- 磁盘扇区的读写程序,从而完成一次完整的磁盘扇区数据访问操作-Disk sector read and write procedures, thus completing a full disk sector data access operations