搜索:Huffman+Compression
找到约 650 项符合「Huffman+Compression」的查询结果
结果 650
按分类筛选
- 全部
- 压缩解压 (308)
- 数据结构 (63)
- 技术资料 (50)
- 其他书籍 (37)
- 其他 (26)
- matlab例程 (19)
- 加密解密 (11)
- 数值算法/人工智能 (10)
- Java编程 (10)
- 电子书籍 (8)
- 通讯编程文档 (7)
- 通讯/手机编程 (6)
- 编译器/解释器 (5)
- 文件格式 (5)
- 数学计算 (5)
- 文章/文档 (5)
- VHDL/FPGA/Verilog (5)
- VC书籍 (5)
- 学术论文 (4)
- 语音压缩 (4)
- 书籍源码 (3)
- Linux/Unix编程 (3)
- 教育系统应用 (3)
- 技术管理 (3)
- 单片机开发 (3)
- Delphi控件源码 (3)
- 系统设计方案 (3)
- 行业发展研究 (3)
- 单片机编程 (2)
- DSP编程 (2)
- 多媒体处理 (2)
- 嵌入式/单片机编程 (2)
- 软件设计/软件工程 (2)
- 源码 (2)
- 图形图像 (1)
- 操作系统开发 (1)
- 软件工程 (1)
- DSP工具/软件 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Modem编程 (1)
- 游戏 (1)
- *行业应用 (1)
- Applet (1)
- 网络 (1)
- 汇编语言 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- STL (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 3G开发 (1)
- 书籍 (1)
- 论文 (1)
- 经验 (1)
https://www.eeworm.com/dl/617/471397.html
压缩解压
Huffman compression by Visual C++2008
Huffman compression by Visual C++2008
https://www.eeworm.com/dl/665/449807.html
matlab例程
Huffman Coding & Decoding for Text Compression
Huffman Coding & Decoding for Text Compression
https://www.eeworm.com/dl/617/446746.html
压缩解压
) Compression using huffman code -with a number of bits k per code word -provide huffma
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source sy ...
https://www.eeworm.com/dl/617/270242.html
压缩解压
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams