stat.h

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

H
37
字号
/* *  This material contains proprietary software of Entropic Speech, Inc.    *  Any reproduction, distribution, or publication without the prior *  written permission of Entropic Speech, Inc. is strictly prohibited. *  Any public distribution of copies of this work authorized in writing by *  Entropic Speech, Inc. must bear the notice			 * *      "Copyright (c) 1987 Entropic Speech, Inc. All rights reserved." *			 * 				 *  Module Name:  stat.h * *  Written By:  Ajaipal S. Virdy * 	 *  Checked By: * *  Purpose:  Include file for stat.c * *  Secrets:  None *   *  @(#)stat.h	1.3	10/27/87	ESI *//* *    G L O B A L   V A R I A B L E S  * *		U S E D   B Y * *	        S T A T . C * */extern float	**Data;extern int	stat_out;extern int	update_file;extern char	*class_name;

⌨️ 快捷键说明

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