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

📄 bitrenc.h

📁 speech echo cancellation library
💻 H
字号:
#if !defined(_bitrenc_H)# define _bitrenc_H (1)# include "bitree.h"/*Encoder-specific functions for Binary Indexed Trees.  See bitree.h for more detailed documentation.*//*Updates the frequency of a given symbol.  _sz:  The size of the table.  _sym: The symbol to update.  _val: The amount to add to this symbol's frequency.*/void ec_bitree_update(unsigned *_this,int _sz,int _sym,int _val);#endif

⌨️ 快捷键说明

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