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

📄 gepout.h

📁 GESPI 2.0动态系统模拟工具  
💻 H
字号:
/*
    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -