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

搜索资源列表

  1. huffman

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

    • 发布日期:2017-04-15
    • 文件大小:5745
    • 提供者:Ali
  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
    • 文件大小:418195
    • 提供者:liu jian
  1. adaptive_huffman

    0下载:
  2. 自适应的霍夫曼编码是一种扩展的熵编码方法,取得了更高的编码效果。这是几种自适应霍夫曼编码的实现方法。希望对大家有用。-adaptive huffman coding is an extended coding method ,which can get more efficient compression ratio. this is kinds of adaptive huffman coding methods. i hope it will be useful for people who
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:14095
    • 提供者:Richard Chang
  1. HuffmanTestDemo

    0下载:
  2. huffman经常用在图像压缩领域。代码是huffman实现的数据压缩与解压缩程序。vc实现。-huffman often used in image compression field. Huffman code to achieve data compression and decompression process. vc achieved.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:12698
    • 提供者:zcy
  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. 输入8个字符(数目可以自己设定,需要改动程序中N的值),注意空格也算字符,然后输入权值,会显示构造的霍夫曼树及每个字符的编码-Encode:enter 8 characters,then enter 8 numbers,this program will print the huffman tree and each char s code.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 使用javascr ipt仿真香农、费诺、哈夫曼编码,以便分析-using javascr ipt for simulation Shannon, Fano, Huffman coding, in order to analyze their characteristic
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:3723
    • 提供者:何林
  1. Huffman

    0下载:
  2. 数据结构课程所学哈弗曼树的c语言演示代码,包括哈弗曼路径等等,希望对大家有用。-Havermann tree demo code includes Havermann paths, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10276
    • 提供者:zengkai
  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

    0下载:
  2. 输入的字符串,输出霍夫曼编码,同时也可以反向进行-input what you whant,output what you hope,it s a great code ,you will not be disaopinted,fuck
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:199942
    • 提供者:jindaochuan
  1. Huffman

    0下载:
  2. Huffman树和编码 用结构体和链表完成-Huffman tree and code completion list with the structure and
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 用c语言给出了哈夫曼树的实现代码。已经编译通过。输入节点数和权值后,可以生成huffman 树-Using c language gives the Huffman code tree to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1495
    • 提供者:isnoody
  1. AdaptiveHuffman

    0下载:
  2. adaptive huffman coding的源代码。-adaptive huffman coding of the source code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4661
    • 提供者:陶秋平
  1. HuffmanCoding

    0下载:
  2. huffman coding,pdf文件,介绍各种Huffman code编码-huffman coding, pdf documents, introducing the various Huffman code encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:258296
    • 提供者:陶秋平
  1. huffman

    0下载:
  2. huffman code implementation for variable length code allocation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:718
    • 提供者:abcdefglksl
  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. vitter

    0下载:
  2. This code is adapted from Professor Vitter s article, Design and Analysis of Dynamic Huffman Codes, which appeared in JACM October 1987 author: karl malbrain, karl_m@acm.org
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 数据结构作业同学们可能需要哈弗曼编码源程序加实验报告-Havermann source code plus Experimental Report
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:260749
    • 提供者:王帅韬
  1. HuffmanTree

    0下载:
  2. 简单的哈夫曼编码生成,测试数据固定,但生成算法是哈夫曼树及编码生成逻辑是通用的-Construct huffman tree and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:39468
    • 提供者:Kevin
  1. Huffman

    0下载:
  2. 哈夫曼编码包含代码及运行过程,含有算法的描述。-Huffman coding with code and running, containing algorithm descr iptions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:24086
    • 提供者:王娜
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com