gaversion.h
来自「解两类组合优化问题的遗传算法,希望有关学习这方面的同学参考。」· C头文件 代码 · 共 15 行
H
15 行
/* ---------------------------------------------------------------------------- version.h mbwall 10oct98 This is the header file to keep track of the versions and revisions of theGA library. You can use the ident command to extract the version of galibthat you are using.---------------------------------------------------------------------------- */#ifndef _version_h_#define _version_h_static char *rcsid = "$Date: 1999/04/04 20:43:19 $ $Revision: 2.4.4 $";#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?