seq.h
来自「GENETIC ALGORITHM FOR NEURAL NETWORKS ON」· C头文件 代码 · 共 26 行
H
26 行
/* Declaration of Sequential Features */#ifndef SEQ_H#define SEQ_H 1#include "defs.h"char *SeqOptStr();char *SeqUsage();char SeqParamStr[256]; int PopSize; /* size of actual population */int MaxGen; /* Maximum no. of generations */errtyp MaxErr; /* Maximum error for succes */int SeedRand; /* random seed */int handleSeqOpt(char opt,char* arg);int initSeq();void errorexit(char *msg);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?