📄 annbase.h
字号:
#ifndef _PUBLIC_ANN_ANNBASE_H
#define _PUBLIC_ANN_ANNBASE_H
/*
* public/ann/annbase.h
* 2004-02-16 by ShanLanshan
*/
#include <assert.h>
//#include <errno.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <stdlib.h>
#include "public/ann/annconfig.h"
#include "public/ann/anndef.h"
class Synapse;
class Neuron;
class Axone;
#include <list>
using std::list;
#include <iostream>
using std::ostream;
using std::istream;
using std::endl;
#endif /* !_PUBLIC_ANN_ANNBASE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -