CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - huffman

搜索资源列表

  1. h_weight

    0下载:
  2. 哈夫曼码的编码译码系统 问题描述 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统将待传输的数据预先编码:在接受端通过一个译码系统对传来的数据进行译码(复原)。对于双向传输信息的通道,每端都需要一个完整的编码译码系统。试为这样的信息收发站编写一个哈夫曼码的编码译码系统。-Huffman coding code decoding system describes the use of Huffman coding informa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.49kb
    • 提供者:赵传仕
  1. Huffman解码编码

    0下载:
  2. 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:66.06kb
    • 提供者:yhl
  1. 动态哈夫曼的改进

    0下载:
  2. 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:6.31kb
    • 提供者:wzh
  1. m_数据结构

    0下载:
  2. 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44.08kb
    • 提供者:张海涛
  1. flash2005

    0下载:
  2. 哈夫曼编码,用c++编辑的,可以实现哈夫曼编码-Huffman coding, using c editor, can achieve Huffman coding
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:33.11kb
    • 提供者:李开
  1. haffumanshu

    0下载:
  2. 程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance.
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:6.95kb
    • 提供者:孟刚
  1. HuffmanCodec

    0下载:
  2. 这是本人编写的一个Huffman压缩算法,压缩效率最好能达到%20左右,已将所有的编码串转换成为二进制码-This is the one I prepared Huffman compression algorithm, the best compression efficiency can reach about 20%, All the coding has become a string of binary code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.31kb
    • 提供者:李伟
  1. 45eeee

    0下载:
  2. matlab de huffman 行编程实现过程-de Huffman OK Matlab programming proce
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:3.93kb
    • 提供者:
  1. HuffmanTest

    0下载:
  2. 有关huffman的程序对大家学习数据结构有好处但不是所有人都用得上-the learning process for all data structure is good but not all useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50.75kb
    • 提供者:tftftftf
  1. wemjiam

    0下载:
  2. 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for HUF fman Coding Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.67kb
    • 提供者:tftftftf
  1. 200642313193840533

    0下载:
  2. 哈夫曼编/译码器(3) 哈夫曼编/译码器(3) 哈夫曼编/译码器-Huffman encoder / decoder (3) Huffman encoder / decoder (3) Huffman Encoder / Decoder
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:lijie
  1. Hzy_huffman

    0下载:
  2. 实现霍夫曼编码,按照信源的概率分布对其进行霍夫曼编码,可供信息论的初学者研究学习-Huffman coding to achieve, according to the source probability distribution of its coding Hoffman, for information, beginners Studies
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.48kb
    • 提供者:阿义
  1. huffmancode

    0下载:
  2. 我编的一个哈夫曼编码-Part I of a Huffman coding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:周欢
  1. Huffman

    0下载:
  2. huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }hnodetype
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:947byte
    • 提供者:地瓜
  1. Huffman文件压缩与解压

    1下载:
  2. 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10.21kb
    • 提供者:楚随风
  1. Huffman

    0下载:
  2. 这是一个巧妙的实现了哈夫曼编码的程序,想必会有用的-This is a clever realization of the Huffman coding procedure, must be used
  3. 所属分类:Menu control

    • 发布日期:2017-04-03
    • 文件大小:2.16kb
    • 提供者:
  1. huffman

    0下载:
  2. A file containing source code of building huffman tree in C from an array.
  3. 所属分类:TreeView

    • 发布日期:2017-04-13
    • 文件大小:2.33kb
    • 提供者:chee
  1. huffman

    0下载:
  2. 用Huffman编码实现加密解密,以文本的形式输出-Encryption and decryption using Huffman Coding
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:8.33kb
    • 提供者:chuirui
  1. mfc-huffman-data

    0下载:
  2. mfc可视化界面实现的哈夫曼数据压缩编码程序,可以打开文件进行哈夫曼编码压缩,压缩后文件可以存储。-mfc visual interface to achieve data compression Huffman coding procedures, you can open the file for Huffman coding compression, the compressed files can be stored.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-10
    • 文件大小:315.4kb
    • 提供者:Bernie
  1. 4.Huffman

    0下载:
  2. 哈夫曼树编码和解码,可以通过字符和字符串2种方式建树。-Huffman tree encoding and decoding, the character and string 2 ways of contribution.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:3.65kb
    • 提供者:
« 12 3 4 5 »
搜珍网 www.dssz.com