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

📄 makefile.win32

📁 麻省理工开发的免费遗传算法类库GAlib,很好用
💻 WIN32
字号:
# Makefile for GAlib# Copyright (c) 1996-1999 Matthew Wall, all rights reservedall: lib exlib:	cd ga	nmake /nologo /f makefile.win32	cd ..ex:	cd examples	nmake /nologo /f makefile.win32	cd ..clean:	cd ga	nmake /nologo /f makefile.win32 clean	cd ..	cd examples	nmake /nologo /f makefile.win32 clean	cd ..	install:	cd ga	nmake /nologo /f makefile.win32 install	cd ..

⌨️ 快捷键说明

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