⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 select.h

📁 speech signal process tools
💻 H
字号:
 	/* * This material contains unpublished, proprietary software of * Entropic Research Laboratory, Inc. Any reproduction, distribution, * or publication of this work must be authorized in writing by Entropic * Research Laboratory, Inc., and must bear the notice: * *    "Copyright (c) 1990-1991  Entropic Research Laboratory, Inc. *                   All rights reserved" * * The copyright notice above does not evidence any actual or intended * publication of this source code. * * Written by: Alan Parker * Checked by: * Revised by: Ken Nelson * * Brief description:  * */#define MAXIFILES 15		/* maximum number of input files */#define MAXWFIELDS 50		/* maximum number of fields on a WITH */#define PAGER "more"#ifndef PSPS#define PSPS (char*) build_esps_path("bin/psps")#endif#ifndef HELPFILE#define HELPFILE (char *) build_esps_path("lib/select.hlp")#endif#define PROG "select"#define NUM_ERR 2#define LINSIZ 512#include <stdio.h>#include "unix.h"#include <esps/esps.h>#include <esps/fea.h>#include "message.h"#include <math.h>#include <errno.h>

⌨️ 快捷键说明

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