header.h

来自「基于人类实验数据的心室细胞模型ten tusscher 2004。」· C头文件 代码 · 共 15 行

H
15
字号
/* Header file, forms a generalized header file containing headers of libraries that are used, function definitions and the cell type specification */ 
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <iostream.h>
#include <fstream.h>
#include <string.h>
#include "Variables.h"
/*------------------------------------------------------------------------------
FLAG TO CHOOSE BETWEEN EPICARDIAL ENDOCARDIAL AND MIDMYOCARDIAL CELL TYPES
------------------------------------------------------------------------------*/
#define EPI
//#define ENDO
//#define MCELL
void Step(Variables *V,double HT,char *despath,double *t,int step,double Istim);

⌨️ 快捷键说明

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