readme
来自「这是linux下的进化计算的源代码。 === === === === ==」· 代码 · 共 16 行
TXT
16 行
This directory contains the project files for Microsoft Visual C++
For Visual Studio 2003 (and 2005) you can go to the eo\win (this)
directory and open the eo.sln file. It allows for the compilation of 4
lib files (which will be placed in eo\win\lib\release and eo\win\lib\debug).
At the moment there are no project/solution files to compile the test
programs (eo\test) or applications (eo\app).
The library files correspond to the .a files under Unix/Linux.
eo.lib -> libeo.a
eoes.lib -> libes.a
eoga.lib -> libga.a
eoutils.lib -> libeoutils.a
The debug versions of the files are named eod.lib, eoesd.lib, eogad.lib and eoutilsd.lib.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?