搜索结果
找到约 434 项符合
Huffman 的查询结果
按分类筛选
- 全部分类
- 压缩解压 (236)
- 数据结构 (65)
- 其他 (24)
- matlab例程 (13)
- Java编程 (10)
- 数值算法/人工智能 (9)
- 加密解密 (8)
- 通讯编程文档 (5)
- 编译器/解释器 (5)
- 学术论文 (4)
- 数学计算 (4)
- VC书籍 (4)
- 文件格式 (4)
- 通讯/手机编程 (4)
- VHDL/FPGA/Verilog (3)
- 其他书籍 (3)
- 单片机开发 (3)
- 语音压缩 (2)
- 文章/文档 (2)
- 书籍源码 (2)
- 教育系统应用 (2)
- 源码 (2)
- 多媒体处理 (1)
- 教程资料 (1)
- DSP编程 (1)
- Java书籍 (1)
- 技术管理 (1)
- 网络 (1)
- 汇编语言 (1)
- STL (1)
- 游戏 (1)
- 邮电通讯系统 (1)
- 软件设计/软件工程 (1)
- 操作系统开发 (1)
- 其他嵌入式/单片机内容 (1)
- 电子书籍 (1)
- Applet (1)
- 嵌入式/单片机编程 (1)
- 3G开发 (1)
- 论文 (1)
- 经验 (1)
- 技术资料 (1)
压缩解压 一个huffman压缩解压算法源码,有具体的实现算法和代码注释.
一个huffman压缩解压算法源码,有具体的实现算法和代码注释.
压缩解压 此源码为按照jpeg标准编写的huffman压缩程序源代码
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩
压缩解压 This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huf
This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a pro ...
VHDL/FPGA/Verilog A Huffman implementation reference design in both VHDL and Verilog is provided by the Xilinx
A Huffman implementation reference design in both VHDL and Verilog is provided by the Xilinx
数据结构 一个有关HUFFMAN算法的演示 其中还有一些基于HUFFMAN的压缩
一个有关HUFFMAN算法的演示
其中还有一些基于HUFFMAN的压缩
网络 Huffman于1952年提出了这种方法,开始主要用于电报报文的编码,常用的英文字母E,T应该如何编码,不常用的应该如何编码,
Huffman于1952年提出了这种方法,开始主要用于电报报文的编码,常用的英文字母E,T应该如何编码,不常用的应该如何编码,
压缩解压 huffman的压缩与解压程序
huffman的压缩与解压程序,其中CODE为压缩程序,DECODE为解压程序,文本为测试文件
压缩解压 ROI的ezw和huffman混合压缩编码
ROI的ezw和huffman混合压缩编码,对感兴趣区域采用了huffman无损压缩,非感兴趣区调用ezw压缩
压缩解压 Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器
Huffman编解码器的模拟实现
应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。