bitio.c
来自「Arithmetic coding source code. A very go」· C语言 代码 · 共 8 行
C
8 行
#include "mytypes.h"#include "bitio.h"ulong buffer[BUFFER_LENGTH]; // input bufferulong *buff; // pointer to next unprocessed input/outputulong *last_buff=buff; // last element in the bufferint buff_btg=0; // number of LSB's unused in *buff
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?