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

📄 clibtest.h

📁 电力系统中的保护装置全部代码
💻 H
字号:
/*************************************************************************/
/*                                                                       */
/*        Copyright (c) 1997 Accelerated Technology (UK), Ltd.           */
/*                                                                       */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the      */
/* subject matter of this material.  All manufacturing, reproduction,    */
/* use, and sales rights pertaining to this subject matter are governed  */
/* by the license agreement.  The recipient of this software implicitly  */
/* accepts the terms of the license.                                     */
/*                                                                       */
/*************************************************************************/

/*************************************************************************/
/*                                                                       */
/* FILE NAME                                            VERSION          */
/*                                                                       */
/*      clibtest.h                                        1.0            */
/*                                                                       */
/* COMPONENT                                                             */
/*                                                                       */
/*      CLIB Re-entrancy Tests                                           */
/*                                                                       */
/* DESCRIPTION                                                           */
/*                                                                       */
/*      This file contains data structure definitions, function          */
/*      prototypes and constants for clibtests                           */
/*                                                                       */
/* AUTHOR                                                                */
/*                                                                       */
/*      William E. Lamie, Accelerated Technology, Inc.                   */
/*                                                                       */
/* DATA STRUCTURES                                                       */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* FUNCTIONS                                                             */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* DEPENDENCIES                                                          */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* HISTORY                                                               */
/*                                                                       */
/*         NAME            DATE                    REMARKS               */
/*                                                                       */
/*      J.E. Barnes     10-30-1997              Created v1.0             */
/*                                                                       */
/*************************************************************************/


/* Include files */

#include "Nucleus.h"

/* #define FUNC  */


#define START_CHAR  0
#define END_CHAR    255
#define MATH        0
#define EPSILON     0.0001

#ifndef FUNC
#define MAXTESTS 10000
#else
#define MAXTESTS 1
#endif

/* Define Application data structures.  */





/* External functions */

extern void IO_Functions(void);
extern void IS_Functions(void);
extern void MATH_Functions1(void);
extern void MATH_Functions2(void);
extern void MATH_Functions3(void);
extern void STR_Functions1(void);
extern void STR_Functions2(void);
extern void TO_Functions1(void);
extern void TO_Functions2(void);
extern void TO_Functions3(void);
extern void test_sort_search_Functions(void);

⌨️ 快捷键说明

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