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

搜索资源列表

  1. HUFFMAN

    0下载:
  2. 建立赫夫曼树,然后再由叶子到根实现赫夫曼编码。-Huffman tree set up, and then leaves to the root by the Huffman encoding implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:鱼儿
  1. Huffman

    0下载:
  2. 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:星星
  1. Huffmancoding

    0下载:
  2. Huffman编码,在该文件夹中有Huffman编码的相关源程序,并且给出了实验要求-Huffman encoding, in the folder in the relevant source Huffman coding, and test requirements are given
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6075
    • 提供者:沈晓光
  1. huffman

    0下载:
  2. 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:320281
    • 提供者:张亦楠
  1. huffman

    0下载:
  2. 包括huffman编码的源代码 输入为信源符号个数信源的概率分布 输出为每个符号对应的huffman编码的码字-Including the source code for huffman encoding source input for the number of source symbols of the probability distribution of output for each symbol corresponding to the codeword huffman c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1493
    • 提供者:lyy
  1. Huffmancoding

    0下载:
  2. 自己写的,采用VB.NET编写的霍夫曼(Huffman)编码问题,全图形界面,在VS2005下编译通过。-Wrote it myself, prepared using VB.NET Hoffman (Huffman) encoding problem, the entire graphical interface, in the VS2005 compiler through the next.
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:65948
    • 提供者:XIII
  1. huffman

    0下载:
  2. 借助VC实现输入图像的huffman编码及译码源程序-VC with the realization of the input image source huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:42782
    • 提供者:小驴
  1. mywork

    0下载:
  2. huffman arithmetic encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈夫曼编译码C++ 源码---计算机课程设计-Huffman encoding and decoding C++ source code--- Computer Curriculum Design
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1966
    • 提供者:zhanyang
  1. huffman

    0下载:
  2. 利用huffman编码实现小于4g文件的压缩,先用2进制读写将文件变为2进制码,再通过前缀码构造huffman树,最后存储huffman编码,解码过程反之。-Using huffman coding to achieve less than 4g file compression, first two to read and write binary file into 2 binary code, and then through the prefix code construct huffm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:52547861
    • 提供者:邹平
  1. huffman

    1下载:
  2. 对MATLAB软件中已经存在的Shannon.txt文档进行霍夫曼编码,检测霍夫曼编码的编码速率。-On the MATLAB software that already exists Shannon.txt documents Huffman coding, the encoding rate of detection of Huffman coding.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6775
    • 提供者:史锁兰
  1. huffman

    0下载:
  2. huffman编码和解码,可从文件中读取,并将文件翻译成0,1代码-huffman encoding and decoding can be read from a file, and the translation of documents into the 0,1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1365
    • 提供者:zhanghshipeng
  1. huffman

    0下载:
  2. 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the desti
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17889
    • 提供者:刘军
  1. huffman

    0下载:
  2. Huffman的编码和译码,东西比较简单-Huffman encoding and decoding
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7470
    • 提供者:王浩然
  1. JPEGencodinganddecoding

    0下载:
  2. 程序实现了JPEG的编码(DCT,Quantization,Zig-Zag Scaning,Differential Encoding,Run-Length Encoding,Huffman Encoding)和解码-Program achieved a JPEG coding (DCT, Quantization, Zig-Zag Scaning, Differential Encoding, Run-Length Encoding, Huffman Encoding) and Decodin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:14232
    • 提供者:李朋
  1. HuffManEncoding_Src

    0下载:
  2. Huffman encoding in Csharp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:13733
    • 提供者:Paul
  1. Huffman

    0下载:
  2. 根据Huffman编码方法的原理,实现建立Huffman树的功能.并自定义简单输入数据,检验结果.由键盘输入的任意字符流,输出显示每个字符的编码,并计算压缩比-According to the principle of Huffman encoding method to achieve the establishment of Huffman tree functions. And customize a simple input data, the test results. Of any
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:247813
    • 提供者:lienquan
  1. HuffCoding

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:987
    • 提供者:katore vishal
  1. HuffmanTree

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1077
    • 提供者:katore vishal
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
« 1 2 3 45 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com