?? jp2.h
字號(hào):
// jp2.h
#define pi 3.1415927
#ifndef _INC_JP2API
#define _INC_JP2API
#include "dibapi.h"
// 函數(shù)原型
BOOL WINAPI Encoder(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI Decoder(FILE *dp,LPSTR lpDIBBits);
HDIB WINAPI ReadJp2File(FILE *pf);
#endif //!_INC_JP2API
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -