www.pudn.com > bp_cpp.zip > annconfig.h
#ifndef _PUBLIC_ANN_ANNCONFIG_H #define _PUBLIC_ANN_ANNCONFIG_H /* * public/ann/annconfig.h * 2004-02-16 by ShanLanshan */ #define MAX_AXONE 6 /* 一个神经元最多可以有多少个轴突 */ #define MAX_SYNAPSE_AXONE 4 /* 一个突触最多可以连接多少轴突 */ #define MAX_BPNET_LAYER 128 /* BP网络的最多层数,事实上超过4层就没什么意义 */ #endif /* !_PUBLIC_ANN_ANNCONFIG_H */