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

搜索资源列表

  1. Code

    0下载:
  2. 用哈夫曼树完成的压缩算法,可以针对各种文件进行压缩-Huffman tree to complete the compression algorithm, for a variety of file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1211448
    • 提供者:蒋滨
  1. huffmanwinfla

    0下载:
  2. 这是一个利用哈夫曼进行压缩和解压缩的程序。这不是初学时的一个黑洞洞的用键盘慢慢输入的控制台。这是一个用鼠标操作的程序;而且它在打开和退出时均有窗口动画。在操作时会有窗口抖动和警告音提示。-This is a use of Huffman compression and decompression procedures. This is not a beginner when a dark, slowly entered with the keyboard console. This is a p
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:5311
    • 提供者:海 耳
  1. Huffman

    0下载:
  2. 利用哈夫曼编码对文件实现压缩、解压的功能-Huffman coding to compress files, extracting features
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:453595
    • 提供者:1061441
  1. Huffman_Proj

    0下载:
  2. 仅限文本,8倍压缩解密,利用哈夫曼编码实现,来不及改进压缩解压的类型-Text, only 8 times compressed decrypted using Huffman coding, no time to improve the type of compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:525366
    • 提供者:曹伟
  1. Vhhuuffmani

    0下载:
  2. Visual C开发的一种基于哈夫曼的文件件压缩程序源码,解压后即可运行, -Visual C developed based on Huffman' s file compression program source code, unzip to run.
  3. 所属分类:Windows Develop

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

    0下载:
  2. huffman编码压缩与解压 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-compress and decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:345379
    • 提供者:rex
  1. CCCcodeo

    0下载:
  2. 其中包含将256色彩色图象转化为灰度图象,LZW压缩算法,显示出来DDIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码 可直接使用。 -Which contains 256 color color image into a grayscale image, LZW compression algorithm, displayed DDIB bit map, Huffman coding and image mosaic C++ source code can be used direc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:480450
    • 提供者:奉献
  1. Haffman

    0下载:
  2. 利用哈夫曼树进行txt文件压缩,小作业,不完美,有bug-Huffman tree for txt file compression, small job, not perfect, there is a bug
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:207516
    • 提供者:郑振威
  1. R20090817e

    0下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用用哈夫曼分块编码压缩,速度和图像质量都不错 -good -Client and server remote desktop control program using chunked encoding with Huffman compression on the host desktop image, speed and image quality are good-good
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:3396397
    • 提供者:坚定
  1. huffman

    0下载:
  2. 哈夫曼编码实现文件压缩 包含有源代码 备注简明-Huffman coding technique to realize zip file
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:24199
    • 提供者:郑亦哲
  1. Huff_Compress

    0下载:
  2. 无损压缩算法:哈夫曼编码。哈夫曼算法的过程为:统计原始数据中各字符出现的频率;所有字符按频率降序排列;建立哈夫曼树:将哈夫曼树存入结果数据;重新编码原始数据到结果数据。-Lossless compression algorithms: Huffman coding. Huffman algorithm is the process: the original data in the statistical frequency of occurrence of each character al
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11339980
    • 提供者:choonsa.miss
  1. HUF

    0下载:
  2. 利用哈夫曼树实现文件压缩和解压,分块读写文件,并且能设置密码和验证是否为该类型的压缩文件。-Huffman tree file compression and decompression, block read and write files, and can set a password and verify whether the types of compressed files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:1956671
    • 提供者:CaiBoyang
  1. HF

    0下载:
  2. 哈夫曼编码可用于压缩解压缩,平时我们用的rar也差不多是用这个原理来压缩的。-Huffman coding for compression and decompression, usually we use the rar almost use this principle to compress.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:259618
    • 提供者:wanghengkang
  1. Huffman

    0下载:
  2. huffman编码,用于压缩文件,解压文件,利用哈夫曼树-huffman encoding used to compress the file, unzip the file using the Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1495796
    • 提供者:qian
  1. HuffmanCoding

    0下载:
  2. HuffmanCoding,哈夫曼树压缩编码,实现了压缩及解压缩-HuffmanCoding, Huffman tree coding, compression and decompression
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:2184980
    • 提供者:陈乾福
  1. Huffman

    0下载:
  2. 哈夫曼无损压缩程序,可以完美压缩中文程序哦-Huffman compression procedures, can be compressed Chinese oh
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:548607
    • 提供者:jnn
  1. hufman

    0下载:
  2. 哈夫曼编码,实现了英文文档的压缩技术,已经使用过了,非常好。-Huffman coding English document compression technology
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:45988
    • 提供者:盛惠婷
  1. 2

    0下载:
  2. 哈夫曼树,将建立好的哈夫曼树读入,再读入已经压缩好的01编码,将其解压缩为字符原文,目前不能处理汉字。-Huffman tree Huffman tree will establish good read, and read into the compression has been a good 01 coding to decompress for the characters in the original, can not handle Chinese characters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:1893
    • 提供者:赵一凡
  1. Huffman-coding-image-compression

    0下载:
  2. 使用哈夫曼编码对图像进行压缩,使用zigzag扫描,显示压缩后图像-Huffman coding image compression, using the zigzag scanning, image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:27326
    • 提供者:weichao
  1. rjkj_huffman

    0下载:
  2. 在VS2010中用C语言实现以哈夫曼编码为基础的压缩与解压缩,处理文件大小限制为2G(可以通过修改源码来改变)-VS2010 using C language to Huffman coding based compression and decompression processing the file size is limited to 2G (can be changed by modifying the source code)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:5322
    • 提供者:lnf
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 »
搜珍网 www.dssz.com