摘要: 使用Linux中的系统I/O读取BMP图片信息 #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> # 阅读全文
posted @ 2024-05-24 08:54 周半仙 阅读(26) 评论(0) 推荐(0)