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

搜索资源列表

  1. h_weight

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

    • 发布日期:2008-10-13
    • 文件大小:2549
    • 提供者:赵传仕
  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
    • 文件大小:67644
    • 提供者: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
    • 文件大小:6463
    • 提供者:wzh
  1. flash2005

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

    • 发布日期:2008-10-13
    • 文件大小:33908
    • 提供者:李开
  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
    • 文件大小:3757
    • 提供者:tftftftf
  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
    • 文件大小:2542
    • 提供者:阿义
  1. huffmancode

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

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

    0下载:
  2. C语言链表实现的huffman编码,有文本菜单,功能齐全,可以添加删除节点-C language Chain achieve Huffman coding, a text menu, complete functions, delete nodes can be added
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1925
    • 提供者:陈进赵
  1. Huffman_Arithmetic2

    0下载:
  2. 自己用C编写的Huffman编码通信系统应用,包括与不等长编码对比。详细注释。-own Huffman coding prepared by the communication system applications, including long-range and contrast coding. Notes detail.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25434
    • 提供者:powerzhou
  1. tchf

    0下载:
  2. 本程序运用哈夫曼编码原理对数据进行二进制编码压缩。 进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。 然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。 敲回车显示字符和对应二进制编码。 键入?显示帮助信息。 键入#进行编码数据输入与二进制数据输入的切换。 键入tree显示图形二叉树。 键入huff显示编码信息。 键入reset刷新缓冲区,重新输入要求编码的数据。 键入exit退出程序。 在TC2.0上运行。 注意正确配置图形驱动路径
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38405
    • 提供者:孔铁柱
  1. 哈夫曼tree

    0下载:
  2. 哈夫曼编码,建立哈夫曼树-Huffman coding, establishing Huffman tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:zhs
  1. (4)

    0下载:
  2. 霍夫曼编码的C语言实现-Huffman coding in C language Albion
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2352
    • 提供者:哈啦
  1. Huffmancodeing

    0下载:
  2. 此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。-Huffman coding procedures are completed, we will be able to understand the tenets of Huffman coding, we facilitate learning. Tc20 in running.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1758
    • 提供者:武威风
  1. Huffman文件压缩与解压

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

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

    0下载:
  2. huffman编码 huffman编码-huffman coding huffman coding
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-05
    • 文件大小:2182
    • 提供者:尚婷婷
  1. Huffman

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

    • 发布日期:2017-04-02
    • 文件大小:2214
    • 提供者:
  1. CadTool_ETRI_Final

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:189368
    • 提供者:Ho Joon Lee
  1. Cpp1

    0下载:
  2. C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:1585
    • 提供者:诸葛孔亮
  1. huffman

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

    • 发布日期:2017-04-01
    • 文件大小:8528
    • 提供者: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-09
    • 文件大小:322974
    • 提供者:Bernie
« 12 »
搜珍网 www.dssz.com