CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - binary compression

搜索资源列表

  1. sf10059

    0下载:
  2. 一个有用的无损压缩原码用于文件中二进制位操作的函数说明,函数实现,错误处理以及内存中的函数实现-a useful lossless compression code for the original document binary operation of the function that function to achieve, error handling and memory functions to achieve
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7796
    • 提供者:任燕
  1. zsccompress

    1下载:
  2. 对流数据的压缩,主要针对二进制的数据代码进行各种长度宽度的压缩。-convection data compression, mainly with regard to the binary code of various length width of the compression.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:68546
    • 提供者:zsc
  1. projet

    0下载:
  2. 自适应编码 本发明的目标是生成一种方法:对数组压缩和解压缩编码,特别是二进制数组;对数组整体的编码技术;展现了一个通过极限熵得到的特别的压缩比率。 -Adaptive Coding goal of the invention is to generate a Method : array compression coding, in particular binary array; a whole array of coding techniques; demonstrated a li
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:105466
    • 提供者:11111111
  1. 文本与二值图像的游程压缩[xtulbd,050418]

    0下载:
  2. 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:157491
    • 提供者:李勃东
  1. RLE

    0下载:
  2. matlab 实现游程编码(RLE)的压缩编码和解码, 对于二值图像具有很好的效果。自己做的作业,可以用-matlab run-length encoding (RLE) compression encoding and decoding, and has a good effect for the binary image. Their own job to do, can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:700
    • 提供者:王垠骐
  1. Compresser

    0下载:
  2. 一种二值图象无损压缩算法 南京理工大学电光学院 【摘 要】利用稀疏矩阵和差分编码对二色图像进行压缩保存,在通过图像的0,1矩阵建立,矩阵一维化,差分量化编码,写文件来压缩。在电子档案存储,CAD制图信息化存储有极高的应用价值。 【关键字】计算机 二值图像 稀疏矩阵 无损压缩 编码 -A binary image lossless compression algorithm for electro-optic Nanjing University of Technology an
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-12
    • 文件大小:7828198
    • 提供者:胡赟星
  1. MZ

    0下载:
  2. MH编码是用于黑白二进制文件传真的数据压缩。文件传真是指一般文件、图纸、手写稿、表格、报纸等文件的传真。他们是黑白二值的,也就是信源是二元信源q=2。 MH编码是一位编码方案,即对一行一行的数据进行编码,它将游程编码和霍夫曼编码想结合,是一种标准的改进霍夫曼码。 -MH encoded binary files are used for black-and-white facsimile data compression. Document refers to the general f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:974865
    • 提供者:张继红
  1. huffman_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1037
    • 提供者:ria
  1. compress

    0下载:
  2. 使用huffmantree对文件进行压缩,压缩对象为文本文件,中间文件采用二进制写入-The use of the documents huffmantree compression, compression for text files, binary files are written into the intermediate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2333244
    • 提供者:tom.he
  1. jbig

    0下载:
  2. 二值图像压缩算法标准,是当前最好的二值图像压缩方法-binary image compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:188701
    • 提供者:lee
  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. FileIOAndCompressorsTest

    0下载:
  2. An example program with simple library that shows how to interface with several compression libraries. ZLIB, BZIP2, LZMA, and LZO. Includes some test files generated by the program, and a Windows binary generated using MinGW.-An example program with
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:190860
    • 提供者:Mike Kasprzak
  1. 12

    0下载:
  2. 本文所研究的二值图像游程编码数据压缩,就是一种具有高压缩比的无损数据压缩技术,它是应用游程编码的原理对二值图像进行数据压缩的编码技术,其编码非常简单,编码和解码速度快,因此其应用范围广泛。-This paper studied binary image run-length encoding data compression, is a high compression ratio of lossless data compression technology, which is the app
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:33816
    • 提供者:杜秋国
  1. 39709601ccc7

    0下载:
  2. JPEG压缩 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件-JPEG compression of the paper introduces the JPEG encoding and decoding. Coding part of the program can be a BMP format image JEPG coding, compressed into a file saved in binar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:238955
    • 提供者:赵景智
  1. erzhiyasuo

    0下载:
  2. 能够利用游程编码和四叉树编码完成图像二值压缩。-Can use run-length coding and quadtree coding of image binary compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:342448
    • 提供者:zhouwenhao
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. BICReport

    0下载:
  2. REPORT ON BINARY IMAGE COMPRESSION
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1395489
    • 提供者:sumon
  1. huffman

    0下载:
  2. 赫夫曼压缩解压代码C++编译。VC6环境下运行~采用二叉树结构-Huffman compression decompression code C++ compiler. Run under VC6 binary tree structure ~
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1937
    • 提供者:黄才开
  1. zipstream_demo

    0下载:
  2. zipstream_demo.zip 一个能进行二进制数据压缩与解压缩的库-zipstream_demo.zip can be a binary data compression and decompression library
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:253959
    • 提供者:hanerde
  1. huff_test

    0下载:
  2. 哈弗曼压缩算法 二叉树压缩可完成对各种文件的压缩-Huffman compression algorithm binary compression can complete a variety of file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:6336
    • 提供者:peter
« 12 »
搜珍网 www.dssz.com