msmsg.h

来自「AVS音频解码器源代码」· C头文件 代码 · 共 25 行

H
25
字号
/*------------ Telecommunications & Signal Processing Lab --------------
                         McGill University

Routine:
  MSmsg.h

Description:
  Message texts for the TSP MS routines.

Author / revision:
  P. Kabal  Copyright (C) 2000
  $Revision: 1.1.1.1 $  $Date: 2005/12/22 09:54:42 $

----------------------------------------------------------------------*/

#ifndef MSmsg_h_
#define MSmsg_h_

/* Error messages */
#define MSM_BadAbsVal	"Abscissa value out of range"
#define MSM_NonIncrAbs	"Abscissa values not in increasing order"
#define MSM_ZeroDiv	"All divisor coefficients are zero"

#endif	/* MSmsg_h_ */

⌨️ 快捷键说明

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