搜索资源列表
查看磁盘分区信息的 C 语言源代码
- 查看磁盘分区信息的 C 语言源代码.zip-View disk partition information of the C language source code. Zip
installboot
- 操作系统磁盘分区的源程序-operating system disk partition of the source
FAT32资料
- 磁盘分区格式FAT32资料-format FAT32 disk partition information
Partdisk.ZIP
- 独立 WIN98下磁盘分区程序(C语言+汇编) 界面功能类似FDISK 但独立编译-independent Win98 disk partition (C+ compilation) SNMP interface functions similar but independent compiler
command_of_linux
- 关于linux下的一些实用的命令。包括磁盘分区,系统恢复,启动盘的制作等等。-on the practical order. Including disk partition, system recovery, the production startup disk and so on.
ddfsgg
- 软件虽然小但可以隐藏磁盘分区和格式化,很不错-software While small but hidden disk partition and formatting, very good
fdisk
- windows自带fdisk磁盘分区工具 纯c+汇编实现,内附makefile,方便编译。-windows own disk partition fdisk tool for pure c+ realize compilation, containing makefile, easier to compile.
DiskInformation
- 一个获取磁盘信息的简单程序,可以获取磁盘上的所有磁盘分区信息并能即使刷新-A simple disk information access procedures, access to the disk partition information of all disks and can even refresh
ActiveDisk
- 小小的批处理,能自动激活第0磁盘的第2分区。顺便送一个filemon软件,超级好用。可以监视文件访问。-Small batch, can automatically activate Article 2 of disk 0 partition. By the way send a FileMon software, super easy to use. Can monitor file access.
uformat_sourcecode
- vc写的磁盘的低级操作代码,用途是反格式化磁盘分区,对研究数据恢复的朋友有帮助-vc write low-level disk operation code, the use of anti-formatted disk partition on the research data will help to restore a friend
DiskWarn
- 本源码是一个磁盘空间报警程序,首先通过列表显示系统所有磁盘分区及每个磁盘分区的总空间和可用空间,然后对单个磁盘空间进行监控并报警-The source is a disk space alarm procedures, the first display system through the list of all disk partitions and each partition of the total disk space an
BOOT_MBR_copy_Restore
- 这是用C++ builder 5编出来的关于磁盘分区表的快速自动复制的代码。-This is used C++ Builder 5 made out on the fast disk partition table automatically copy the code.
romdata
- HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。-HPA hidden disk partition to install to generate source code in MASM compiler can be passed, the main BIOS interrupt call, port and so realize the operation.
Get_Disk_Name
- 一个获取Windows下磁盘分区信息的程序,可以配合用于全盘扫描程序等-Under a Windows disk partition to obtain information on procedures will be in line with procedures for the overall scanning
testdisk-6.11.tar.bz2
- TestDisk是一个功能强大的免费的数据恢复软件!它的主要目的是帮助恢复丢失的分区和/或不开机磁盘开机时再次造成这些症状是由错误的软件,某些类型的病毒或人为错误(例如意外删除分区表) 。分区表恢复使用TestDisk是真的很简单。 TestDisk可以 修复分区表,恢复已删除的分区 恢复32引导扇区从备份 重建FAT12/FAT16/FAT32引导扇区 更多请看英文介绍-TestDisk is a
seeditorall
- 磁盘分区数据查看分析工具,USB记录清除工具-disk discrimination
SDpartitionwithDiskDrive
- SD卡分区识别驱动 用读卡器将SD卡连接电脑 这个时候还是无法进行分区操作的,因为SD卡还是移动磁盘 然后我们需要把它变成本地磁盘。 在设备管理器中-----磁盘驱动器- 列表里有硬盘和你的读卡器。(每人的不同。一般是XXXUSB。)找到读卡器的那个,单击右键,更新驱动程序。下一步----选择从列表或者指定位置安装,------下一步------选择不要搜索,我要自己选择安装的驱动程序。(一定注意)下一步---选择
fat32.C
- 这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率
Hide_Disk_Partition_using_Irp_Hook
- 利用IRP挂钩技术来隐藏磁盘分区。如果传递的IRP为隐藏磁盘的IRP,则丢弃。代码分为应用层和驱动层。-IRP hooks using technology to hide the disk partition. If you pass the IRP to hide disk IRP, then discarded. Code into the application layer and driver layer.