📄 stbc_includ.h
字号:
/* DESCRIPTION : This file consists of header files to be included */#ifndef _SUI_INCLUDE_H_#define _SUI_INCLUDE_H_#include <stdio.h>#include <stdlib.h>#include <math.h> #include <time.h>#include <string.h>
/*#include <gsl/gsl_complex.h>#include <gsl/gsl_matrix.h>#include <gsl/gsl_linalg.h>#include <gsl/gsl_vector.h>#include <gsl/gsl_complex_math.h>#include <gsl/gsl_eigen.h>#include <gsl/gsl_cblas.h>*/#include "STBC_consts.h"
#include "STBC_defines.h"
#include "STBC_protos.h"
extern t_CONTEXT *s_p_context;
extern long int random_seed; /* initial random seed */
extern int flag;
#endif/* -------------------- END OF FILE includ.h ------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -