gen_tools.h
来自「《无线通信系统仿真——c++使用模型》这本书的源代码」· C头文件 代码 · 共 15 行
H
15 行
//
// File = gen_tools.h
//
#ifndef _GEN_TOOLS_H_
#define _GEN_TOOLS_H_
int TrailingZeroCount(int value);
int ActiveBitCount(int value);
int ReverseBits(int value, int num_bits);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?