gaversion.h

来自「单目标遗传算法优化的经典例子c++源码」· C头文件 代码 · 共 15 行

H
15
字号
/* ----------------------------------------------------------------------------
  version.h
  mbwall 10oct98

   This is the header file to keep track of the versions and revisions of the
GA library.  You can use the ident command to extract the version of galib
that 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 + -
显示快捷键?