摘要: linux系统查看CPU信息,可以通过 cat /proc/cpuinfo查看 1. ARM处理器 2. Intel 处理器 3. PowerPC 阅读全文
posted @ 2020-04-13 18:35 猿起5-2 阅读(467) 评论(0) 推荐(0)
摘要: #include <stdio.h> //从标准输入端(终端)读取 int scanf(const char *restrict format, ...); //从文件中读取 int fscanf(FILE *restrict stream, const char *restrict format, 阅读全文
posted @ 2020-04-13 12:09 猿起5-2 阅读(478) 评论(0) 推荐(0)