sim_system.h

来自「DPCM编码的联合信源信道译码」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef __SIM_SYSTEM_H__
#define __SIM_SYSTEM_H__


#include <math.h>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "init_system.h"
#include "term_system.h"
#include "codec_function.h"
#include "sim_config.h"
#include "UVLC.h"
//#include "nrutil.h"

//#define G_GEN
		//for generator G_matrix
		//and "DEBUG"  in encode.h should be open

#endif

⌨️ 快捷键说明

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