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

搜索资源列表

  1. huffman 方案3

    0下载:
  2. huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:41.07kb
    • 提供者:bob
  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. Huffman

    0下载:
  2. huffman编码,输入对应的概率,可以输出码字和码长-Huffman coding, the probability of imported counterparts, can export code and code length
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.78kb
    • 提供者:徐晨
  1. Huffman Coding

    0下载:
  2. Huffman coding for image Arithmetic Coding for image
  3. 所属分类:Windows编程

    • 发布日期:2010-11-19
    • 文件大小:7.98mb
    • 提供者:quietsound
  1. Data-Structure-Course-Design-Huffman-coding

    0下载:
  2. 数据结构课程设计——霍夫曼编码(含有设计要求,需求分析,源代码)-Data Structure Course Design- Huffman coding (with the design requirements, requirements analysis, source code)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:408.39kb
    • 提供者:liu jian
  1. Huffman

    0下载:
  2. HUFFMAN编码。对一片文章进行HUFFMAN编码,并计算它的信源熵,与编码后的平均码长进行比较。-HUFFMAN coding. Of an article to HUFFMAN coding, and calculate the entropy of its source, and the encoded average code length for comparison.
  3. 所属分类:Other systems

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

    0下载:
  2. 哈夫曼编码实现压缩与解压缩 整体设计流程清晰 算法简洁-Huffman coding to achieve compression and decompression algorithm for the overall design process clear and concise
  3. 所属分类:Windows Develop

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

    0下载:
  2. huffman编码译码的实现,通过huffman编码可以达到较高的编码效率-huffman code decoding to achieve, through the huffman coding can achieve higher coding efficiency
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:1.17kb
    • 提供者:李冰
  1. Huffman~

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:171.87kb
    • 提供者:项链
  1. Huffman-coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Image Huffman coding
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:352.04kb
    • 提供者:宋杰
  1. Huffman-coding

    0下载:
  2. 数据结构中的霍夫曼编码的源代码。对掌握c语言的数据结构有很好的帮助-Huffman coding in the data structure in the source code. Good master c language data structure
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1.55mb
    • 提供者:刘洋
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:16.39kb
    • 提供者:Gary
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码,C语言编写,将概率事件分别编写为对应二进制编码,适合在通信环境中传输-Huffman coding, C language, the probability of the event were written to the corresponding binary coding, suitable for transmission in a communications environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:792byte
    • 提供者:李明
  1. huffman-coding

    0下载:
  2. 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。-In telegraph communications, the message is transmitted binary sequence 0,1. Frequency character sets are different (such as e q and t and z are used with
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:wang2
  1. Huffman-coding

    0下载:
  2. 可以实现哈夫曼编码,简单易懂,可以用于交作业。欢迎下载-Huffman coding can be achieved, easy to understand, can be used for homework. Welcome to download
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.47kb
    • 提供者:吴西皓
  1. huffman-coding

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding), also known as Huffman coding is an encoding, Huffman coding is a var
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:304.14kb
    • 提供者:ANDY
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码的程序,输入任何字符,输出哈夫曼编码序列、所用的字符集、编码效率。解码部分暂不可用-Huffman coding procedures, enter any character, Huffman coding sequence output, the use of character sets, coding efficiency. Decoding section is not yet available
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:217.25kb
    • 提供者:齐晓阳
  1. Huffman-coding

    0下载:
  2. 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:32.5kb
    • 提供者:邹宜然
  1. Huffman-coding-CPP-and-MFC

    0下载:
  2. 基于C++和MFC的哈夫曼编码压缩软件的实现,-Based C++ and MFC Huffman coding compression software implementation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:5kb
    • 提供者:zhanzhan
  1. duplicate

    0下载:
  2. huffman coding based adaptive spatial modulation
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:27kb
    • 提供者:kavana
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com