?? common.h
字號:
#ifndef _COMMON_H
#define _COMMON_H
/* Reed Solomon encode/decode routines */
void initialize_ecc (void);
void decode_data (unsigned char data[], int nbytes);
void encode_data (unsigned char msg[], int nbytes, unsigned char dst[]);
int check_syndrome (void);
int correct_errors_erasures (unsigned char codeword[], int csize);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -