CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Compress-Decompress

搜索资源列表

  1. DrakeRecordHWnd050627B

    0下载:
  2. 声音的线性预测编码和解码,利用vc的函数直接从mic采集数据或者操作wav文件进行压缩和解压,别情提供回访比较功能。-sound linear forecasting coding and decoding,make use of vc library directly to collect data or operate wav file to compress or decompress ,provide compression function.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:51307
    • 提供者:中国
  1. design-flow-speeding-up-dsp

    0下载:
  2. Wavelets have widely been used in many signal and image processing applications. In this paper, a new serial-parallel architecture for wavelet-based image compression is introduced. It is based on a 4-tap wavelet transform, which is realised usin
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2837459
    • 提供者:sdfafaf
  1. jpp

    0下载:
  2. 使用了的来自www.j2000.org的开源代码,是用C写的。在WinCE上运行很慢,同时我有几个参数弄的不太明白,发上来和大家交流一下。这些代码在和www.j2000.org提供给我的代码相同的许可下发行。 VC版可以压缩和解压j2k(其实就是jp2)文件,以及Jpeg文件(使用IJG)。EVC版可以在WINCE下执行,目前EVC版只写了解码部分。 有时间请熟悉这部分的高手指导我一起完善。-use of the revenue from www.j2000.org the code i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:505996
    • 提供者:king
  1. zlib-1.2.3

    0下载:
  2. We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:608589
    • 提供者:ylin_v
  1. CompressionSample

    0下载:
  2. This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types th
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:144200
    • 提供者:winzheng
  1. huffman_src

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7401
    • 提供者:毛磊
  1. lzma

    0下载:
  2. Compress and decompress algorithm in C for vxWorks.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6961
    • 提供者:林小姐
  1. fszip

    1下载:
  2. 一套用vc写的源码,可以压缩和解压缩的解压缩文件,提供了ocx和dll两种格式可供调用-vc write with a set of source code, can compress and decompress compressed documents, and provided a randomly dll both formats can be deployed
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:175875
    • 提供者:林SC
  1. MB86H55/MB86H56 datasheet

    0下载:
  2. The Fujitsu MB86H55, MB86H56 can compress and decompress full High-Definition (HD) video (1920 dots x 1080 lines) in the H.264 format in real-time. The two products feature power consumption of only 500mW during Full HD encoding including the in-pack
  3. 所属分类:文档资料

  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:38960
    • 提供者:毕雪成
  1. Huffman.rar

    0下载:
  2. 霍夫曼编码一些简单应用 简单的将文本格式文章进行压缩和解压缩处理,Huffman coding some simple applications simple text format to compress and decompress the article dealing with
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:161478
    • 提供者:箱子
  1. CompressPack

    0下载:
  2. 用C#编写的使用Deflate算法压缩和解压缩流的DLL及源代码。该DLL是在前人基础上修改并扩展而成,可在项目中直接引用CompressPack命名空间使用。经测试字符串数组,大于1KB的数据压缩率在50%~98%之间。包含如下功能: 生成一个测试的数组 生成一个测试的DataSet 将Object转为Byte数组 将Byte数组压缩为Byte数组 将object压缩为byte数组 将Byte数组解压缩为Byte数组 将压缩的Byte数组转为Object 将解压
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:19976
    • 提供者:zyh
  1. LZW

    0下载:
  2. LZW算法实现对文本文件的压缩,对文本文件和图像文件都有较好的压缩效果。-LZW algorithm to compress and decompress text files, and is divided into two 12-bit and 16-bit versions. Has good compression effect on the image and text files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:353339
    • 提供者:宏观
  1. zlibTest

    0下载:
  2. Zlib的测试程序,主要实现的是压缩和解压缩!学习zlib的可以看看!-Zlib test procedures, the main achievement is to compress and decompress! Zlib learning that can take a look!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:958433
    • 提供者:su
  1. ucl-1.02-vc

    0下载:
  2. UCL compress and decompress tool, very useful for embedded system
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:802123
    • 提供者:laofu
  1. HuffmanTree

    0下载:
  2. 根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:109954
    • 提供者:kkkkkk
  1. cabinet_src

    0下载:
  2. 压缩文件,解压缩文件的c++文件.内部包含详细的注释,结构清晰,流程简单,适合大家学习!-compress files,and decompress files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:136320
    • 提供者:孙红霞
  1. HuffmanCompress

    0下载:
  2. huffman编码解码用于压缩,用了相当一定技巧,值得学习!-Huffman Compress and decompress!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1321658
    • 提供者:WsHunTer
  1. AS.TurboJpegWrapper-master

    0下载:
  2. Wrapper for free libjpeg-turbo jpeg compress/decompress library.
  3. 所属分类:压缩解压

    • 发布日期:2017-12-28
    • 文件大小:1795072
    • 提供者:Wonderfield
  1. zlib

    1下载:
  2. Lib for Zlib compress decompress
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:101376
    • 提供者:rezaulkabir
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com