djcsch2001

基于标准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

分类:

技术点:

相关文章:

  • 2022-01-12
  • 2021-12-03
  • 2021-11-29
  • 2021-04-22
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-08
  • 2022-12-23
  • 2021-05-02
  • 2021-06-14
  • 2021-12-12
相关资源
相似解决方案