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