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

搜索资源列表

  1. 源程序2

    0下载:
  2. 2 无损压缩技术. 2)变长最佳编码定理和唯一可译代码. 2 无损压缩技术. 2 无损压缩技术. 3)哈夫曼编码方法(Huffman). 2 无损压缩技术. 2 无损压缩技术 ... 预测误差的方差-two lossless compression technology. 2) variable length coding theorem best and the only translated code. Two lossless compression technology. Two los
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:890
    • 提供者:yl
  1. 哈夫曼编码原码

    0下载:
  2. 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code no
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:陈志德
  1. Huffcoding

    1下载:
  2. 代码实现哈弗曼编码问题 文本输入 文本输出 运行环境为vc++6.0 运行没有错误-huffman coding
  3. 所属分类:Algorithm

    • 发布日期:2014-05-05
    • 文件大小:1379328
    • 提供者:li
  1. asm-C-CPP-program

    0下载:
  2. 包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-03
    • 文件大小:5188323
    • 提供者:邢旭初
  1. zz00

    0下载:
  2. 哈夫曼编码的C程序代码 不知道是不是正确的 是我转载别人的程序-Huffman coding in C code do not know if I am correct procedures reproduced others
  3. 所属分类:Document

    • 发布日期:2017-11-26
    • 文件大小:1244
    • 提供者:zz
  1. HuffmanTree

    0下载:
  2. 根据一段给定的文章构造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。-According to the article section of a given structure of the Huffman tree is given a section of the code decoding to become a section of articles, input and output are achieved through the docume
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:203161
    • 提供者:Carol
  1. Data_Struc

    0下载:
  2. 这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码-This is Yan Wei-min version of the data structure on the machine part of the tutorial source code, are written in their own, including the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:12111
    • 提供者:wang yucao
  1. 4

    0下载:
  2. 这是一个实现哈夫曼编码的代码,大家看看,参考一下。我觉得这个不错的。-This is a realization of Huffman code, let us look at reference. I think this is good.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1585
    • 提供者:城城
  1. HuffmansourcecodingClanguagesourcecode

    0下载:
  2. 哈夫曼信源编码是一种很常见的信源编码方式。本源代码对初学者有很强的借鉴意义。本代码兼容性强。可在C++程序中调用。-Huffman source coding is a very common source coding methods. Source code for beginners have a very strong reference. The code compatibility. In C++ Procedure call.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1648
    • 提供者:王飞
  1. 4

    1下载:
  2. 哈夫曼编/译码器 需求分析 根据程序目录建立函数,分别为CREATE-建立哈夫曼树,TABLE-输出编码,CODING-编码,DECODING-译码。 CREATE 函数实现从键盘输入字符集中的所有字符及其对应的频率值,建立哈夫曼编码树。 TABLE函数实现利用已建好的哈夫曼树,列出字符集中的所有字符及其对应的哈夫曼编码。 CODING函数实现利用建好哈夫曼树,对从键盘输入的正文串进行编码,并在屏幕上显示结果。 DECODING函数实现利用已建好
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7326
    • 提供者:斜阳
  1. HuffmanTree

    0下载:
  2. 霍夫曼树的代码..实现了用霍夫曼编码的功能,经测试能成功输出-Hoffman tree code .. realized Huffman code with the function of output have been tested successfully
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:271360
    • 提供者:fifastar01
  1. Huffmancode

    0下载:
  2. 霍夫曼编码解码。基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Hoffman codec. Fundamental principle is frequently used data in lieu of using a short code, and less use of the data used in lieu o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:9207
    • 提供者:王瑾
  1. VC_JPEG

    0下载:
  2. VC编写JPEG压缩代码,包含HUFFMAN、压缩代码、VB测试代码等。-VC prepared JPEG compression code, including HUFFMAN, compression code, VB code, such as testing.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-03
    • 文件大小:700938
    • 提供者:阳敬
  1. huff_enc

    0下载:
  2. huffman 编码原代码,是一种经典压缩算法,变长码-huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:115939
    • 提供者:chai
  1. onlycode

    0下载:
  2. 课程设计: 关于二叉树操作,哈夫曼编码,散列表,宿舍管理,文本编辑的一些代码。没有详细的说明书。之前收集的,有需要的可下载。-Curriculum design: About Binary Tree operation, Huffman coding, hash table, dormitory management, text editor of some code. No detailed instructions. Collected before, there is need
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1206594
    • 提供者:zg
  1. HuffmanApp

    0下载:
  2. 这是huffman无损压缩简单压缩代码,能把txt文件成后缀为lf文件同时支持解压lf文件成txt文件!对自己理解哈夫曼树的理解很有用!(查资料做出来了的)-awefrwerfwerwerwerwer
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1083960
    • 提供者:杨斌
  1. huofuman2

    0下载:
  2. 霍夫曼编码 此为霍夫曼编码的c++代码,两个文件-This is the Huffman coding Huffman coding c++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2795
    • 提供者:司马俊杰
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码完整代码 数据库学习中使用 仅供参考-huffman code platform visrual c++ visrual studio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1722
    • 提供者:长小妖
  1. hafumianbianma

    0下载:
  2. 哈夫曼编码器的设计,里面有详细设计代码和功能说明-Huffman encoder design, there are the detailed design of code and function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:14295
    • 提供者:张松
  1. huffmantree

    0下载:
  2. 哈夫曼树,编写一个哈夫曼编/译码系统具有初始化,编码,译码,印代码文件,印哈夫曼树等功能,是数据结构作业的上机源代码-Huffman tree, the preparation of a Huffman encoder/decoder system initialization, encoding, decoding, code printed documents, printed features such as Huffman tree is a data structure of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2425
    • 提供者:zex
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com