sysfunc.h

来自「speech signal process tools」· C头文件 代码 · 共 33 行

H
33
字号
/********************************************//** NIST Speech Header Resources (SPHERE)  **//** Release 1.5 (beta)                     **//** Stan Janet (stan@jaguar.ncsl.nist.gov) **//** October 1990                           **//********************************************//* File: sysfunctions.h *//* C Library functions */extern char	*index(), *rindex();extern double	atof();extern long	atol(), ftell();extern int	atoi(), getopt();/* Support library functions */int spx_read_header();struct field_t **spx_get_field_vector();int spx_copy_field_vector();struct header_t *spx_allocate_header();int spx_deallocate_header();struct field_t *spx_allocate_field();struct field_t *spx_allocate_field_str();int spx_deallocate_field();int spx_tp();extern char *spx_malloc();extern int spf_free();

⌨️ 快捷键说明

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