📄 header.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -