代码搜索结果

找到约 10,000 项符合 Image 的代码

malloc_image.h

#include extern unsigned char ** malloc_char_image(); extern int ** malloc_int_image(); extern long ** malloc_long_image(); extern float ** malloc_float_image(); extern double ** malloc_do

malloc_image.c

#include #include #define ALPHA unsigned char ** malloc_char_image(); int ** malloc_int_image(); long ** malloc_long_image(); float ** malloc_float_image(); double ** malloc_dou