📄 btcinit.h
字号:
#ifndef BTCINIT_H
#define BTCINIT_H
/*
*********************************************************************************
* INCLUDE FILES
*********************************************************************************
*/
#include "BTCstruct.h"
/*
*********************************************************************************
* NAME: BTCInit
* PURPOSE: perform the BTC parameter allocation.
*
* Input: encoded_len: the length of the encoded bits.
* rate: 1 for 1/2; 3 for 3/4.
*
* Output: BTC : the parameter for the BTC.
*
* AUTHOR: Zhang Tao 2007-02-12
*
*********************************************************************************
*/
void BTCInit(int encoded_len,int rate,BTCstruct *BTC);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -