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

搜索资源列表

  1. huffman

    0下载:
  2. 基于哈夫曼技术压缩和解压。 计算机中任意文件的读与存都是从缓存里面读取 0 、 1 代码转化成, 即文件其是就是二进制的。所以可以把每8位转换成相应的ASCII码。从而用哈夫曼编码, 将等长编码转化成非等长编码。-Huffman-based compression and decompression technology. Arbitrary files on your computer and keep reading it to read from the cache 0, 1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9891
    • 提供者:梁超
  1. fist

    1下载:
  2. 用哈夫曼技术来 对一个存在的文件进行压缩 以及对压缩文件进行解压-Huffman used the existence of a technology to compress the file and unzip compressed files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-12-30
    • 文件大小:3541
    • 提供者:lizhuo
  1. huffman

    0下载:
  2. 采用哈夫曼编码思想实现文件的压缩和恢复功能,并提供压缩前后的占用空间之比。 要求: (1)描述压缩基本符号的选择方法。 (2)运行时的压缩原文件的规模不小于5K。 (3)提供恢复文件与原文件的相同性对比功能。 -huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3148
    • 提供者:loseheaven
  1. 远程视频监控系统

    0下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错 -good
  3. 所属分类:远程控制编程

    • 发布日期:2017-05-13
    • 文件大小:3392825
    • 提供者:郭楠
  1. huffman(VC)

    0下载:
  2. 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:39161
    • 提供者:魏罡
  1. ViCandMPEGJPEGE

    0下载:
  2. HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换 JPEG2000压缩编码技术 源代码 vcSDll VCD2000AV卡的API函数封装 DvrDll PV988卡的API函数封装 DvsCode 监控录像系统源代码 \avi2mpg1_src 中包含了mpeg1编码
  3. 所属分类:mpeg mp3

    • 发布日期:2017-06-02
    • 文件大小:14818099
    • 提供者:张明晨
  1. huffman_src

    0下载:
  2. 哈夫曼编码是数据传输压缩的重要算法,在数据传输的过程中举足轻重。-Huffman coding is an important data compression algorithm, in the important process of data transmission.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:20974
    • 提供者:Cico Young
  1. 053803huffman

    0下载:
  2. 哈夫曼解压缩小软件,第一次编码请多指教,希望可以帮助大家-Huffman decompression narrow the software, the first coding ability, Zhi Jiao
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1175
    • 提供者:moon
  1. Huffman1

    0下载:
  2. 利用哈夫曼算法进行压缩文件或解压缩文件。-Huffman compression algorithm using the file or extract the files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:115678
    • 提供者:孙辰
  1. haffman

    2下载:
  2. 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:193714
    • 提供者:dian
  1. huffman_3

    0下载:
  2. 功能包括从文件中读取文章,将文章转换为哈夫曼编码,将哈夫曼编码还原,就是那几个基本算法的实现啦。 为了方便查看,这里输出的哈夫曼编码是1byte的,其实真正应该将其变为1bit存储,这样才能达到压缩的目的。-Features include articles to read from the file, the article is converted to Huffman coding, Huffman coding will be restored and that is the rea
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2393
    • 提供者:xiang
  1. HuffmanNode

    0下载:
  2. 哈夫曼编码将文档利用哈夫曼编码数据压缩 huff.h huffcode.txt huffmannode.cpp huffmanNode.plg sourcefile.txt TextFile.txt-Huffman coding the document data compression using Huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:288267
    • 提供者:陈青
  1. 20070522_db093cf8d70ae70ef846JMK8Szkr1yha

    0下载:
  2. 七、压缩软件 小组成员: [问题描述] 用哈夫曼编码设计一个压缩软件,能对输入的任何类型的文件进行哈夫曼编码,产生编码后的文件-压缩文件;也能对输入的压缩文件进行译码,生成压缩前的文件----解压文件。 [设计要求] -cyuyansui
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:26768
    • 提供者:
  1. hfm

    0下载:
  2. 用哈夫曼编码实现文件的压缩和解压! C语言版的-Huffman Coding with file compression and decompression! C language version! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3018
    • 提供者:zhangsan
  1. Huffman8.8.1

    0下载:
  2. 提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-Huffman coding provides the compression and decompression functions, and implemented on the image file compression and decompression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:129293
    • 提供者:tianya
  1. Huffman

    0下载:
  2. 程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-Program provided a Huffman coding for compression and decompression functions, and implemented the compression and decompression of images
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2554
    • 提供者:曾恒
  1. bishechengxu

    0下载:
  2. 哈夫曼实现压缩,达到文件的压缩和解压,从而实现硬盘空间的节约-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:10441
    • 提供者:王伟
  1. HUFFMAN

    0下载:
  2. 建树函数 构建哈夫曼树的目的一是为了得到哈夫曼编码表,二是为了压缩文件解压缩时使用,所以哈-Achievements of the purpose of the function first, building Huffman Huffman coding table to obtain the second is to extract the compressed file to use, so ha
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:671
    • 提供者:杜秋国
  1. HuffmanTree

    0下载:
  2. 哈夫曼树编码译码器,对文件进行压缩和解压缩,从文件中读取内容-HuffmanTree encoding and decoding the files from a file reads the contents
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3343
    • 提供者:耿一刚
  1. huffmancode

    0下载:
  2. 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
  3. 所属分类:Other systems

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