gaussw.h

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

H
45
字号
/*
    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 + =
减小字号Ctrl + -
显示快捷键?