1 Star 0 Fork 1

Yangyan Xu/galib遗传算法库

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

搜索帮助