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

📄 config.h

📁 一个不错的GA-NN的神经网络模型的示范代码。适合入门学习
💻 H
字号:
/* config.h.  Generated by configure.  *//* config.h.in.  Generated from configure.ac by autoheader.  *//* Define to 1 if you have the `alarm' function. */#define HAVE_ALARM 1/* Define to 1 if you have the <arpa/inet.h> header file. */#define HAVE_ARPA_INET_H 1/* Define to 1 if you have the `bzero' function. */#define HAVE_BZERO 1/* Define to 1 if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define to 1 if you have the `fork' function. */#define HAVE_FORK 1/* Define to 1 if you have the <inttypes.h> header file. */#define HAVE_INTTYPES_H 1/* Define to 1 if you have the `m' library (-lm). */#define HAVE_LIBM 1/* Define to 1 if your system has a GNU libc compatible `malloc' function, and   to 0 otherwise. */#define HAVE_MALLOC 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have the `mkfifo' function. */#define HAVE_MKFIFO 1/* Define to 1 if you have the <netdb.h> header file. */#define HAVE_NETDB_H 1/* Define to 1 if you have the <netinet/in.h> header file. */#define HAVE_NETINET_IN_H 1/* Define to 1 if your system has a GNU libc compatible `realloc' function,   and to 0 otherwise. */#define HAVE_REALLOC 1/* Define to 1 if you have the `socket' function. */#define HAVE_SOCKET 1/* Define to 1 if you have the <stdint.h> header file. */#define HAVE_STDINT_H 1/* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define to 1 if you have the `strerror' function. */#define HAVE_STRERROR 1/* Define to 1 if you have the <strings.h> header file. */#define HAVE_STRINGS_H 1/* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define to 1 if you have the <syslog.h> header file. */#define HAVE_SYSLOG_H 1/* Define to 1 if you have the <sys/socket.h> header file. */#define HAVE_SYS_SOCKET_H 1/* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define to 1 if you have the <sys/time.h> header file. */#define HAVE_SYS_TIME_H 1/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */#define HAVE_SYS_WAIT_H 1/* Define to 1 if you have the <unistd.h> header file. */#define HAVE_UNISTD_H 1/* Define to 1 if you have the `vfork' function. */#define HAVE_VFORK 1/* Define to 1 if you have the <vfork.h> header file. *//* #undef HAVE_VFORK_H *//* Define to 1 if `fork' works. */#define HAVE_WORKING_FORK 1/* Define to 1 if `vfork' works. */#define HAVE_WORKING_VFORK 1/* Name of package */#define PACKAGE "ga-nn-ag"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"/* Define to the full name of this package. */#define PACKAGE_NAME "ga-nn-ag"/* Define to the full name and version of this package. */#define PACKAGE_STRING "ga-nn-ag 5.5-6"/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME "ga-nn-ag"/* Define to the version of this package. */#define PACKAGE_VERSION "5.5-6"/* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Version number of package */#define VERSION "5.5-6"/* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Define to rpl_malloc if the replacement function should be used. *//* #undef malloc *//* Define to `int' if <sys/types.h> does not define. *//* #undef pid_t *//* Define to rpl_realloc if the replacement function should be used. *//* #undef realloc *//* Define to `unsigned' if <sys/types.h> does not define. *//* #undef size_t *//* Define as `fork' if `vfork' does not work. *//* #undef vfork */

⌨️ 快捷键说明

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