📄 seq.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -