strarr.h

来自「该压缩包为最新版htk的源代码,htk是现在比较流行的语音处理软件,请有兴趣的朋」· C头文件 代码 · 共 37 行

H
37
字号
/* ----------------------------------------------------------- *//*                                                             *//*                          ___                                *//*                       |_| | |_/   SPEECH                    *//*                       | | | | \   RECOGNITION               *//*                       =========   SOFTWARE                  *//*                                                             *//*                                                             *//* ----------------------------------------------------------- *//*         Copyright: Microsoft Corporation                    *//*          1995-2000 Redmond, Washington USA                  *//*                    http://www.microsoft.com                 *//*                                                             *//*   Use of this software is governed by a License Agreement   *//*    ** See the file License for the Conditions of Use  **    *//*    **     This banner notice must not be removed      **    *//*                                                             *//* ----------------------------------------------------------- */#ifndef _STRARR_H_#define _STRARR_H_#ifdef __cplusplusextern "C" {#endifchar ** StrArrFromRect(long *dim, void *data);void StrArrToRect(char **strarr, long **dimenp, void **datap);int StrArrLen(char **str_arr);int StrArrMaxLen(char **str_arr);#ifdef __cplusplus}#endif#endif  /* _STRARR_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?