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

📄 tisean_cec.h

📁 时间序列工具
💻 H
字号:
/* *   This file is part of TISEAN * *   Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber * *   TISEAN is free software; you can redistribute it and/or modify *   it under the terms of the GNU General Public License as published by *   the Free Software Foundation; either version 2 of the License, or *   (at your option) any later version. * *   TISEAN is distributed in the hope that it will be useful, *   but WITHOUT ANY WARRANTY; without even the implied warranty of *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *   GNU General Public License for more details. * *   You should have received a copy of the GNU General Public License *   along with TISEAN; if not, write to the Free Software *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA *//*Author: Rainer Hegger Last modified: May 26, 2000*//* These definitions give the exit codes for the C part of the Tisean package.   Typically the name is build up of, first, the name of the routine creating   the exception, secondly, sort of an description of the exception.   */#ifndef _TISEAN_CEC_H#define _TISEAN_CEC_H/* These are the codes for the routines subtree */#define RESCALE_DATA_ZERO_INTERVAL 11#define CHECK_ALLOC_NOT_ENOUGH_MEMORY 12#define CHECK_OPTION_NOT_UNSIGNED 13#define CHECK_OPTION_NOT_INTEGER 14#define CHECK_OPTION_NOT_FLOAT 15#define CHECK_OPTION_NOT_TWO 16#define CHECK_OPTION_C_NO_VALUE 17#define TEST_OUTFILE_NO_WRITE_ACCESS 18#define SOLVELE_SINGULAR_MATRIX 19#define GET_SERIES_NO_LINES 20#define GET_MULTI_SERIES_WRONG_TYPE_OF_C 21#define GET_MULTI_SERIES_NO_LINES 22#define VARIANCE_VAR_EQ_ZERO 23#define EIG2_TOO_MANY_ITERATIONS 24#define CHECK_OPTION_NOT_THREE 25/* These are the codes for the main routines */#define LYAP_SPEC_NOT_ENOUGH_NEIGHBORS 50#define LYAP_SPEC_DATA_TOO_SHORT 51#define AR_MODEL_TOO_MANY_POLES 52#define EXTREMA_STRANGE_COMPONENT 53#define FALSE_NEAREST_NOT_ENOUGH_POINTS 54#define FSLE__TOO_LARGE_MINEPS 55#define GHKSS__TOO_MANY_NEIGHBORS 56#define NSTAT_Z__INVALID_STRING_FOR_OPTION 57#define NSTAT_Z__NOT_UNSIGNED_FOR_OPTION 58#define NSTAT_Z__TOO_LARGE_FOR_OPTION 59#define NSTAT_Z__OPTION_NOT_SET 60#define NSTAT_Z__TOO_MANY_PIECES 61#define NSTEP__ESCAPE_REGION 62#define POINCARE__WRONG_COMPONENT 63#define POINCARE__OUTSIDE_REGION 64#define POLYBACK__WRONG_PARAMETER_FILE 65#define POLYNOMP__WRONG_PARAMETER_FILE 66#define RESCALE__WRONG_INTERVAL 67#define SAV_GOL__UNDERDETERMINED 68#define SAV_GOL__TOO_LARGE_DERIVATIVE 69#define MAKENOISE__FLAGS_REQUIRED 70#define ZEROTH__STEP_TOO_LARGE 71#define LYAP_K__MAXITER_TOO_LARGE 72#define DELAY_WRONG_FORMAT_F 73#define DELAY_DIM_NOT_EQUAL_F_M 74#define DELAY_DIM_NOT_EQUAL_F_m 75#define DELAY_WRONG_FORMAT_D 76#define DELAY_WRONG_NUM_D 77#define DELAY_INCONS_d_D 78#define DELAY_SMALL_ZERO 79#define DELAY_INCONS_m_M 80#define ONESTEP_TOO_FEW_POINTS 81#define MEM_SPEC_TOO_MANY_POLES 82/* Global stuff */#define VECTOR_TOO_LARGE_FOR_LENGTH 100#endif

⌨️ 快捷键说明

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