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

📄 globals.h

📁 c++编写的并行拉马克遗传算法的程序。实现分析对接程序
💻 H
字号:
/* globals.h *//****************************************************************************** *      Name: globals.h                                                       * *  Function: <UN-USED>                                                        * * Copyright: (C) Garrett Matthew Morris, TSRI                                * *----------------------------------------------------------------------------* *    Author: Garrett Matthew Morris, The Scripps Research Institute          * *      Date: 02/28/1995                                                      * *----------------------------------------------------------------------------* *    Inputs: none                                                            * *   Returns: nothing                                                         * *   Globals: none                                                            * *----------------------------------------------------------------------------* * Modification Record                                                        * * Date     Inits   Comments                                                  * * 02/28/95 GMM     This header added                                         * ******************************************************************************/Atom *atomTemp = NULL;Atom *atomFirst = NULL;Atom *atomLast = NULL;

⌨️ 快捷键说明

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