搜索结果
找到约 463 项符合
HUFFMAN 的查询结果
按分类筛选
- 全部分类
- 压缩解压 (236)
- 数据结构 (65)
- 技术资料 (29)
- 其他 (24)
- matlab例程 (13)
- Java编程 (10)
- 数值算法/人工智能 (9)
- 加密解密 (8)
- 编译器/解释器 (5)
- 通讯编程文档 (5)
- 学术论文 (4)
- 通讯/手机编程 (4)
- 文件格式 (4)
- 数学计算 (4)
- VC书籍 (4)
- 其他书籍 (3)
- 单片机开发 (3)
- VHDL/FPGA/Verilog (3)
- 源码 (2)
- 书籍源码 (2)
- 教育系统应用 (2)
- 语音压缩 (2)
- 文章/文档 (2)
- 论文 (1)
- 经验 (1)
- DSP编程 (1)
- 多媒体处理 (1)
- 操作系统开发 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 源码/资料 (1)
- 游戏 (1)
- Applet (1)
- 网络 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 嵌入式/单片机编程 (1)
- Java书籍 (1)
- STL (1)
- 软件设计/软件工程 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 3G开发 (1)
数据结构 Huffman c环境下的实现 数据结构课程设计题目
Huffman c环境下的实现
数据结构课程设计题目
压缩解压 在win32下的文本huffman压缩以及文本的解压。
在win32下的文本huffman压缩以及文本的解压。
压缩解压 用visual C++实现的huffman编码程序 很实用的哦
用visual C++实现的huffman编码程序 很实用的哦
数据结构 数据结构中的huffman树的一个具体应用
数据结构中的huffman树的一个具体应用,适合刚开始学习数据结构的朋友!
STL implement huffman algorithm with stl priority-queue, first you must have the file, then the result i
implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved
Java编程 数据结构中最优二叉树Huffman编码的实现
数据结构中最优二叉树Huffman编码的实现,仅供参考
其他 huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }
huffman 编码。typedef struct
{
int weight
int flag
int parent
int lchild
int rchild
}hnodetype
压缩解压 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
加密解密 Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access fr
Huffman codes
1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s?
2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages.
3.This problem can be solved by using an e ...
数据结构 对文本文件进行huffman编码、解码 读取文本文件
对文本文件进行huffman编码、解码
读取文本文件,并统计文件中字母个数
建立huffman树
对文件进行huffman编码
对文件进行huffman解码