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

📄 makefile.ini

📁 用C++编写的遗传算法
💻 INI
字号:
# Location of the GP include files and the GP libraryGPINCLUDE	= ../includeGPLIB		= ../lib# Name of GP library.  Change '.a' to '.so' if you want to use dynamic# libraries, and change the archive command in src/Makefile as well.GPLIBFILE = $(GPLIB)/libgp.a# Compiler flags.  Use -O to optimiseOVERALLCPPFLAGS	= -g# Linker flags.OVERALLLDFLAGS	= # C++ compiler#CCC		= CCCCC		= g++# Archive commandAR		= ar# Ranlib commandRANLIB		= ranlib# Install command and installation directoryINSTALL		= installINSTALLDIR	= /usr/local

⌨️ 快捷键说明

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