gaversion.h

来自「这是一个面向对象的GA遗传算法库GAlib: A C++ Library of 」· C头文件 代码 · 共 22 行

H
22
字号
/* ----------------------------------------------------------------------------  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 and otherbuild information from the galib object file.---------------------------------------------------------------------------- */#ifndef _ga_version_h_#define _ga_version_h_#include <ga/gaconfig.h>#define GALIB_LIBRARY_IDENTIFIER \  "$Date: 2004-12-29 11:24:43 -0500 (Wed, 29 Dec 2004) $"\  "$Revision: 43 $"\  "$Configuration: " GALIB_OS "-" GALIB_CPU "-" GALIB_COMPILER " $"const char* GAConfig();#endif

⌨️ 快捷键说明

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