文章分类 - C语言
使用C生成bmp图片(pixel阵列方式)
摘要:1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 5 6 typedef unsigned char byte; 7 typedef unsigned short dbyte; 8 typedef long int
阅读全文