gaversion.h
来自「麻省理工开发的免费遗传算法类库GAlib,很好用」· 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 _ga_version_h_#define _ga_version_h_static char *rcsid = "$Date: 2000/02/03 15:04:48 $ $Revision: 2.4.5 $";#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?