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

📄 config.h.in

📁 关于遗传算法的一些见地。特别是关于简单遗传程序设计的实现。
💻 IN
字号:
/* config.h.in.  Generated from configure.in by autoheader.  *//* Overall debugging level. */#undef DEBUG/* Record date of compilation. */#undef GA_BUILD_DATE_STRING/* Core GAUL debugging level. */#undef GA_DEBUG/* Default number of processes. */#undef GA_DEFAULT_NUM_PROCESSES/* Default number of threads. */#undef GA_DEFAULT_NUM_THREADS/* Minor version number for libtool. */#undef GA_LT_MINOR_VERSION/* Major version number. */#undef GA_MAJOR_VERSION/* Minor version number. */#undef GA_MINOR_VERSION/* Environment variable used to request processes. */#undef GA_NUM_PROCESSES_ENVVAR_STRING/* Environment variable used to request threads. */#undef GA_NUM_THREADS_ENVVAR_STRING/* Patch level. */#undef GA_PATCH_VERSION/* Record compilation platform information. */#undef GA_UNAME_STRING/* Version string. */#undef GA_VERSION_STRING/* Whether to dump certian statistics. */#undef GA_WRITE_STATS/* Define to 1 if you have the `bcmp' function. */#undef HAVE_BCMP/* Define to 1 if you have the `bcopy' function. */#undef HAVE_BCOPY/* Define to 1 if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Define to 1 if you have the `gethostname' function. */#undef HAVE_GETHOSTNAME/* Define to 1 if you have the `index' function. */#undef HAVE_INDEX/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define to 1 if you have the `m' library (-lm). */#undef HAVE_LIBM/* Define to 1 if you have the `mpi' library (-lmpi). */#undef HAVE_LIBMPI/* Define to 1 if you have the `mpich' library (-lmpich). */#undef HAVE_LIBMPICH/* Define to 1 if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define to 1 if you have the `max' function. */#undef HAVE_MAX/* Define to 1 if you have the `memcmp' function. */#undef HAVE_MEMCMP/* Define to 1 if you have the `memcpy' function. */#undef HAVE_MEMCPY/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have the `memset' function. */#undef HAVE_MEMSET/* Define to 1 if you have the `min' function. */#undef HAVE_MIN/* Whether to use MPI for parallel code. */#undef HAVE_MPI/* Whether libpthread is installed. */#undef HAVE_PTHREADS/* Define to 1 if you have the <pwd.h> header file. */#undef HAVE_PWD_H/* Define to 1 if you have the `sincos' function. */#undef HAVE_SINCOS/* Whether S-Lang is installed. */#undef HAVE_SLANG/* Define to 1 if you have the `snooze' function. */#undef HAVE_SNOOZE/* Define if you have a working <stdbool.h> header file. */#undef HAVE_STDBOOL_H/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strcasecmp' function. */#undef HAVE_STRCASECMP/* Define to 1 if you have the `strchr' function. */#undef HAVE_STRCHR/* Define to 1 if you have the `strcmp' function. */#undef HAVE_STRCMP/* Define to 1 if you have the `strcpy' function. */#undef HAVE_STRCPY/* Define to 1 if you have the `strdup' function. */#undef HAVE_STRDUP/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the `strlen' function. */#undef HAVE_STRLEN/* Define to 1 if you have the `strncasecmp' function. */#undef HAVE_STRNCASECMP/* Define to 1 if you have the `strncmp' function. */#undef HAVE_STRNCMP/* Define to 1 if you have the `strncpy' function. */#undef HAVE_STRNCPY/* Define to 1 if you have the `strndup' function. */#undef HAVE_STRNDUP/* Define to 1 if you have the `strpbrk' function. */#undef HAVE_STRPBRK/* Define to 1 if you have the `strsep' function. */#undef HAVE_STRSEP/* Define to 1 if you have the <sys/select.h> header file. */#undef HAVE_SYS_SELECT_H/* Define to 1 if you have the <sys/signal.h> header file. */#undef HAVE_SYS_SIGNAL_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the <sys/wait.h> header file. */#undef HAVE_SYS_WAIT_H/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if you have the `usleep' function. */#undef HAVE_USLEEP/* Define to 1 if you have the `waitpid' function. */#undef HAVE_WAITPID/* Define if compiler has built-in _Bool type. */#undef HAVE__BOOL/* Memory alignment boundry characteristics. */#undef MEMORY_ALIGN_SIZE/* Whether to use debugging memory allocation routines. */#undef MEMORY_ALLOC_DEBUG/* Whether to use safe memory allocation routines. */#undef MEMORY_ALLOC_SAFE/* Define to disable memory chunk allocation routines. */#undef MEMORY_CHUNKS_MIMIC/* Whether to pad memory. */#undef MEMORY_PADDING/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Define to the full name of this package. */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Define to the version of this package. */#undef PACKAGE_VERSION/* The size of a `char', as computed by sizeof. */#undef SIZEOF_CHAR/* The size of a `double', as computed by sizeof. */#undef SIZEOF_DOUBLE/* The size of a `int', as computed by sizeof. */#undef SIZEOF_INT/* The size of a `long', as computed by sizeof. */#undef SIZEOF_LONG/* The size of a `void *', as computed by sizeof. */#undef SIZEOF_VOID_P/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if using Sun's Forte C Compiler */#undef SUN_FORTE_C/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Define to 1 if your <sys/time.h> declares `struct tm'. */#undef TM_IN_SYS_TIME/* Whether to use memory chunk handling for chromosomes. */#undef USE_CHROMO_CHUNKS/* Whether OpenMP should be used. */#undef USE_OPENMP/* Whether to cripple GAUL so it works on windows. */#undef W32_CRIPPLED/* Define to empty if `const' does not conform to ANSI C. */#undef const

⌨️ 快捷键说明

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