⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hw.h

📁 基于东南大学开发的SEP3203的ARM7中的所有驱动
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -