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

📄 punnets.h

📁 a useful spiking neural networks simulator
💻 H
字号:
/**  * @file  punnets.h * @brief Punnets header file * * @author Makino, Takaki <t-makino-punnets01@snowelm.com> * @date 2003-05-01 * @version $Id: punnets.h,v 1.4 2003/05/08 08:23:56 t Exp $ * *  Copyright (C) 2003 Makino, Takaki.  * *  This program is free software; you can redistribute it and/or modify *  it under the terms of the GNU General Public License as published by *  the Free Software Foundation; either version 2, or (at your option) *  any later version. *  This program is distributed in the hope that it will be useful, *  but WITHOUT ANY WARRANTY; without even the implied warranty of *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the *  GNU General Public License for more details. * *  You should have received a copy of the GNU General Public License *  along with this program; if not, write to the Free Software *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   *//** \mainpage  *  *  Punnets is a C++ library for Pulsed Neural Network Simulator. *  Based on its event-discrete (event-driven) manner of simulation, *  Punnets provides highly accurate and efficient simulation environment *  for rather complex neuron models. *  Please take a look at the sample programs, dtest.cpp and dlanguage.cpp, to see how to use the library. * *  Punnets provides two user-accessible namespaces, punnets and punnets_nodebug. *  A user program may import one of the two namespaces to use the library. *  Although the punnets_nodebug version is more efficient in simulation, punnets *  version can provide debugging facility, which can be turned on for neuron-by-neuron basis. *  Stuffs in punnets_common namespace can be accessed via either namespace, punnets or punnets_nodebug. * *  You can obtain the reference manual of this library by using doxygen, *  a document generation tool.  If you have installed doxygen, it will *  be automatically generated and installed via a standard install process. *  You can also see the reference manual via the Punnets home page: *  <a href="http://www.snowelm.com/~t/research/software/punnets/">http://www.snowelm.com/~t/research/software/punnets/</a> */#ifndef __punnets_h#define __punnets_h#include "config_punnets.h"#include "func.h"#include "dsched.h"#include "dlogger.h"#include "dneuron.h"#endif // __punnets_h

⌨️ 快捷键说明

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