gepout.h

来自「GESPI 2.0动态系统模拟工具  」· C头文件 代码 · 共 40 行

H
40
字号
/*
    GEPASI - a simulator of metabolic pathways and other dynamical systems
    Copyright (C) 1989, 1992  Pedro Mendes
*/

/*************************************/
/*                                   */
/*           output module           */
/*                                   */
/*     (dynamic data is output by    */
/*      the dynamic() function)      */
/*                                   */
/*        Zortech C/C++ 3.0 r4       */
/*          MICROSOFT C 6.00         */
/*          Visual C/C++ 1.0         */
/*           QuickC/WIN 1.0          */
/*             ULTRIX cc             */
/*              GNU gcc              */
/*                                   */
/*   (include here compilers that    */
/*   compiled GEPASI successfully)   */
/*                                   */
/*************************************/


void out_error( int n );
void p_header( int p, FILE *ch );
void out_rstoi( FILE *o );
void out_rinv( FILE *o );
int dat_fileovr( void );
int dat_nl( void );
int dat_titles( void );
int dat_values( void );
void report_init( int p );
void report_dyn( void );
void report_ss( int diverge, int ccfs );
void report_tech( void );
void report_error( void );
int dat_error( void );

⌨️ 快捷键说明

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