sim.h

来自「GENETIC ALGORITHM FOR NEURAL NETWORKS ON」· C头文件 代码 · 共 20 行

H
20
字号
/* Declarations of simulation features (backpropagation) */#ifndef SIM_H#define SIM_H	1#include "defs.h"char *SimOptStr();char *SimUsage();char SimParamStr[256]; float MaxErr;	/* Maximum error for succes */int MaxIter;	/* Maximum no. of iterations */int SeedRand;	/* random seed */int handleSimOpt(char opt,char* arg);int initSim();#endif

⌨️ 快捷键说明

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