CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Huffman in c language
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Huffman in c language - List
[
Linux-Unix
]
hfm
DL : 0
霍夫曼编码的C语言实现!-Huffman coding in C language!
Date
: 2008-10-13
Size
: 5.58kb
User
:
微分方程
[
CSharp
]
1009
DL : 0
所有编码的C语言实现程序~~~有香农,哈夫曼-all coding in C language procedure ~ ~ ~ with Shannon, Huffman, etc.!
Date
: 2008-10-13
Size
: 2.75kb
User
:
骷髅
[
Crypt_Decrypt algrithms
]
Huffman 算法的不同实现
DL : 0
---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical Huffman编码,同时对huffman_b的存储结构进行改造,将二叉树存放在连续空间tree里,空间的每个结点类型都和结点权值的数据类型相同,空间大小为2*num,tree[0]未用,tree[1..num]是每个元素的权值,生成Huffman后,tree[1..2*num-1]中是双亲结点索引。 * huffman_d 在huffman_c的基础上,增加预先排序的功能先用QuickSort算法对所有元素的权值从小到大排序,这样,排序后最前面的两个元素就是最小的一对元素了。我们可以直接将它们挑出来,组合成一个子树。然后再子树的权值用折半插入法插到已排序的元素表中, 保证所有结点有序。为了保证初始元素的顺序不变,我们另外使用了一个索引数组,所有排序中的交换操作都是在索引数组中进行的----- Huffman algorithm to achieve Catalog under different procedures used eight different ways to achieve a Huffman coding algorithm, eight models were used huffman_a * Chain Structure Generation Huffman tree algorithm, This is the most basic method, the minimum efficiency. * Huffman_b use of "data structure" (Yan Wei Min, Xiulan WU Weimin, 1997, C language version) is the algorithm stored in a binary tree will be continuous space (static List), the space within each node still left subtree, right subtrees, parents and other indicators. * Canonical huffman_c use Huffman coding, while huffman_b storage structure transformation, will be stored in a binary tree continuous space tree, space each node type and the right node value of the same data type, size space for two * num, tree
Date
: 2010-07-01
Size
: 31.94kb
User
:
ray
[
Other resource
]
HUFFMAN
DL : 0
Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
Date
: 2008-10-13
Size
: 1.4kb
User
:
吴明
[
Mathimatics-Numerical algorithms
]
Cpp源代码
DL : 0
各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
Date
: 2025-07-01
Size
: 19kb
User
:
站长
[
Compress-Decompress algrithms
]
HuffmanForFile
DL : 0
用Visual C++开发的Huffman文件压缩算法的源代码-Visual C development of the Huffman compression algorithm source code
Date
: 2025-07-01
Size
: 14kb
User
:
wyg
[
Windows Develop
]
3457435354
DL : 0
哈夫曼编码的c语言实现-Huffman coding in C Language
Date
: 2025-07-01
Size
: 33kb
User
:
王天
[
Windows Develop
]
hufumancode_c
DL : 0
C语言编写实现的哈夫曼编码程序。内附示例-C language to achieve Huffman coding process. Containing examples
Date
: 2025-07-01
Size
: 10kb
User
:
王超
[
source in ebook
]
HUFFMAN
DL : 0
Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).-Huffman coding algorithm of the C language source code (source code written in C programming language for algorithm of Huffman coding).
Date
: 2025-07-01
Size
: 1kb
User
:
吴明
[
Compress-Decompress algrithms
]
huf
DL : 0
Date
: 2025-07-01
Size
: 246kb
User
:
代银玉
[
Compress-Decompress algrithms
]
huffman-0.1
DL : 0
this zip file contains source code for huffman algoritm in c language
Date
: 2025-07-01
Size
: 38kb
User
:
ankursatriani
[
Data structs
]
huffman
DL : 0
This huffman algorithm developed in c language-This is huffman algorithm developed in c language
Date
: 2025-07-01
Size
: 38kb
User
:
nader
[
Other
]
huffman
DL : 0
huffman algortihm in c language
Date
: 2025-07-01
Size
: 1kb
User
:
sn
[
Compress-Decompress algrithms
]
Huffman
DL : 0
霍夫曼编码的C语言实现,本文档可以为你提供你所需要的内容-Huffman coding in C language, this document can provide you with the content you need
Date
: 2025-07-01
Size
: 5kb
User
:
zn
[
Special Effects
]
Huffman-coding
DL : 0
用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
Date
: 2025-07-01
Size
: 8.71mb
User
:
王锐
[
Compress-Decompress algrithms
]
Huffman-coding-in-C-language
DL : 0
用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
Date
: 2025-07-01
Size
: 200kb
User
:
肖军
[
Data structs
]
huffman
DL : 0
C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
Date
: 2025-07-01
Size
: 20kb
User
:
梁小强
[
VC/MFC
]
the-Huffman-tree-C
DL : 0
构造赫夫曼树构造c语言版 希望能帮到一些需要的人!!-C language version of the Huffman tree structure is constructed hope to help some people in need! !
Date
: 2025-07-01
Size
: 4kb
User
:
吴天佑
[
Algorithm
]
huffman
DL : 0
huffman编码C语言实现,项目开发中经常用到的算法。-The the huffman encoding C language, algorithms are often used in the development of the project.
Date
: 2025-07-01
Size
: 12kb
User
:
tang
[
Other
]
Huffman-Coding
DL : 0
哈夫曼编码,C语言编写,将概率事件分别编写为对应二进制编码,适合在通信环境中传输-Huffman coding, C language, the probability of the event were written to the corresponding binary coding, suitable for transmission in a communications environment
Date
: 2025-07-01
Size
: 1kb
User
:
李明
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.