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

📄 deltatron.h

📁 CA仿真模型中SLEUTH模型
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -