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

📄 topgvar.h

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

/*************************************/
/*                                   */
/*          GWTOP - Topology         */
/*        MS-WINDOWS front end       */
/*                                   */
/*          Global variables         */
/*                                   */
/*           QuickC/WIN 1.0          */
/*                                   */
/*   (include here compilers that    */
/*   compiled GWSIM successfully)    */
/*                                   */
/*************************************/


extern	char szString[128];   /* variable to load resource strings			*/
extern	char szHelpFile[]; 	  /* help file name								*/
extern	char szAppName[20];   /* class name for the window          	    */
extern	int  lbWidth;         /* width of largest string in list box		*/

extern	HWND hInst;
extern	HWND hWndMain;
extern	HCURSOR			hHourGlass;				/* handle to the wait cursor			*/
extern	HMENU			hMenu;					/* handle to the menu					*/
extern	GLOBALHANDLE	hMetn;					/* handle to memory block w/ metname	*/
extern	GLOBALHANDLE	hStepn;					/* handle to memory block w/ stepn		*/
extern	GLOBALHANDLE	hLp;					/* handle to memory block w/ loop		*/
extern	GLOBALHANDLE	hSto;					/* handle to memory block w/ stoiu		*/
extern	GLOBALHANDLE	hKinet;					/* handle to memory block w/ kinet		*/
extern	GLOBALHANDLE	hRs;					/* handle to memory block w/ ord		*/
extern	char			(huge *metn)[NAME_L];	/* pointer to work with metname array	*/
extern	char			(huge *stepn)[NAME_L];	/* pointer to work with step names		*/
extern	unsigned
 			char (huge *lp)[MAX_STEP][MAX_MET];	/* def. of modification loops			*/
extern	int   (huge *rs)[MAX_STEP][MAX_MOL];	/* reaction structure					*/

extern	int				huge *sto;				/* pointer to work with metname array	*/
extern	unsigned char	nmd[MAX_STEP];			/* number of assigned modfs of a react.	*/
extern	int				totm;					/* number of total metabolites			*/
extern	int				nst;					/* number of steps                		*/
extern	int				nlps;					/* number of reactions with modifiers	*/
extern	int				intm[MAX_MET];			/* 1 if internal metabolite				*/
extern	unsigned char	rvr[MAX_STEP];			/* 1 if reaction is reversible			*/
extern	int 			huge *kinet;            /* pointer to mirror of kinetu			*/
extern	char			(huge *metn)[NAME_L];	/* pointer to work with metname array	*/
extern	int				kinass, kass;			/* number of reactions w/ defined type	*/
extern	int				loopass, lass;			/* number of reactions w/ defined modif.*/
extern	int 			notsaved;				/* 1 if file has not been saved			*/
extern	int				eqefl;					/* 1 if editing existing u-d rate eq.	*/
extern	char			FileName[256];			/* filename of file being processed		*/
extern	char			errstr[80];				/* string to hold lex and parser errors	*/
extern	unsigned char	lex;					/* index for parser						*/

⌨️ 快捷键说明

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