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

📄 seq.h

📁 GENETIC ALGORITHM FOR NEURAL NETWORKS ON TRANSPUTERS (Source code and Reference)
💻 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 + -