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

📄 art_gal.h

📁 自适应共振神经网络可以实现自动学习与分类具有自适应的功能
💻 H
字号:
/* ------------------------------------------------------------------------- */
/*                           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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -