📄 sdecshell.h
字号:
#ifndef _SDECSHELL
#define _SDECSHELL
#include "RSParam.h"
/*
typedef bool (*HDecFunc)(GFE*, const GFE*, void*);
typedef bool (*SDecFunc)(GFE*, const double*, void*);
typedef void (*InitAlgFunc)(void*, const RSCodeParam&);
typedef void (*CloseAlgFunc)(void*);
static bool isHard[]={true, true, false};
static HDecFunc DecodeOneWord_Hard[]={DecodeOneWord_BMA, NULL, NULL};
static SDecFunc DecodeOneWord_Soft[]={NULL, NULL, NULL};
static InitAlgFunc InitDecAlg[]={InitBMA, NULL, NULL};
static CloseAlgFunc CloseDecAlg[]={CloseBMA, NULL, NULL};
static int AlgStructSize[]={sizeof(BMARegs), 0, 0};
*/
struct SDecStruc {
int N;
int M;
int K;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -