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

搜索资源列表

  1. Huffman

    0下载:
  2. 1.要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法 2.熟练掌握二叉树的应用 -1. Requested documents Huffman coding algorithm, as well as an algorithm to decode encoded files 2. Familiar with the application of binary tree
  3. 所属分类:Data structs

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

    0下载:
  2. 哈弗曼编码是一种编码的形式和规则,本代码实现了c的huffman编解码-哈弗曼编码是一种编码的形式和规则,本代码实现了c的huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:743711
    • 提供者:入云龙
  1. Huffman

    0下载:
  2. 该算法可以实现huffman编码和解码,并在vc6.0环境下编译通过-The algorithm can huffman encoding and decoding, and in the environment compile vc6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1546
    • 提供者:鲁蔷
  1. Huffman_System

    0下载:
  2. 本代码完全实现Huffman编码解码,由本人自主编写,是初学Huffman的好材料,其中可根据权重绘制树图-The full realization of the Huffman code encoding and decoding, self-written by me, a good material to learn Huffman, which may draw the tree under the weight
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:232719
    • 提供者:龙龙
  1. Huffman

    0下载:
  2. 实现Huffman编码、解码功能。 主函数的流程:定义Huffman树T并初始化T。提示手动输入文本文件或者加载 已存在的文本文件,然后程序进入主菜单Main Menue(),根据输 入的选择项调用相应的函数、实现相应的逻辑功能。-Achieve Huffman encoding, decoding functions. The main function of the process: Define Huffman tree T and initialize T. P
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2213
    • 提供者:alvin
  1. Huffman-encoding-and-decoding-tree

    1下载:
  2. 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:8780800
    • 提供者:李聪
  1. Huffman

    0下载:
  2. 哈夫曼编码 对电文进行编码 和解码功能 Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13321626
    • 提供者:王大飞
  1. Huffman

    0下载:
  2. Huffman编码和解码的C语言实现,编译已通过!-Huffman encoding and decoding of the C language, the compiler has passed!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3199
    • 提供者:qun
  1. Huffman

    0下载:
  2. 对一篇英文文章,统计各字符出现的次数,实现Huffman编码, 以及对编码结果的解码 -Of an article in English, statistics, the number of occurrences of each character, to achieve Huffman encoding, and decoding of the coded results
  3. 所属分类:Data structs

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

    0下载:
  2. 一个关于哈弗曼编码的课程设计 哈弗曼编码解码源文件-huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:10324
    • 提供者:deban
  1. huffman

    0下载:
  2. 生成霍夫曼编码和解码程序,本程序包含几个子程序,主程序会自动调用。-Generate Huffman coding and decoding procedures, the program contains several subroutines, the main program will automatically call.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5966
    • 提供者:李永强
  1. Huffman

    0下载:
  2. 利用 Huffman 编码进行通信可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据进行预先编码,在接收端进行解码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/解码系统。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time information, reducing t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:328294
    • 提供者:罗杨
  1. huffman

    0下载:
  2. huffman编码,可以实现编码,解码,打印代码文件功能-huffman encoding, can encode, decode, print the code file function
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. huffman编码与解码的实现,并对编码效率进行了计算-huffman encoding and decoding implementation, and coding efficiency was calculated
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:22212
    • 提供者:王鹏
  1. Huffman

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,C语言实现,自己编的,注释详细,可读性好.这个是基于对话框的.压缩包包括源程序文件,再vc中运希望对大家理解哈弗曼编码有所帮助-This is a Hoffman codec source code, C language, compiled their own, notes in detail, the readability is good. This is based on the dialog box. Compression bag includes a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:12430
    • 提供者:焦焰斌
  1. huffman

    0下载:
  2. 简易哈弗曼编码解码C语言实现 可对输入字符统计概率并编码,然后 根据 编码自行解码 -an example of Huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:567143
    • 提供者:刘畅
  1. huffman_encodeDecod_matlab

    0下载:
  2. Huffman编码解码 matlab程序-huffman encoding and decoding program written by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7508
    • 提供者:Climb
  1. huffman-code

    0下载:
  2. 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16891
    • 提供者:张静文
  1. Huffman

    0下载:
  2. 霍夫曼编码解码,一个很经典的算法,学C语言基本都会学的算法-Hoffman codec, a classical algorithm to learn the C language will learn the algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1415677
    • 提供者:孙骁永
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com