misc.h

来自「julius version 4.12.about sound recognit」· C头文件 代码 · 共 41 行

H
41
字号
/** * @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 + =
减小字号Ctrl + -
显示快捷键?