deltatron.h

来自「CA仿真模型中SLEUTH模型」· C头文件 代码 · 共 26 行

H
26
字号
#ifndef DELTATRON_H#define DELTATRON_H#ifdef DELTATRON_MODULE  /* stuff visable only to the deltatron module */char deltatron_h_sccs_id[] = "@(#)deltatron.h	1.243	12/4/00";  #endif/* #defines visable to any module including this header file*/void  delta_deltatron (int *new_indices,                               /* IN     */                   Classes * landuse_classes,                      /* IN     */                   Classes * class_indices,                        /* IN     */                   GRID_P workspace1,                             /* MOD    */                   GRID_P deltatron,                              /* IN/OUT */                   GRID_P urban_land,                             /* IN     */                   GRID_P land_out,                               /* OUT    */                   GRID_P slp,                                    /* IN     */                   int drive,                                      /* IN     */                   CLASS_SLP_TYPE* class_slope,                    /* IN     */                   FTRANS_TYPE* ftransition);                      /* IN     */#endif

⌨️ 快捷键说明

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