?? init_uvlc.h
字號(hào):
#ifndef _UVLC_H_
#define _UVLC_H_
#include <stdio.h>
typedef struct Str_sys_UVLC_{
int *bpl;
int **code;
int alphabet_size;
int maxin;
int BESTC;
double **cost_t;
double **cost_o;
double **cost_n;
float **hist1;
int *word;
int **used_bits_new;
int **used_bits_old;
int ****history;
int *received;
int *decoded;
int *encoded;
int *decoded_out;
int *dpcmsym;
int sym_error;
int sum_symbol_error;
double sym_ber;
int *remain;
}Str_sys_UVLC;
extern Str_sys_UVLC sys_UVLC;
void Init_UVLC();
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -