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

搜索资源列表

  1. Lab4_5140379034

    0下载:
  2. 哈夫曼树,压缩文件 哈 夫曼树,压缩文件 哈 夫曼树,压缩文件-using haffman tree to pile files
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:3192
    • 提供者:王嘉晖
  1. haffman

    0下载:
  2. 实现哈夫曼编码与解码,数据结构课设要求基本完成-Huffman encoding and decoding, data structures, the basic completion of the course set requirements
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:254439
    • 提供者:zhuang
  1. haffman--

    0下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件-Huffman tree coding ,decoding,print
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3232
    • 提供者:p
  1. Haffman

    0下载:
  2. 北航数字图像与结构算法大作业的霍夫曼编码-Huffman coding digital image and structure algorithms Northern Great job
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:858329
    • 提供者:赵蒙
  1. haffman

    0下载:
  2. 哈夫曼编码在VS2015中的实现,注释非常清楚-Huffman code
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4527780
    • 提供者:cui
  1. haffman

    0下载:
  2. 该应用程序描述了哈夫曼树的构造 能把一段英文包括空格按照哈夫曼树压缩 也能根据字符出现频率来解压缩-The application describes a Huffman tree structure can include a space in accordance with the Huffman tree compression can also be based on the occurrence frequencies of characters to extract
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:57299
    • 提供者:yi
  1. huffman

    0下载:
  2. it is a haffman algorithm in delphi
  3. 所属分类:Compiler program

    • 发布日期:2017-12-14
    • 文件大小:209108
    • 提供者:Nomast
  1. haffman

    0下载:
  2. visual studio 2013 up5重新编译-update the code with visual studio 2013 update5
  3. 所属分类:Console

    • 发布日期:2017-12-20
    • 文件大小:2380800
    • 提供者:kexitan
  1. compress

    0下载:
  2. 运用哈夫曼编码实现的文件压缩源代码 功能:可以实现文件以二进制输入进行哈夫曼编码在写入另一个重建的文件中实现文件压缩- File compressed source code implemented using the Huffman code Functionality: you can implement files in binary input with the haffman encoding in a file that is written to anothe
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:3566645
    • 提供者:
  1. main

    0下载:
  2. 哈夫曼树,二叉哈夫曼树的建立(两种方式),以及三种遍历方式(递归与非递归)-The haffman tree, the creation of the binary hafman tree (two ways), and the three ways of traversing (recursion and non-recursion)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:cheese
  1. vinzip

    0下载:
  2. haffman code haffman code haffman code haffman code -haffman code haffman code haffman code haffman code haffman code haffman code haffman code
  3. 所属分类:Editor

    • 发布日期:2017-12-14
    • 文件大小:36864
    • 提供者:Ilya
  1. videosavc

    0下载:
  2. 自己写的haffman编码源代码,用matlab实现的,欢迎指正-Write their own haffman coding the source and matlab, welcome to correct me,,
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:HrLekyvi
  1. Huffman

    0下载:
  2. gui设计,huaffman编码,可以通过界面读取文件,实现haffman编码的转换-Gui design, huaffman encoding, you can read the file through the interface to achieve haffman encoding conversion
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:陆侃
  1. hufman

    0下载:
  2. 哈夫曼编/译码器:建立哈夫曼树,通过哈夫曼树来建立哈弗曼代码(Haverman/decoder: set up the hafman tree and build the haverman code through the haffman tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:197632
    • 提供者:不及你
  1. 201528

    0下载:
  2. 实现哈夫曼树的编码,使用C语言,最基础核心的哈夫曼树编码实现(Huffman tree coding)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:nike111
  1. Haffman

    0下载:
  2. 合理设计窗口界面,待编码的文字通过窗口的编辑界面(类似记事本的编辑界面)录入,在界面上显示各个字符出现的频率及哈夫曼编码,对原文编码并在界面上显示出来;对译码文字还原,显示在界面上与原文对照。功能菜单或按钮自行设计,以合理为目的。(Reasonable design of window interface, for encoding text through the window editing interface (Notepad edit interface) input, display
  3. 所属分类:多媒体编程

    • 发布日期:2017-12-21
    • 文件大小:2011136
    • 提供者:小慧hui
  1. 879526

    0下载:
  2. Write their own haffman coding the source and matlab, welcome to correct me,,
  3. 所属分类:系统编程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:dzmvnsiwnal
  1. 哈夫曼树

    0下载:
  2. 哈夫曼树,又叫最优二叉树,指的是对于一组具有确定权值的叶子结点的具有最小带权路径长度的二叉树。(The haffman tree, also known as the optimal binary tree, refers to a binary tree with a minimum path length for a set of leaf nodes with determinate weights.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:430080
    • 提供者:啊哈S
  1. 哈夫曼树

    0下载:
  2. 数据结构之哈夫曼树的编码解码,能够输出码表(Encoding and decoding of data structure Huffman tree, can output table)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:莱茵
  1. 哈夫曼树

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。(The use of Huffman coding can greatly improve the utilization of channel, shorten the time of information transmission and re
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:荼靡花开
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com