?? misc.h
字號:
/** * @file misc.h * * <JA> * @brief その戮の花驢な年盜 * </JA> * * <EN> * @brief Some miscellaneous definitions * </EN> * * @author Akinobu Lee * @date Mon May 30 15:58:16 2005 * * $Revision: 1.2 $ * *//* * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology * Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology * All rights reserved */#ifndef __J_MISC_H__#define __J_MISC_H__/// Defines for selecting message output destinationenum { SP_RESULT_TTY, ///< To tty SP_RESULT_MSOCK ///< Socket output in XML-like format for module mode};/// Switch to specify the grammar changing timing policy.enum{SM_TERMINATE, SM_PAUSE, SM_WAIT};/// Switch to specify the alignment unitenum{PER_WORD, PER_PHONEME, PER_STATE};#endif /* __J_MISC_H__ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -