搜索资源列表

  1. 另类的压缩方式

    0下载:
  2. 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8843
    • 提供者:王月
  1. arith-n

    0下载:
  2. Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供-Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:王丛知
  1. 远程桌面控制

    0下载:
  2. 远程桌面控制的客户端和服务端程序;对被控端桌面图像用哈夫曼分块编码压缩,速度和图像质量都不错-Remote Desktop control of the client and server procedures; Right Beikongduan desktop images for Huffman coding block compression, speed and image quality are good
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-21
    • 文件大小:157696
    • 提供者:赵子健
  1. 源程序1

    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 c
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yl
  1. yesadmin_com_20051125124056731

    0下载:
  2. mp3源码的范例,哈夫曼算法,提高对文件的理解能力,对音频信号的压缩和解压很有用-mp3 source paradigm, Huffman algorithm, improving the understanding of the document, right audio signal compression and decompression very useful
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-21
    • 文件大小:376832
    • 提供者:jacky
  1. HuffmanText

    0下载:
  2. 在VC环境下,哈夫曼文本压缩的程序包括压缩的效果分析-In the VC environment, Huffman text compression procedures, including analysis of the effect of compression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:hlhbull
  1. huffman

    0下载:
  2. 哈夫曼的编码译码器, 还附带有压缩跟解压缩的功能。-Huffman coding decoder, but also comes with compression with decompression functions.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:44032
    • 提供者:杨挺
  1. HAFFUMANCODE

    0下载:
  2. 该程序能够有效地实现哈夫曼的编码和解码,并给出压缩比-err
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:刘若伊
  1. Huffman

    0下载:
  2. 哈夫曼压缩的原理,-Huffman compression principle
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:
  1. Huffman_52207665

    0下载:
  2. Huffman(哈夫曼)图像压缩算法的源代码-Huffman (Huffman) image compression algorithm source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:188416
    • 提供者:星魂
  1. Huffman

    0下载:
  2. 本演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-This demo provides a Huffman coding method of compression and decompression functions, and to realize the image file compression and decompression
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:188416
    • 提供者:Garwolf
  1. C++code

    0下载:
  2. 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!-Including 256 color images into grayscale images, LZW compression algorithm, showing DIB bitmaps, Huffman coding and realize the effect of image mosaic C++ Sou
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:480256
    • 提供者:feijicheng
  1. jpeg

    0下载:
  2. 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1959936
    • 提供者:李明
  1. Imagecompression

    0下载:
  2. bmp图像压缩 用哈夫曼算法压缩-bmp image compression using Huffman compression algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:210944
    • 提供者:颜雪
  1. HaffCode

    0下载:
  2. 本程序用于解决数据信息(主要是字符串信息)的哈夫曼编码,传输,压缩,储存以及解码还原问题。-This procedure used to solve the data information (mainly string information) Huffman encoding, transmission, compression, storage, and decoding to restore the problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:993280
    • 提供者:yejin
  1. huffman

    0下载:
  2. vc编写的基于哈夫曼的文件压缩程序,解压后即可运行,-vc prepared a document-based Huffman compression procedure, immediately after decompression operation,
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1912832
    • 提供者:sbinxuan
  1. Huffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。-Huffman coding (Huffman Coding) ─ a Huffman tree that is optimal binary tree, with the right of the path length of the smallest tree, often used in data compressi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:mailan7749
  1. huffman

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 哈夫曼(Huffman)编码压缩和解压缩程序 -Huffman (Huffman) encoding Huffman compression and decompression procedures (Huffman) encoding compression and decompression procedures
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:43008
    • 提供者:liaup
  1. shuju

    0下载:
  2. 数据结构课程设计报告和源代码2:包括了哈夫曼编码压缩解压缩软件,图书管理系统和各种排序时间在不同情况下的时间消耗!绝对原创。。。。第一版已发布,第一版有各种排序算法演示--综合排序,关键路径和校园交通咨询系统的源代码和课程设计报告这些课程设计报告和源代码,欢迎大家下载下来学习! -err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:417792
    • 提供者:王凯
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applic
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:269312
    • 提供者:罗天银
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »

源码中国 www.ymcn.org