搜索资源列表
DrvSpace
- VC++获取所有硬盘所有分区大小,选择某一个分区,程序将得出这个分区字节大小,代码简单,仅供参考。-VC++ for all partitions of all hard disk size, selection of a partition, the program will come to the byte size of the partition, the code is simple, for reference only.
HardwareInfoDemo
- 获取硬盘分区信息的代码,能够获取所有分区,以及每个分区的大小,可用信息等-Get hard disk partition information of the code, it is possible to obtain all partitions, and each partition size, free information, etc.
MachineCode
- 显示电脑操作系统,计算机名,当前用户,所有网卡,CPU序列号,硬盘型号,硬盘大小,硬盘序列号,等信息。XP测试通过。-Display computer operating systems, computer name, current user, all network cards, CPU serial number, disk type, hard disk size, hard drive serial number, and other information. XP test.
HDtune
- HDTune是一款小巧易用的硬盘检测工具软件,HD Tune Pro也是一款适用于移动硬盘检测工具。主要功能有硬盘传输速率检测,健康状态检测,温度检测及磁盘表面扫描等。另外,还能检测出硬盘的固件版本、序列号、容量、缓存大小以及当前的Ultra DMA模式等。虽然这些功能其它软件也有,但难能可贵的是此软件把所有这些功能积于一身,而且非常小巧,速度又快,更重要的是它是免费软件,可自由使用。 HD Tune硬盘检测工具汉化版特点: 1.程序不用加密壳压缩(因为加密壳会严重影响兼容性和稳
F
- 一个搜索硬盘文件的小工具,可以根据关键字、后缀、文件大小搜索-Gadgets a search hard disk file, according to keywords, suffix, the file size of the search
VC++添加皮肤 内存大小等
- VC++程序功能添加皮肤 内存大小硬盘大小等(VC++ program function adds skin memory size, hard disk size and so on)
inode
- inode 译成中文就是索引节点。每个存储设备或存储设备的分区(存储设备是硬盘、软盘、U盘等等)被格式化为文件系统后,应该有两部份,一部份是inode,另一部份是Block,Block是用来存储数据用的。而inode呢,就是用来存储这些数 据的信息,这些信息包括文件大小、属主、归属的用户组、读写权限等。inode为每个文件进行信息索引,所以就有了inode的数值。操作系统根据指令, 能通过inode值最快的找到相对应的文件。(The translation of inode into Chine