1 Star 0 Fork 1

Yangyan Xu/galib遗传算法库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile.bcc 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuri Volkov 提交于 2014-10-16 00:57 . version 2.4.7 import
# -*- Mode: makefile -*-
# Makefile to build GAlib with Borland tools
# Copyright (c) 1996-2005 Matthew Wall, all rights reserved
all: lib ex
lib:
cd ga
make -f makefile.bcc
cd ..
ex:
cd examples
make -f makefile.bcc
cd ..
test:
cd examples
make -f makefile.bcc test
cd ..
clean:
cd ga
make -f makefile.bcc clean
cd ..
cd examples
make -f makefile.bcc clean
cd ..
install:
cd ga
make -f makefile.bcc install
cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xuyangyan/galibyichuansuanfaku.git
git@gitee.com:xuyangyan/galibyichuansuanfaku.git
xuyangyan
galibyichuansuanfaku
galib遗传算法库
master

搜索帮助