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

搜索资源列表

  1. haffman

    0下载:
  2. 实现文件加密和解密,包括加密文字,以及解秘整篇文章-eeeeee
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:514679
    • 提供者:kexitan
  1. traffic

    0下载:
  2. 用Visual C++编写的基于Haffman编码的交通咨询源码,直接打开工程文件即可-Prepared using Visual C++ code based on the Transport Advisory Haffman source code, open the project file can be directly
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1254037
    • 提供者:王贝
  1. lzw

    0下载:
  2. Lzw字典压缩解压缩算法,lzw算法简单但压缩效果并不比haffman算法差。现在用途也很广泛-Lzw dictionary compression decompression algorithms, lzw algorithm is simple but not higher than compression algorithm haffman worse. Now is also very wide range of uses
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:74527
    • 提供者:ada
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. haffman-code

    0下载:
  2. huffman coding relese
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6770
    • 提供者:korus
  1. itu-t81

    0下载:
  2. itu coding haffman etc-itu coding haffman etc.......
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:967161
    • 提供者:pan qy
  1. haffman

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

    • 发布日期:2017-04-01
    • 文件大小:6774
    • 提供者:yanfen
  1. haffmancode

    0下载:
  2. 哈弗曼编码,使用JAVA实现,具体功能参见HAFFMAN文件内的实现-HAFFMANCODE
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9907
    • 提供者:zhj
  1. haffman

    0下载:
  2. 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2401
    • 提供者:王伟
  1. shannon

    0下载:
  2. haffman coding example c-haffman coding example c++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:Viktor
  1. ads

    0下载:
  2. 用matlab实现小波变化,使图像实现EZW压缩算法,达到压缩效果,得到对应的压缩haffman编码。-Wavelet transform using matlab implementation, so that realization of EZW image compression algorithm to achieve the compression effect, been a corresponding compression haffman coding.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:67985
    • 提供者:王鹏
  1. haffman

    0下载:
  2. 数据结构试验哈夫曼编码译码系统源码数据结构试验哈夫曼编码译码系统源码-Experimental data structure Huffman decoding system source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1847
    • 提供者:cheye
  1. haffman

    0下载:
  2. 哈弗曼压缩能够实现对文件的压缩,是压缩软件的雏形-Ha Fuman compression file compression can be achieved is the embryonic form of compression software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:9532
    • 提供者:weixiaowu
  1. 83_RLE_LZW_HAFFMAN

    0下载:
  2. algoritm RLE, LZW, Haffman
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:13495
    • 提供者:s1ndr0m
  1. zuiyouerchashu

    0下载:
  2. 在本文中我们将应用图论中的最优二叉树基本概念,之后将会给出利用最有二叉树进行哈夫曼便译码器的过程,并对其进行仿真实现。利用哈弗曼编码进行信息通信可以大大提高新到利用率,缩短信息传输时间,降低传输成本- gragh based on haffman code
  3. 所属分类:SMS

    • 发布日期:2017-04-01
    • 文件大小:169618
    • 提供者:yanfen
  1. gxlbmp

    0下载:
  2. 一个简单的图像处理源码,包括Haffman编码,LZW算法的压缩和解压过程-A simple image processing source code, including Haffman coding, LZW compression and decompression process of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2150229
    • 提供者:管小
  1. binary-and-haffman

    0下载:
  2. 初学者学习数据结构做的两个小程序,二叉树和哈夫曼树的源代码-Data structures for beginners to learn to do the two small programs, binary and source code of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1846
    • 提供者:wangbing
  1. haffman

    0下载:
  2. 哈夫曼编码 源程序 附详细注释,均已调试通过!-Huffman coding program with detailed source notes, all have been debugged!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4278
    • 提供者:solar
  1. Haffman

    0下载:
  2. 数据结构哈弗曼编码实验程序,能够完整实现其要求-Experimental data structure Hafu Man coding procedures to complete implementation of its requirements
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1605
    • 提供者:汪德安
  1. haffman

    0下载:
  2. 构建所输入符号(及权值)的Huffman树,并利用该树求出各符号 的 Huffman编码,深入理解最优二叉树的概念及其特性。 -Construction of the input symbols (and weight) of the Huffman tree and the tree obtained using Huffman coding of the symbols, in-depth understanding of the concept of optimal binary tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:142944
    • 提供者:gaoyuan
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com