prog.h

来自「linux下的一个分组遗传算法」· C头文件 代码 · 共 26 行

H
26
字号
//// prog.h - The Grouping Genetic Algorithm Program//// author: J.I.v.Hemert// last updated : 07-11-1997//// This is the main header file for the GGA. Not very interesting though.// See the documentation files (all caps in filename) for more information.//#ifndef PROG_H#define PROG_H#include "gga.h"#include "statistics.h"#define VERSION "1.4.0"#endif// eof prog.h

⌨️ 快捷键说明

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