📄 msmsg.h
字号:
/*------------ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -