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

📄 gaversion.h

📁 遗传算法工具箱C++
💻 H
字号:
/* ----------------------------------------------------------------------------  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 "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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -