CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HUFFMAN ENCODING

搜索资源列表

  1. 05453591

    0下载:
  2. SPIHT algorithm combined with Huffman encoding
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:253933
    • 提供者:mourad
  1. huffmanZIP

    0下载:
  2. 这是我自己写的一个基于huffman编码的软件,有进度条。支持word和txt-This is what I had written a software-based huffman encoding, a progress bar. Support word and txt
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3655295
    • 提供者:yinquanchao
  1. HuffmanTree

    0下载:
  2. Huffman编码的实现。创新在于用树形表示霍夫曼树,很形象。-Huffman encoding implementation. Innovation is the Huffman tree with the tree that very image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:157627
    • 提供者:高高
  1. Huffmancoding

    0下载:
  2. 哈夫曼在上世纪五十年代初就提出这种编码时,根据字符出现的概率来构造平均长度最短的编码。它是一种变长的编码。在编码中,若各码字长度严格按照码字所对应符号出现概率的大小的逆序排列,则编码的平均长度是最小的。(注:码字即为符号经哈夫曼编码后得到的编码,其长度是因符号出现的概率而不同,所以说哈夫曼编码是变长的编码。)-Huffman in the early fifties of last century to make such a code, depending on the probability
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:2519
    • 提供者:顾鑫伟
  1. Huffman

    0下载:
  2. 用哈弗曼算法实现文件的编码,其中利用一个buffer实现完整的编码-By Ha Fuman file encoding algorithm, which uses a buffer to achieve complete coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:367793
    • 提供者:JJWM
  1. Huffman

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
  1. hufumanshu

    0下载:
  2. 利用Huffman进行通信可以提高信道利用率、缩短传输时间。要求为使用Huffman编码的通信系统实现信息收发编写程序,以顺序存储结构方式存储二叉树,实现Huffman编译码。-Huffman used to communicate channel utilization can be improved to shorten the transmission time. Requirements for the use of Huffman coding of communications sy
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1826
    • 提供者:小刀
  1. huffman_tree

    0下载:
  2. huffman编码树,自动统计文档中个字母出现的概率,并建立起huffman树,同时输出编码-huffman encoding tree, automatic statistics document the probability letters, and to establish huffman tree, while the output encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1126101
    • 提供者:阿狸
  1. hefuman.cpp.cpp

    0下载:
  2. 赫夫曼编码和译码,当时大一的时候上数据结构时写的-Huffman encoding and decoding, when the then freshman writing on the data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1509
    • 提供者:丰霜
  1. huffman

    0下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12713
    • 提供者:何杰
  1. huffman

    0下载:
  2. 哈弗曼编译码器,可编译码、查单词出现频率、显示哈夫曼树、显示编码表-Ha Fuman codec can be encoding and decoding, checking the frequency of the word, showing Huffman tree coding table shown
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:23178
    • 提供者:
  1. huffman

    0下载:
  2. 哈弗曼编码用于文件压缩,解压密可以是文件占用更少内存,存储更多信息-Ha Fuman encoding used for file compression and decompression can close the file uses less memory, storage for more information
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1582
    • 提供者:张凤
  1. HuffmanCoding

    0下载:
  2. 实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:林子牧
  1. FileCompress

    0下载:
  2. VS2010 哈夫曼编码压缩文件的实现 , 没什么东西能传的。-VS2010 implementation of Huffman encoding files, Nothing can pass the.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1671751
    • 提供者:spy
  1. Huffman

    0下载:
  2. Huffman算法,能够对文件进行huffman编码,根据编码对源文件二进制编码、译码-Huffman algorithms, can file huffman coding, according to the binary encoding of the source file encoding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5465
    • 提供者:yedq
  1. Huffman

    0下载:
  2. 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:500520
    • 提供者:李敏浩
  1. Huofuman

    0下载:
  2. huffman编码实现文本的huffman编码,并就行了解码和误码率的计算-huffman encoding and realizes the huffman encoding and decoding on the line and bit error rate calculation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:270320
    • 提供者:bullshit74
  1. Huffman

    0下载:
  2. 实现了霍夫曼树的创建,对字符的编码,对字符的解码等基本操作。-Realized the creation of a tree, hoffman of character encoding, decoding of characters of basic operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:337457
    • 提供者:
  1. Huffman

    0下载:
  2. 利用哈夫曼树对asc码文件进行编码 压缩解压 VC6.0编的-Use Huffman code tree for the asc file encoding decompression VC6.0 compiled
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4680
    • 提供者:大发
  1. test2

    0下载:
  2. Huffman编解码的程序 可以以文件的形式输入待压缩的信息,输出Huffman编码后的压缩信息-Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:720982
    • 提供者:lt46xx
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 42 »
搜珍网 www.dssz.com