art_gal.h

来自「自适应共振神经网络可以实现自动学习与分类具有自适应的功能」· C头文件 代码 · 共 50 行

H
50
字号
/* ------------------------------------------------------------------------- */
/*                           The ART Gallery                                 */
/* ------------------------------------------------------------------------- */
/* Art_Gal.h                                                                 */
/*    Version:     1.0                                                       */
/*    Written By:  Lars H. Liden         laliden@cns.bu.edu                  */
/*    Last Update: 8/02/95                                                   */
/*                                                                           */
/* The following code includes the necessary header files                    */
/*                                                                           */
/* Please see Art_Doc.txt for a full documentation.                          */
/*                                                                           */
/* Send all bug reports to laliden@cns.bu.edu                                */
/* ------------------------------------------------------------------------- */

#ifndef __Art_Gal_h
#define __Art_Gal_h

/* ------------------------------------------------------------------------- */
/* NOTE:  PREFIX is defined as "far" on the MS-DOS platform and blank on the */
/*                Unix platform.                                             */
/*        VBPREFIX is defined as "far pascal" on the MS-DOS platfrom and     */
/*                 bland on the Unix platform.                               */
/* ------------------------------------------------------------------------- */
#define PREFIX    far       
#define VBPREFIX  far pascal 

/* ------------------------------------------------------------------------- */
/* Include Neural Network and Pattern Set Structure Information              */
/* ------------------------------------------------------------------------- */
#ifndef __Art_Def_h
#include "Art_Def.h"
#endif

/* ------------------------------------------------------------------------- */
/* Include Internal Function Headers                                         */
/* ------------------------------------------------------------------------- */
#ifndef __Art_Int_h
#include "Art_Int.h"
#endif

/* ------------------------------------------------------------------------- */
/* Include External Function Headers                                         */
/* ------------------------------------------------------------------------- */
#ifndef __Art_Ext_h
#include "Art_Ext.h"
#endif

#endif

⌨️ 快捷键说明

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