搜索资源列表
USB_mass_storage_Specification
- USB海量存储设备类规范包括四个独立的子类规范:(ATA command的那个没有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport ②USB Mass Storage Class Bulk-Only Transport ③USB Mass Storage Class ATA Command Block ④USB Mass Stroage Class UFI Command Specificatio
U_thief_dephi
- 盗取移动硬盘中的数据,保存到特定的文件夹。
services
- 完成删除除了C盘以外的所有磁盘文件,在删除完文件后,向磁盘写垃圾数据,以防止数据恢复,该程序利用了递归算法遍历个文件夹数据,该程序效率很高,在本人机器上测试删除70G数据文件表只需要2分多钟,CPU占用率大概6%(我CPU--P4 3G,内存1G,sata硬盘),该程序可以作为学习递归算法的绝佳实例
FATFileAndUdisc
- 有关单片机读写U盘的资料,包括USB相关的协议UFI、CBI等,以及FAT12/FAT16/FAT32/NTFS文件格式,硬盘数据结构
fileMapping.rar
- 内存映射实验 实现文件映射,无需将硬盘数据调进内存。,Experimental realization of memory-mapped file mapping, no data will be transferred to the hard disk memory.
erasefile
- 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively sa
PowerDataRecovery
- 强大的硬盘数据恢复软件,可以把磁盘删除的数据恢复回来。-Powerful hard drive data recovery software can delete the data recovery disk back.
a
- 可以将一个double 数据转化为在计算机硬盘中表示的64位形式,可以将64位二进制的数转化为double数值-Can be a double data into the computer' s hard drive, said the 64-bit form, can be a 64-bit binary numbers into a double value
C
- C实现硬盘分区表备份,对于数据遗失有很好的效果,C实现的哦-C implement hard disk partition table backup, the data loss have a good effect, C Oh achieved
UPCOPY
- 基于MFC的U盘拷贝程序及代码,通过编写MSG文件即可实现选择性可控性隐秘的拷贝硬盘或者U盘内的数据-MFC-based U-disk copy of the procedures and code can be realized through the preparation of the MSG files to the selective controllability hidden copy hard disk or the data within the U disk
ff
- 此文件可以实现对硬盘数据的文件管理,便于使用者读取和管理数据-This file can be achieved on the hard disk data file management, facilitate the user to read and manage data
DiskRandomFill
- 磁盘自由空间粉碎机DiskRandomFill: 通过在指定目录下打开文件追加随机数据直到硬盘空间写满为止,已达到覆盖已删除文件内容的目的。- DiskRandomFill.c To fill the disk with random data until the disk is full or manually interupted by the user. Note that the program will open a file "tmpName=Whatiti
历史明细数据查询系统
- 1、 可以在windows98、windows2000、windowsXP操作系统下运行; 2、 采用直接从每天的交易流水日志压缩文件中查找数据的办法查找历史明细数据,不需要对交易流水 日志压缩文件进行任何的预处理,使用方便。 3、 可以查找NOVA综合业务系统历史明细数据(2001年7月9日之后的数据),也可以查找其他压缩文件 数据。 4、 适用于中国工商银行全国各地区的历史明细数据查询。 5、 可以查找的帐号长度可达200个字符; 6、 可以按日期顺序向前或向后进行查找; 7