搜索资源列表

  1. BitIO.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:2024-06-03
    • 文件大小:2683
    • 提供者:
  1. BitIO

    0下载:
  2. 二进制位流压缩解压- The binary position class compression decompresses
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:吴永茂
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:冯灿科
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file&g
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:冯灿科
  1. bitio

    0下载:
  2. 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4551
    • 提供者:ZZFeng
  1. octane-1.01.20-src

    0下载:
  2. Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleto
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:173291
    • 提供者:jason..
  1. bitio

    0下载:
  2. 实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以有损压缩
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2316
    • 提供者:小兵
  1. BitIO

    0下载:
  2. 二进制位流压缩解压- The binary position class compression decompresses
  3. 所属分类:图形图象

    • 发布日期:2024-06-03
    • 文件大小:3072
    • 提供者:吴永茂
  1. 用于文件压缩的huffman算法

    0下载:
  2. 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手-with Kazakh Deputy slow data compression algorithms, software development with VC, the younger greenhorn
  3. 所属分类:多媒体编程

    • 发布日期:2024-06-03
    • 文件大小:58368
    • 提供者:包尔林
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file
  3. 所属分类:压缩解压

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:冯灿科
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file&g
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:冯灿科
  1. bitio

    0下载:
  2. 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
  3. 所属分类:压缩解压

    • 发布日期:2024-06-03
    • 文件大小:4096
    • 提供者:ZZFeng
  1. octane-1.01.20-src

    0下载:
  2. Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleto
  3. 所属分类:压缩解压

    • 发布日期:2024-06-03
    • 文件大小:173056
    • 提供者:jason..
  1. bitio

    0下载:
  2. 实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be achieved can also be lossy compression
  3. 所属分类:图形图象

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:小兵
  1. bitIO

    0下载:
  2. 按位读写的模板函数,本质来说,我们只能用字节来读取文件内容,但是,我们可以把字节内容进行位运算来进行分割,这样就可以按位来操作了.程序中将这些函数进行了完美的封装,直接调用就OK-By-bit read-write template function, in essence, we can only make use of byte to read the contents of the documents, but we can p
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:小天
  1. BitIOTest1

    0下载:
  2. 这是一个练习使用位写入/写出的程序,利用bitio.c和bitio.h工具整合,可以向文本文件E:\\bitio1.txt中读取和写入数个位,使用者可以通过调试功能进一步了解位写入写出的作用。进而给今后做数据压缩打下基础。-This is a practice using bit write/write program, using bitio.c and bitio.h tool integration, you can read a
  3. 所属分类:压缩解压

    • 发布日期:2024-06-03
    • 文件大小:222208
    • 提供者:songs

源码中国 www.ymcn.org