queue.h

来自「标准的GP源代码,由Andy Singleton维护」· C头文件 代码 · 共 28 行

H
28
字号
#ifndef QUEUE_LIB#define QUEUE_LIB true// queue.h   Include file for queue2// W.B.Langdon cs.bham.ac.uk 31 March 1997// version "$Revision: 1.1 $"//Modifications (in reverse order)//WBL 31 Mar 1997  New file for use in GPxxx frameworktypedef int retval;#define NUM_TREES 6#define MAXTREEDEPTH 0//#define NUM_OPERATIONS 5//#define NUM_OTHERS 0#define num_pareto_components  4//#define num_ellite_pareto      1typedef float scoretype;//Ensure GPxxx software uses queue problem class#define gp queue//Restore original "rectangular deme" described in thesis#define ORIGINAL_DEME true#endif /*QUEUE_LIB*/

⌨️ 快捷键说明

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