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

📄 ant.make.alpha

📁 标准的GP源代码,由Andy Singleton维护
💻 ALPHA
字号:
##############################################################################       Project		GP intergrated ant program using MODIFIED gpquick-2.1,# 			using DEC Alpha C/Unix/etc $Revision: 1.1 $ #	    #       Author		W.B.Langdon##	Created		7 Feb 1997, based upon max.make.alpha Revision: 1.1# 									   #	Modifications:  ##	Module:         ant.make.alpha##	Description:          ##	Notes		ensure pch.h contain #define UNIX#			#define MULTREE#############################################################################NAME 	= GPantOBJS 	= gp.o  ant.o antprob.o  stats.o chrome.o   primitiv.o   selector.oLIBS 	= -lmCC 	= cxxCOMPILE = $(CC) -c $(CFLAGS)CFLAGS 	= -O5#CFLAGS = -g3 -Wall -check -pgLINK 	= $(CC) -o LDFLAGS =  -g$(NAME):$(OBJS) 	$(LINK) $(NAME) $(LDFLAGS) $(OBJS) $(LIBS)#C++ source filesgp.o:	gp.cc pch.h chrome.h selector.h ant.h primitiv.h Primitives.h time.h gp.h trace.h test.h	$(COMPILE) gp.ccant.o:	ant.cc pch.h chrome.h antprob.h selector.h primitiv.h test.h	$(COMPILE) ant.ccantprob.o:	antprob.cxx pch.h chrome.h ant.h selector.h primitiv.h gp.h test.h	$(COMPILE) antprob.cxxstats.o:	stats.cc pch.h chrome.h selector.h ant.h gp.h trace.h	$(COMPILE) stats.cc#time.o:		time.cc pch.h chrome.h selector.h ant.h time.h list.h Primitives.h gp.h trace.h #	$(COMPILE) time.ccchrome.o:	chrome.cxx pch.h chrome.h selector.h ant.h	$(COMPILE) chrome.cxxprimitiv.o:	primitiv.cxx pch.h chrome.h selector.h ant.h time.h primitiv.h	$(COMPILE) primitiv.cxxselector.o:	selector.cxx pch.h selector.h	$(COMPILE) selector.cxx

⌨️ 快捷键说明

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