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

📄 karp.make.alpha

📁 标准的GP源代码,由Andy Singleton维护
💻 ALPHA
字号:
##############################################################################       Project		GP dyck program using indexed memory# 			using UCL GNU/Unix/etc $Revision: 1.1 $ #	    #       Author		W.Langdon##	Created		17 April 1997, based upon karp.make Revision: 1.6# 									   #	Modifications:  ##	Module:         karp.make.alpha##	Description:          ##	FLAGS:     	-DTWOD?#			-DDEBUG, if debugging messages should pop up?##	Notes		ensure pch.h contain #define UNIX#			chrome.h karp.h #define MULTREE##############################################################################assumes KARP2 is not definedNAME 	= GPkarpOBJS 	= gp.o  brack.o  test.o stats.o  pareto.o	chrome.o   primitiv.o   Primitives.o  selector.oLIBS 	= -lmCC 	= cxxCOMPILE = $(CC) -c $(CFLAGS)CFLAGS 	= -O5#CFLAGS	= -ansi -O2 -Wno-import -W -Wimplicit -Wreturn-type -Wunused\#-Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts \#-Wuninitialized -Wparentheses -Wtemplate-debugging\#-Winline #CFLAGS = -pg -O2 -fkeep-inline-functions -ansi -g -WallLINK 	= $(CC) -o LDFLAGS =  -Wall -g#LDFLAGS = -pg -g -static$(NAME):$(OBJS) 	$(LINK) $(NAME) $(LDFLAGS) $(OBJS) $(LIBS)#C++ source filesgp.o:	gp.cc pch.h chrome.h selector.h karp.h primitiv.h Primitives.h gp.h test.h	$(COMPILE) gp.ccbrack.o:	brack.cc pch.h chrome.h selector.h karp.h primitiv.h Primitives.h gp.h test.h	$(COMPILE) brack.cctest.o:	test.cc pch.h chrome.h selector.h karp.h test.h Primitives.h gp.h test.run.cc test.fitness.cc	$(COMPILE) test.ccstats.o:	stats.cc pch.h chrome.h selector.h karp.h gp.h	$(COMPILE) stats.ccpareto.o:	pareto.cc pch.h chrome.h selector.h karp.h Primitives.h gp.h	$(COMPILE) pareto.ccchrome.o:	chrome.cxx pch.h chrome.h selector.h karp.h	$(COMPILE) chrome.cxxprimitiv.o:	primitiv.cxx pch.h chrome.h selector.h karp.h primitiv.h	$(COMPILE) primitiv.cxxPrimitives.o:	Primitives.cc pch.h chrome.h selector.h karp.h Primitives.h gp.h	$(COMPILE) Primitives.ccselector.o:	selector.cxx pch.h selector.h	$(COMPILE) selector.cxx

⌨️ 快捷键说明

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