首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴valerychen的代码贴全部
#include<stdio.h>
#include<stdlib.h>
#include<math.h>

typedef unsigned short int WORD;
typedef unsigned int DWORD;
typedef int LONG;
typedef unsigned char BYTE;

/*********** *********** *********** *********** *********** *********** ***********
* definition :struct
* Description :位图文件头
......................
阅读全部 | 2015年3月29日 13:57
1
valerychen