CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - huffmantree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - huffmantree - List
[
Other resource
]
HuffmanTree
DL : 0
c++写的HuffmanTree。 有建立HuffmanTree并编码功能
Update
: 2008-10-13
Size
: 2.27kb
Publisher
:
wangwei
[
Mathimatics-Numerical algorithms
]
huffmantree
DL : 0
huffmantr
Update
: 2025-02-17
Size
: 3kb
Publisher
:
何丢
[
source in ebook
]
HuffmanTree123456
DL : 0
数据结构中的一个经典案例,HuffmanTree 先将其实现,看看,应该还可以-data structure of a classic cases, achieving its first HuffmanTree see, but should also be! !
Update
: 2025-02-17
Size
: 2kb
Publisher
:
梁清
[
VC/MFC
]
huffmantree
DL : 0
哈夫曼编码的源程序,可以使用txt文件进行输入,并且输出到txt文件中。并且可以实现书结构的显示。-Huffman coding of source, you can use the txt file for input and output to txt file. Structure and can realize the book display.
Update
: 2025-02-17
Size
: 291kb
Publisher
:
ligengyu
[
Other
]
HuffmanTree
DL : 0
数据结构的一个很重要的实验,经本人修改调试通过.-Data structure of a very important experiment, as I revise debug through.
Update
: 2025-02-17
Size
: 187kb
Publisher
:
伍友良
[
CSharp
]
huffmantree
DL : 0
以c++程式用來實現霍夫曼樹,可以用來壓縮-To c++ Program used to realize Hoffman tree, can be used to compress
Update
: 2025-02-17
Size
: 4kb
Publisher
:
[
Data structs
]
HuffmanTree
DL : 0
1.构造对应的哈夫曼树 2.输出字符对应的哈夫曼编码 3.输入一串0 1代码,进行哈夫曼译码-1. Tectonic corresponding Huffman tree 2. Output characters corresponding Huffman 3. Enter the string 0 1 code, the Huffman decoding
Update
: 2025-02-17
Size
: 274kb
Publisher
:
陈良
[
Data structs
]
HuffmanTree
DL : 0
c++ 实现的huffman树的操作,应该会很有帮助-c++ realized huffman tree operation, should be helpful
Update
: 2025-02-17
Size
: 12kb
Publisher
:
杨光
[
Data structs
]
HuffmanTree
DL : 0
对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码.(1)初始化: 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件;(2)编码: 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中;(3)解码:利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码。-A section of the indiscriminate importation of English, for each character the preparation of their corresponding Huffman coding and use the coding for arbitrary input sequence decoding 0,1. (1) Initialization: read from the terminal section of the English characters, statistical frequency of each character, the establishment of Huffman tree, and the tree into a document (2) Coding: Using the Huffman tree is built on the character encoding, using the list displayed on the screen and coding the results into another document (3) decoder: Using saved Huffman coding, for arbitrary input sequences correctly decode 0,1.
Update
: 2025-02-17
Size
: 17kb
Publisher
:
侯健
[
VC/MFC
]
Huffmantree
DL : 0
这是个哈夫蔓树,利用C语言编写的,各位试试看,如果有问题,请指教-This is a Man Hough tree, the use of C language, you give it a try, if there are problems, please advice
Update
: 2025-02-17
Size
: 1kb
Publisher
:
hy
[
Data structs
]
HuffmanTree
DL : 0
c++写的HuffmanTree。 有建立HuffmanTree并编码功能-c++ written HuffmanTree. HuffmanTree has established and coding functions
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wangwei
[
Other
]
HuffmanTree
DL : 0
这是一个数据结构的实验程序源码,以及文档等等,名称是哈夫曼树-This is a data structure of the experimental program source code, as well as documents and so on, the name is a Huffman tree
Update
: 2025-02-17
Size
: 54kb
Publisher
:
天云
[
Compress-Decompress algrithms
]
HuffmanTree
DL : 0
程序的主要功能是利用哈夫曼编码对数据进行无损压缩,实现Huffman 压缩的编码器和译码器。 -The main functions of the procedure is to use Huffman coding lossless compression of data to achieve Huffman compression encoder and decoder.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
chen
[
Data structs
]
HuffmanTree
DL : 0
huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
嘟嘟
[
Compress-Decompress algrithms
]
HuffmanTree
DL : 0
霍夫曼编码的实现,先输入霍夫曼编码的个数,然后输入编码,然后输入权重,最后输出是霍夫曼编码-Huffman coding to achieve, first enter the number of Huffman code, and then enter the code, then enter the weight, the final output is the Huffman code
Update
: 2025-02-17
Size
: 5kb
Publisher
:
霍小明
[
ELanguage
]
huffmantree
DL : 0
自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
Update
: 2025-02-17
Size
: 191kb
Publisher
:
zhengmingchen
[
JSP/Java
]
HuffmanTree
DL : 0
根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
Update
: 2025-02-17
Size
: 107kb
Publisher
:
kkkkkk
[
Data structs
]
HuffmanTree
DL : 0
实现用哈夫曼树进行简单的编码译码功能,有助于初学者学习哈夫曼树-Implementation using Huffman coding tree for easy decoding features to help beginners Learn Huffman tree
Update
: 2025-02-17
Size
: 39kb
Publisher
:
www
[
JSP/Java
]
HuffmanTree
DL : 0
用JAVA语言实现的HuffmanTree,实现了文件压缩功能-Implemented with JAVA language HuffmanTree, achieved a file compression feature
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wangjinpeng
[
Data structs
]
Huffmantree
DL : 0
huffmantree的建立和输出,输出任意权重建立一颗Huffman数,然后将Huffmantree输出,代码可以run,可以直接使用。(The establishment of Huffman tree and output)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Jenny Zeng
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.