stdfield.c
来自「speech signal process tools」· C语言 代码 · 共 27 行
C
27 行
#ifndef lint static char rcsid[] = "$Header: /home/beldar/stan/sphere/RCS/stdfield.c,v 1.4 1993/03/25 00:20:51 stan Exp stan $";#endif/* LINTLIBRARY *//* File: stdfield.c */#include <stdio.h>#include <sp/sphere.h>char *std_fields[] = { "database_id", "database_version", "utterance_id", "channel_count", "sample_count", "sample_rate", "sample_min", "sample_max", "sample_n_bytes", "sample_byte_format", "sample_sig_bits", CNULL};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?