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

搜索资源列表

  1. huffman

    0下载:
  2. 哈夫曼的编码译码器, 还附带有压缩跟解压缩的功能。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43.61kb
    • 提供者:杨挺
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:61.05kb
    • 提供者:
  1. huffman解压缩

    0下载:
  2. 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.3kb
    • 提供者:陈帅
  1. 文本压缩

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

    • 发布日期:2008-10-13
    • 文件大小:32.74kb
    • 提供者:朱金晨
  1. HUFFMAN

    0下载:
  2. 运用哈弗曼编码实现文件的压缩与解压缩,有源码-HUFFMAN files encoded using the compression and decompression, a source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:13.48kb
    • 提供者:王怡
  1. Cpp1

    0下载:
  2. C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:1.55kb
    • 提供者:诸葛孔亮
  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. 在数据库课程实习时候,保存的资料,运用了哈弗曼树进行压缩解压。希望可以有所帮助。-Internship programs in the database when the information stored, using the Havermann tree compression decompression. Hope that we can help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:233.68kb
    • 提供者:杨泽崎
  1. huffman

    0下载:
  2. 利用哈弗曼压缩文件,程序功能包括压缩和解压缩。-Using Havermann compressed file, the program features, including compression and decompression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:11.76kb
    • 提供者:yrq
  1. Huffman

    0下载:
  2. Huffman,简单的解压缩程序,详细看源码-Huffman, a simple decompression procedure, detailed look at source
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4.58mb
    • 提供者:宝宝的
  1. Huffman-Tree-Compression-Software

    0下载:
  2. 一个简单的Huffman树的压缩软件的程序,可以把字母压缩为01串,也可以解压缩。-A simple Huffman tree compression software program, the letters can be compressed to 01 strings, you can also decompress.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:12.53kb
    • 提供者:李玟
  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
    • 文件大小:253.53kb
    • 提供者: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
    • 文件大小:1.43mb
    • 提供者:qian
  1. Huffman

    0下载:
  2. 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2.43kb
    • 提供者:王大可
  1. huffman

    1下载:
  2. 文件压缩源码.....课压缩解压文件...可现实文件压缩的哈夫曼编码-File compression source ..... lesson compression decompression file ... real file compression, Huffman coding
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:2.46mb
    • 提供者:lixiaoqian
  1. Huffman

    0下载:
  2. 1、一个数据压缩器,能够对任意格式的文件进行压缩处理,从源文件读取字符经过压缩器译码并打包输出到目的文件。 2、一个解压器能够对由压缩器压缩得到的压缩文件进行解压缩,图2描述了解压缩过程的协同图。解压器还要能够判断文件类型以及文件是否被篡改。-1, a data compression, the compression processing to the files in any format, is read from the source file the character compr
  3. 所属分类:File Operate

    • 发布日期:2017-11-30
    • 文件大小:5.98kb
    • 提供者:shyhhh
  1. Huffman-Decode

    0下载:
  2. Huffman 原理编码压缩解压文件,先构造 Huffma 树再编码-Huffman Decode
  3. 所属分类:File Operate

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

    0下载:
  2. 利用huffman编码实现文件的压缩解压缩并计算压缩率。-Use huffman coding realize the decompressed file compression and calculate the compression ratio.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.74mb
    • 提供者:Bao
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1.62mb
    • 提供者:岚爻
  1. huffman压缩

    0下载:
  2. 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)
  3. 所属分类:其他

« 12 3 »
搜珍网 www.dssz.com