您的位置:首页 > 编程语言 > C语言/C++

基于标准C语言的数字图像处理基本框架3

2011-02-21 21:39 507 查看

基于标准C语言的数字图像处理基本框架3

1
19#ifndef BMP_H_INCLUDED
20#define BMP_H_INCLUDED
21
22#include <ctype.h>
23#include <stdio.h>
24#include <stdlib.h>
25#include <malloc.h>
26#include <string.h>
27
28
31typedef unsigned short WORD
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: