c语言对自己电脑系统测试源码控制台版本CMD实现,拿来学习研究很不错

上传者: dong2008hong | 上传时间: 2021-12-30 22:02:24 | 文件大小: 25KB | 文件类型: ZIP
void DetectHDD() /*测试当前磁盘驱动器*/ { struct dfree diskfree; /*定义结构体变量*/ struct fatinfo fatinfo; puts("The information of the current disk is :\n"); /*送一字符串到流中,用于显示程序功能*/ getdfree(0,&diskfree); /*获取当前磁盘驱动器信息*/ getfat(0,&fatinfo); /*获取文件分配表信息*/ puts("----------------- hard disk space ------------------"); /*送一字符串到流中,用于对即将显示的*/ /*内容进行说明*/ printf(">>The num of avaible clusters is : %d\n",diskfree.df_avail); /*输出可使用的簇数*/ printf(">>The num of all clusters is : %d\n",diskfree.df_total); /*输出磁盘驱动器的簇数*/ printf(">>The num of bytes of every sector is : %d\n",diskfree.df_bsec); /*输出每个扇区的字节数字节数*/ printf(">>The num of sectors of every cluster is : %d\n",diskfree.df_sclus); /*输出每个簇的扇区数*/ puts("----------- file allocation table -------------"); /*送一字符串到流中,用于对即将显示的*/ printf(">>The num of sectors of every cluster is : %d\n",fatinfo.fi_sclus); /*输出每个簇扇区数*/ printf(">>The num of bytes of file allocation table is : %d\n",fatinfo.fi_fatid); /*文件分配表字节数*/ printf(">>The num of clusters is : %d\n",fatinfo.fi_nclus); /*簇的数目*/ printf(">>The num of ytes of every sector is : %d\n",fatinfo.fi_bysec); /*每个扇区字节数*/ }

文件下载

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明