struct.h

来自「介绍关于WiMax(IEEE802.16)物理层调制解调编码等相关设计实现」· C头文件 代码 · 共 14 行

H
14
字号
struct Downlink_Burst_Profile {   char fec_code_type ;  char mandatory ;  char minimum ;  char TCS_enable ;} ; //Downlink_Burst_Profilestruct DLFP_IE {  //DownLink Frame Prefix  char DIUC ;  char Preamble_present ;  short Length ;} ; //DLFP_IE

⌨️ 快捷键说明

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