摘要: /**** BMP文件头数据结构 ****/ typedef struct { unsigned char type[2]; //文件类型 unsigned int size; //文件大小 unsigned short reserved1; //保留字段1 unsigned short reser 阅读全文
posted @ 2024-05-11 18:45 一灯大师、 阅读(22) 评论(0) 推荐(0)