hw.h
来自「基于东南大学开发的SEP3203的ARM7中的所有驱动」· C头文件 代码 · 共 22 行
H
22 行
#include "wintype.h"
#define MAXPOINT 6192
////#define UINT unsigned int
////#define WORD unsigned short
////#define BYTE unsigned char
////#define DWORD unsigned int
#define ALC_NUMERIC 0x0001 /* 0..9 */
#define ALC_LCALPHA 0x0002 /* a..z */
#define ALC_UCALPHA 0x0004 /* A..Z */
#define ALC_PUNCTUATION 0x0008 /* !",:;?、。'()…《》 */
#define ALC_SYMBOLS 0x0010 /* #$%&*+-./<=>@¥ */
#define ALC_CHINESE_COMMON 0x0020 /* Commonly used Chinese characters */
#define ALC_CHINESE_RARE 0x0040 /* Rarely used Chinese characters */
#define ALC_CHINESE_VARIANT 0x0080 /* Variant Chinese characters */
//// int HWRecognize( BYTE* pTrace, int nLength, char* pResult, int nCand, WORD wRange );
//void HWSetDictionary( DWORD dwAddress );
void HWSetDictionary( DWORD dwRam, DWORD dwRom );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?