⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 binary.h

📁 哈夫曼压缩程序
💻 H
字号:
#ifndef __BINARY_H__
#define __BINARY_H__

/****************************************************************************
*WriteBitToC() make the position bit of C equals to the first bit of b		*
*WriteFullCToFile() : if CIsfull is true then write *C to file fp and return*
* 1 else just return 0;														*
*****************************************************************************/

void WriteBitToC(unsigned char *C,char b ,char position);
int WriteFullCToFile(int CIsfull,unsigned char *C,FILE *fp);



#endif /* __ERROR_H__ */

⌨️ 快捷键说明

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