?? basic.h_bak
字號:
#ifndef _BASICH_
#define _BASICH_
void **fspace_2d(short row,short col,short length);
void *fspace_1d(short col,short length);
void ffree_2d(void **a,short row);
unsigned char **InputImageWithName(short *Row,short *Col,char *FileName);
FILE *wfread1(short *row,short *col,short *type,char *s);
void OutputImageWithName(unsigned char **Image,short Row,short Col,char *FileName);
FILE *wfwrite1(short row,short col,short type,char *filen);
unsigned char **ReadBMPFile(short *Row,short *Col,char *FileName);
void OutputBMPWithName(unsigned char **image,short Row,
short Col,char *FileName);
int ChangeFileName(char *filename);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -