搜索资源列表
绝对扇区读写
- 一个关于绝对扇区读写的简单汇编程序,asm程序-an absolute sector on the reading and writing simple assembler, asm procedure
硬盘主引导扇区读写程序源代码(汇编)
- 硬盘主引导扇区读写程序源代码,可用于读取硬盘主引导扇区的信息也可对其进行修改。-hard disk's master boot sector literacy program's source code can be used to read hard disk's master boot sector information may also make changes.
DOS引导扇区(c备份及恢复)
- 引导扇区的备份及恢复程序。有手工备份恢复方法。-boot backup and recovery procedures. A manual backup and recovery methods.
读写U盘扇区实验
- 这是arm基于uC/os-II的读写U盘扇区实验-This is the arm on uC / OS-II to read and write disk sector experimental U
绝对扇区读写的汇编源代码
- 绝对扇区读写的汇编源代码-absolute sector reading the source code compilation
Windows NT2000下读写物理逻辑扇区&
- Windows NT2000下读写物理逻辑扇区-literacy physical logic Sector
Wipe
- VC 硬盘扇区读写技术。不通过操作系统,直接操控硬盘扇区。-Wipe write tech
IDEinterface
- IDE接口时序和最全的接口定义,通过它可以实现硬盘的扇区读写-IDE interface timing and the most comprehensive interface definition, it can be achieved by sector hard disk read and write
hddinfo
- 最全面的硬盘信息检测工具,没有使用微软的WMI,完全使用API函数获龋可以获取磁盘固件版本、硬盘类型、硬盘型号、磁头数、扇区数、序列号、磁盘柱面、以及主从盘信息、磁盘空间大小,每扇区字节数,每簇扇区数等等详细的硬盘信息。支持用饼图显示检测出的信息,还附有一个很好的饼图绘制类文件,可以以百分比的饼图显示磁盘使用状态。最为高级的是可以获取磁盘的健康状态,如最差值等。-The most comprehensive detection of the hard disk information tool,
ReadDisk
- 读写硬盘扇区的工具-Hard to read and write tool sector
shanquduxie
- 汇编,是罗云彬的汇编教程,绝对扇区的读写代码-Compendium is a compilation of tutorials Bin Luo, absolute sector read and write code
VBreaddata
- 模块名:VB 读取磁盘扇区(512 Byte)描述:直接代码读取,不用外部 DLL、OCX、API这个代码仅仅演示读取,所以没有危险性由于代码针对 FAT 格式了写的,所以只能用于 FAT时间仓促,没有处理细节,大家见谅-Module name: VB to read a disk sector (512 Byte) Descr iption: Direct code to read, do not have an external DLL, OCX, API demo only to read
getFileExtents
- Mark Roddy的如何获取磁盘文件扇区号的例子-GETFILEEXTENTENTS.ZIP-- Mark Roddy s example of how to get sector numbers for a disk file
SD_Test
- 磁盘扇区存储数据,完成读写功能。在MSDN中可以找到相似的代码。-Disk data storage sector, the completion of read and write functions. MSDN can be found in the code is similar.
jiqigou
- 取文件在扇区的位置后,向磁盘驱动发送srb命令读写扇区,来穿透冰点等还原软件。 编译时注意:FileSystemControl的数据结构需要自己添加。 警告:本代码有一定的危险性,纯粹为了研究、学习,勿滥用! 以下给出关键代码 擅长C++的可以去编译下 本人实验N次 虚拟机虽然装了影子系统但是 一直疯狂蓝屏 代码具有高危险性 慎用!后果自负-The retrieval of documents in the sector of the locatio
disk
- windows系统中 有关读写磁盘扇区内容的VC源程序-read or write disk
ShowUDisk
- 查看U盘扇区内容的C代码,插上U盘后,在CMD下运行,输入目的扇区数可看到扇区内容-View the contents of U disk sector C-code, plug in the U after-hours, in the CMD to run, enter the number of sectors can see the purpose of the content sector
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
1
- 读写磁盘分区的第一个扇区的自定义函数,在vs08 环境下可以直接使用-Read the first sector of the disk partition of the custom function, vs08 environment can be used directly
NFCDemo
- 安卓NFC读写M1卡,默认采用默认密钥读写M1卡所有扇区的数据并显示出来。(The android NFC reads and writes the M1 card by default using the default key to read and write the data for all sectors of the M1 card.)