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

📄 gaussw.h

📁 GESPI 2.0动态系统模拟工具  
💻 H
字号:
/*
    GEPASI - a simulator of metabolic pathways and other dynamical systems
    Copyright (C) 1989, 1992  Pedro Mendes
*/

/*************************************/
/*                                   */
/*         GWSIM - Simulation        */
/*        MS-WINDOWS front end       */
/*                                   */
/*          Gauss reduction          */
/*             dialog box            */
/*                                   */
/*           QuickC/WIN 1.0          */
/*                                   */
/*   (include here compilers that    */
/*   compiled GWSIM successfully)    */
/*                                   */
/*************************************/


extern GLOBALHANDLE	hRSto;					/* handle to memory block w/ rstoi		*/
extern GLOBALHANDLE	hOrd;					/* handle to memory block w/ ord		*/
extern GLOBALHANDLE	hLoo;					/* handle to memory block w/ loo		*/
extern GLOBALHANDLE	hMl;					/* handle to memory block w/ ml			*/
extern GLOBALHANDLE	hLm;					/* handle to memory block w/ lm			*/
extern GLOBALHANDLE	hLD;					/* handle to memory block w/ ld			*/
extern GLOBALHANDLE	hMetn;					/* handle to memory block w/ metn		*/
extern GLOBALHANDLE	hStepn;					/* handle to memory block w/ stepn		*/
extern GLOBALHANDLE	hStepst;				/* handle to memory block w/ stepst		*/
extern float		huge *rstoi;			/* pointer to work with rstoi array		*/
extern float		huge *ml;				/* pointer to work with ml array		*/
extern float		huge *lm;				/* pointer to work with lm array		*/
extern float		huge *ld;				/* pointer to work with ld array		*/
extern int			huge *ord;				/* pointer to work with ord array		*/
extern int			huge *loo;				/* pointer to work with loo array		*/
extern char	(huge *metn)[NAME_L];			/* pointer to work with metname array	*/
extern char	(huge *stepn)[NAME_L];			/* pointer to work with metname array	*/
extern char	(huge *stepst)[256];			/* pointer to work with stepst array	*/
extern int ur[MAX_MET];                     /* permut. on metabolites  u -> g 		*/
extern int uc[MAX_MET];                     /* permutations on steps   u -> g		*/

int reduce( int swapnames );
void init_moiety( void );

⌨️ 快捷键说明

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