搜索:huffman+algorithm
找到约 1,675 项符合「huffman+algorithm」的查询结果
结果 1,675
按分类筛选
- 全部
- 压缩解压 (220)
- matlab例程 (160)
- 人工智能/神经网络 (100)
- 数据结构 (81)
- 数学计算 (79)
- 加密解密 (76)
- 其他 (59)
- 数值算法/人工智能 (57)
- 技术资料 (47)
- Java编程 (33)
- 其他书籍 (27)
- 通讯/手机编程 (19)
- 通讯编程文档 (18)
- 软件设计/软件工程 (18)
- 文章/文档 (16)
- 书籍源码 (14)
- 文件格式 (12)
- 单片机开发 (12)
- VHDL/FPGA/Verilog (12)
- Linux/Unix编程 (11)
- 技术管理 (11)
- DSP编程 (9)
- 系统设计方案 (8)
- 软件工程 (7)
- 电子书籍 (7)
- 编译器/解释器 (7)
- 汇编语言 (6)
- JavaScript (6)
- VC书籍 (6)
- 操作系统开发 (5)
- CA认证 (5)
- 其他嵌入式/单片机内容 (5)
- 行业发展研究 (5)
- 驱动编程 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- 语音压缩 (3)
- 网络 (3)
- 其他数据库 (3)
- STL (3)
- GPS编程 (3)
- 书籍 (3)
- 教程资料 (2)
- 教育系统应用 (2)
- 游戏 (2)
- *行业应用 (2)
- Applet (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- 3G开发 (2)
- 源码 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- Modem编程 (1)
- 磁盘编程 (1)
- 微处理器开发 (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/617/472728.html
压缩解压
Huffman Algorithm for compressing documents
Huffman Algorithm for compressing documents
https://www.eeworm.com/dl/617/462057.html
压缩解压
code to compress data usin huffman algorithm
code to compress data usin huffman algorithm
https://www.eeworm.com/dl/633/441560.html
Java编程
Huffman Algorithm: 用于文字压缩
Huffman Algorithm: 用于文字压缩,通信等领域,是算法学习的必学章节
https://www.eeworm.com/dl/617/441575.html
压缩解压
Huffman Algorithm: 基础的压缩方式
Huffman Algorithm: 基础的压缩方式,是基础算法的必修章节,在通信领域有广泛应用
https://www.eeworm.com/dl/534/458664.html
其他
THis is C implelementation of Huffman s algorithm .. it is good program ..
THis is C implelementation of Huffman s algorithm ..
it is good program ..
https://www.eeworm.com/dl/658/187942.html
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
https://www.eeworm.com/dl/532/250157.html
书籍源码
Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman codin
Huffman编码算法的C语言的源程序代码
(source code written in C programming language for algorithm of Huffman coding).
https://www.eeworm.com/dl/518/296419.html
数值算法/人工智能
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that f ...