globals.h

来自「c++编写的并行拉马克遗传算法的程序。实现分析对接程序」· C头文件 代码 · 共 26 行

H
26
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?