www.pudn.com > bp_cpp.zip > annbase.h
#ifndef _PUBLIC_ANN_ANNBASE_H #define _PUBLIC_ANN_ANNBASE_H /* * public/ann/annbase.h * 2004-02-16 by ShanLanshan */ #include//#include #include #include #include #include #include "public/ann/annconfig.h" #include "public/ann/anndef.h" class Synapse; class Neuron; class Axone; #include using std::list; #include
using std::ostream; using std::istream; using std::endl; #endif /* !_PUBLIC_ANN_ANNBASE_H */